Home
last modified time | relevance | path

Searched refs:offcodeNCount (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/lib/zstd/
Ddecompress.c1890 short offcodeNCount[MaxOff + 1]; in ZSTD_loadEntropy() local
1892 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadEntropy()
1897 …CHECK_E(FSE_buildDTable_wksp(entropy->OFTable, offcodeNCount, offcodeMaxValue, offcodeLog, entropy… in ZSTD_loadEntropy()
Dcompress.c2630 short offcodeNCount[MaxOff + 1]; in ZSTD_loadZstdDictionary() local
2646 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadZstdDictionary()
2652 …CHECK_E(FSE_buildCTable_wksp(cctx->offcodeCTable, offcodeNCount, offcodeMaxValue, offcodeLog, cctx… in ZSTD_loadZstdDictionary()
2703 CHECK_F(ZSTD_checkDictNCount(offcodeNCount, offcodeMaxValue, MIN(offcodeMax, MaxOff))); in ZSTD_loadZstdDictionary()