Searched refs:bitstrings (Results 1 – 1 of 1) sorted by relevance
30 static const char* bitstrings[16] = { variable56 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()