Lines Matching refs:nbBits
209 int nbBits;
227 nbBits = tableLog + 1;
269 bitCount += nbBits;
275 nbBits--, threshold >>= 1;
666 size_t FSE_buildCTable_raw(FSE_CTable *ct, unsigned nbBits)
668 const unsigned tableSize = 1 << nbBits;
678 if (nbBits < 1)
682 tableU16[-2] = (U16)nbBits;
691 const U32 deltaNbBits = (nbBits << 16) - (1 << nbBits);