Searched refs:bitstrings (Results 1 – 2 of 2) 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()
61 // Make sure the bitstrings are initialized.71 // check bitstrings when we enter Main.main() and start initializing them above.