Lines Matching refs:ofCodeTable
569 BYTE *const ofCodeTable = seqStorePtr->ofCode;
577 ofCodeTable[u] = (BYTE)ZSTD_highbit32(sequences[u].offset);
595 const BYTE *const ofCodeTable = seqStorePtr->ofCode;
685 size_t const mostFrequent = FSE_countFast_wksp(count, &max, ofCodeTable, nbSeq, workspace);
687 *op++ = ofCodeTable[0];
698 if (count[ofCodeTable[nbSeq - 1]] > 1) {
699 count[ofCodeTable[nbSeq - 1]]--;
760 FSE_initCState2(&stateOffsetBits, CTable_OffsetBits, ofCodeTable[nbSeq - 1]);
769 U32 const ofBits = ofCodeTable[nbSeq - 1];
777 BIT_addBits(&blockStream, sequences[nbSeq - 1].offset, ofCodeTable[nbSeq - 1]);
785 BYTE const ofCode = ofCodeTable[n];