Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
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))