Searched defs:pad_to_int32 (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/include/ | ||
| H A D | misc.h | 209 pad_to_int32(const int bytes) { function in typeref:typename:int |
| /xsrc/external/mit/xorg-server/dist/include/ | ||
| H A D | misc.h | 219 pad_to_int32(const int bytes) function in typeref:typename:int |
| /xsrc/external/mit/libXv/dist/src/ | ||
| H A D | Xv.c | 70 #define pad_to_int32(bytes) (((bytes) + 3) & ~3U) macro |
Completed in 5 milliseconds