Searched refs:ofCode (Results 1 – 2 of 2) sorted by relevance
927 U32 const ofCode = FSE_peekSymbol(&seqState->stateOffb); /* <= maxOff, by table construction */ in ZSTD_decodeSequence() local931 U32 const ofBits = ofCode; in ZSTD_decodeSequence()948 if (!ofCode) in ZSTD_decodeSequence()951 …offset = OF_base[ofCode] + BIT_readBitsFast(&seqState->DStream, ofBits); /* <= (ZSTD_WINDOWLOG_MA… in ZSTD_decodeSequence()956 if (ofCode <= 1) { in ZSTD_decodeSequence()1159 U32 const ofCode = FSE_peekSymbol(&seqState->stateOffb); /* <= maxOff, by table construction */ in ZSTD_decodeSequenceLong_generic() local1163 U32 const ofBits = ofCode; in ZSTD_decodeSequenceLong_generic()1180 if (!ofCode) in ZSTD_decodeSequenceLong_generic()1185 …offset = OF_base[ofCode] + (BIT_readBitsFast(&seqState->DStream, ofBits - extraBits) << extraBits); in ZSTD_decodeSequenceLong_generic()1191 …offset = OF_base[ofCode] + BIT_readBitsFast(&seqState->DStream, ofBits); /* <= (ZSTD_WINDOWLOG_MA… in ZSTD_decodeSequenceLong_generic()[all …]
175 BYTE *ofCode; member