Searched refs:ofCode (Results 1 – 6 of 6) sorted by relevance
229 BYTE* ofCode; member
626 seqStore->ofCode = SEQUENCE_OFCODE; in initSeqStore()807 const BYTE* const ofCodeTable = seqStorePtr->ofCode; in writeSequences()951 BYTE const ofCode = ofCodeTable[n]; in writeSequences() local954 U32 const ofBits = ofCode; /* 32b*/ /* 64b*/ in writeSequences()957 FSE_encodeSymbol(&blockStream, &stateOffsetBits, ofCode); /* 15 */ /* 15 */ in writeSequences()
1065 zc->seqStore.ofCode = zc->seqStore.mlCode + maxNbSeq; in ZSTD_resetCCtx_internal()1066 zc->seqStore.litStart = zc->seqStore.ofCode + maxNbSeq; in ZSTD_resetCCtx_internal()1450 BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_seqToCodes()1594 BYTE const ofCode = ofCodeTable[n]; in ZSTD_encodeSequences_body() local1597 U32 const ofBits = ofCode; in ZSTD_encodeSequences_body()1605 FSE_encodeSymbol(&blockStream, &stateOffsetBits, ofCode); /* 15 */ /* 15 */ in ZSTD_encodeSequences_body()1715 const BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_compressSequences_internal()
3516 …U32 const ofCode = FSEv07_peekSymbol(&(seqState->stateOffb)); /* <= maxOff, by table constructio… in ZSTDv07_decodeSequence() local3520 U32 const ofBits = ofCode; in ZSTDv07_decodeSequence()3542 if (!ofCode) in ZSTDv07_decodeSequence()3545 …offset = OF_base[ofCode] + BITv07_readBits(&(seqState->DStream), ofBits); /* <= (ZSTDv07_WINDOW… in ZSTDv07_decodeSequence()3549 if (ofCode <= 1) { in ZSTDv07_decodeSequence()
3290 …U32 const ofCode = FSEv06_peekSymbol(&(seqState->stateOffb)); /* <= maxOff, by table constructio… in ZSTDv06_decodeSequence() local3294 U32 const ofBits = ofCode; in ZSTDv06_decodeSequence()3316 if (!ofCode) in ZSTDv06_decodeSequence()3319 … offset = OF_base[ofCode] + BITv06_readBits(&(seqState->DStream), ofBits); /* <= 26 bits */ in ZSTDv06_decodeSequence()
619 { const BYTE* codePtr = seqStorePtr->ofCode; in ZDICT_countEStats()