Searched refs:bitsInNibble (Results 1 – 1 of 1) sorted by relevance
168 const BYTE bitsInNibble[16] = { variable172 (bitsInNibble[(unsigned char)(x) & 0xf] \173 + bitsInNibble[((unsigned char)(x) >> 4) & 0xf])