Searched defs:WORD64COUNT (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xfindproxy/dist/
H A Dxfindproxy.h43 #define WORD64COUNT(_bytes) (((size_t) ((_bytes) + 7)) >> 3) macro
/xsrc/external/mit/proxymngr/dist/
H A Dpmint.h90 #define WORD64COUNT(_bytes) (((unsigned int) ((_bytes) + 7)) >> 3) macro
/xsrc/external/mit/libSM/dist/src/
H A DSMlibint.h78 #define WORD64COUNT(_bytes) (((unsigned int) ((_bytes) + 7)) >> 3) macro
/xsrc/external/mit/libICE/dist/src/
H A DICElibint.h83 #define WORD64COUNT(_bytes) (((unsigned int) ((_bytes) + 7)) >> 3) macro

Completed in 8 milliseconds