Searched refs:BITS_PER_BLOCK (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A Dgetmode.c274 #define BITS_PER_BLOCK (sizeof(unsigned long) * 8) macro
277 unsigned long afKeys[KEY_MAX / BITS_PER_BLOCK];
288 || (( afKeys[KEY_SWITCHVIDEOMODE / BITS_PER_BLOCK]
289 >> KEY_SWITCHVIDEOMODE % BITS_PER_BLOCK) & 1) == 0)
300 #undef BITS_PER_BLOCK

Completed in 2 milliseconds