Searched refs:ofCode (Results 1 – 2 of 2) sorted by relevance
928 U32 const ofCode = FSE_peekSymbol(&seqState->stateOffb); /* <= maxOff, by table construction */ in ZSTD_decodeSequence() local932 U32 const ofBits = ofCode; in ZSTD_decodeSequence()949 if (!ofCode) in ZSTD_decodeSequence()952 …offset = OF_base[ofCode] + BIT_readBitsFast(&seqState->DStream, ofBits); /* <= (ZSTD_WINDOWLOG_MA… in ZSTD_decodeSequence()957 if (ofCode <= 1) { in ZSTD_decodeSequence()1160 U32 const ofCode = FSE_peekSymbol(&seqState->stateOffb); /* <= maxOff, by table construction */ in ZSTD_decodeSequenceLong_generic() local1164 U32 const ofBits = ofCode; in ZSTD_decodeSequenceLong_generic()1181 if (!ofCode) in ZSTD_decodeSequenceLong_generic()1186 …offset = OF_base[ofCode] + (BIT_readBitsFast(&seqState->DStream, ofBits - extraBits) << extraBits); in ZSTD_decodeSequenceLong_generic()1192 …offset = OF_base[ofCode] + BIT_readBitsFast(&seqState->DStream, ofBits); /* <= (ZSTD_WINDOWLOG_MA… in ZSTD_decodeSequenceLong_generic()[all …]
175 BYTE *ofCode; member
Completed in 12 milliseconds