Home
last modified time | relevance | path

Searched defs:WORD64COUNT (Results 1 – 2 of 2) sorted by relevance

/dports/x11/libSM/libSM-1.2.3/src/
H A DSMlibint.h78 #define WORD64COUNT(_bytes) (((unsigned int) ((_bytes) + 7)) >> 3) macro
/dports/x11/libICE/libICE-1.0.10/src/
H A DICElibint.h77 #define WORD64COUNT(_bytes) (((unsigned int) ((_bytes) + 7)) >> 3) macro