Searched defs:pad_to_int32 (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/include/
H A Dmisc.h209 pad_to_int32(const int bytes) { function in typeref:typename:int
/xsrc/external/mit/xorg-server/dist/include/
H A Dmisc.h219 pad_to_int32(const int bytes) function in typeref:typename:int
/xsrc/external/mit/libXv/dist/src/
H A DXv.c70 #define pad_to_int32(bytes) (((bytes) + 3) & ~3U) macro

Completed in 5 milliseconds