Lines Matching refs:htByte
677 uint8_t *htByte;683 htByte = &table[hash>>3];684 *htByte |= (1 << (hash & 7));690 uint8_t *htByte;701 htByte = &table[hash>>3];702 *htByte |= (1 << (hash & 7));