Searched refs:bitCount (Results 1 – 1 of 1) sorted by relevance
38 int bitCount; in FSE_readNCount() local49 bitCount = 4; in FSE_readNCount()65 bitCount += 16; in FSE_readNCount()71 bitCount += 2; in FSE_readNCount()74 bitCount += 2; in FSE_readNCount()80 ip += bitCount >> 3; in FSE_readNCount()81 bitCount &= 7; in FSE_readNCount()98 bitCount += nbBits; in FSE_readNCount()111 ip += bitCount >> 3; in FSE_readNCount()112 bitCount &= 7; in FSE_readNCount()[all …]
Completed in 2 milliseconds