Home | History | Annotate | Download | only in i18n

Lines Matching refs:htbyte

875     uint8_t  htbyte;
882 htbyte = coll->contrEndCP[hash>>3];
883 return (((htbyte >> (hash & 7)) & 1) == 1);