Searched refs:sizeof_bit_array (Results 1 – 1 of 1) sorted by relevance
62 #define sizeof_bit_array(bits) (((bits) + 7) / 8) macro424 uint8_t keyState[sizeof_bit_array(KEY_MAX + 1)]; in getScanCodeState()442 uint8_t keyState[sizeof_bit_array(KEY_MAX + 1)]; in getKeyCodeState()464 uint8_t swState[sizeof_bit_array(SW_MAX + 1)]; in getSwitchState()1300 containsNonZeroByte(device->keyBitmask, 0, sizeof_bit_array(BTN_MISC)) || in openDeviceLocked()1301 containsNonZeroByte(device->keyBitmask, sizeof_bit_array(KEY_OK), in openDeviceLocked()1302 sizeof_bit_array(KEY_MAX + 1)); in openDeviceLocked()1303 bool haveGamepadButtons = containsNonZeroByte(device->keyBitmask, sizeof_bit_array(BTN_MISC), in openDeviceLocked()1304 sizeof_bit_array(BTN_MOUSE)) || in openDeviceLocked()1305 containsNonZeroByte(device->keyBitmask, sizeof_bit_array(BTN_JOYSTICK), in openDeviceLocked()[all …]