Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
LinearMemoryStream.cpp File Reference

Macros

#define PAD_TO_CEIL(x, bytes)   ((((x) + (bytes) - 1) / (bytes)) * (bytes))
 

Macro Definition Documentation

◆ PAD_TO_CEIL

#define PAD_TO_CEIL (   x,
  bytes 
)    ((((x) + (bytes) - 1) / (bytes)) * (bytes))