Searched refs:OF_base (Results 1 – 3 of 3) sorted by relevance
915 static const U32 OF_base[MaxOff+1] = { variable983 OF_base, OF_bits, in ZSTD_decodeSeqHeaders()2195 OF_base, OF_bits, in ZSTD_loadEntropy()
3308 static const U32 OF_base[MaxOff+1] = { in ZSTDv06_decodeSequence() local3319 … offset = OF_base[ofCode] + BITv06_readBits(&(seqState->DStream), ofBits); /* <= 26 bits */ in ZSTDv06_decodeSequence()
3534 static const U32 OF_base[MaxOff+1] = { in ZSTDv07_decodeSequence() local3545 …offset = OF_base[ofCode] + BITv07_readBits(&(seqState->DStream), ofBits); /* <= (ZSTDv07_WINDOW… in ZSTDv07_decodeSequence()