Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
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()