Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_input/common/include/
H A Dconstants_dinput.h36 #define LONG_BITS (sizeof(long) * 8) macro
37 #define NLONGS(x) (((x) + LONG_BITS - 1) / LONG_BITS)
H A Dinput_hub.cpp1537 if (len < (keyIndex / LONG_BITS) + 1) { in IsLengthExceeds()
/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_utils_tool.cpp283 return !!(array[bit / LONG_BITS] & (1LL << (bit % LONG_BITS))); in BitIsSet()

Completed in 5 milliseconds