Home
last modified time | relevance | path

Searched refs:bitstrings (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/libhardware/modules/input/evdev/
H A DBitUtils.cpp30 static const char* bitstrings[16] = { variable
56 ALOGD("block %04d: %s%s", i, bitstrings[bits >> 4], bitstrings[bits & 0x0f]); in testBitInRange()
68 ALOGD("mask: %s%s", bitstrings[mask >> 4], bitstrings[mask & 0x0f]); in testBitInRange()
/aosp12/art/test/670-bitstring-type-check/
H A Dbuild61 // Make sure the bitstrings are initialized.
71 // check bitstrings when we enter Main.main() and start initializing them above.