Home
last modified time | relevance | path

Searched refs:FSE_lookBitsFast (Results 1 – 1 of 1) sorted by relevance

/external/zstd/lib/legacy/
Dzstd_v01.c707 static size_t FSE_lookBitsFast(FSE_DStream_t* bitD, U32 nbBits) /* only if nbBits >= 1 !! */ in FSE_lookBitsFast() function
735 size_t value = FSE_lookBitsFast(bitD, nbBits); in FSE_readBitsFast()
1065 const size_t val = FSE_lookBitsFast(Dstream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeSymbol()