Searched defs:PAD64 (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xfindproxy/dist/
H A Dxfindproxy.h34 #define PAD64(_bytes) ((8 - ((size_t) (_bytes) % 8)) % 8) macro
/xsrc/external/mit/proxymngr/dist/
H A Dpmint.h81 #define PAD64(_bytes) ((8 - ((unsigned int) (_bytes) % 8)) % 8) macro
/xsrc/external/mit/libSM/dist/src/
H A DSMlibint.h60 #define PAD64(_bytes) ((8 - ((unsigned int) (_bytes) % 8)) % 8) macro
/xsrc/external/mit/libICE/dist/src/
H A DICElibint.h65 #define PAD64(_bytes) ((8 - ((unsigned int) (_bytes) % 8)) % 8) macro
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di965_render.c487 #define PAD64(previous, idx) PAD64_MULTI(previous, idx, 1) macro

Completed in 7 milliseconds