Lines Matching full:htbyte
1080 uint8_t htbyte;1095 htbyte = coll->unsafeCP[hash>>3];1096 return ((htbyte >> (hash & 7)) & 1);