Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Ddecompress.c1892 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadEntropy() local
1893 if (FSE_isError(offcodeHeaderSize)) in ZSTD_loadEntropy()
1898 dictPtr += offcodeHeaderSize; in ZSTD_loadEntropy()
Dcompress.c2646 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadZstdDictionary() local
2647 if (FSE_isError(offcodeHeaderSize)) in ZSTD_loadZstdDictionary()
2654 dictPtr += offcodeHeaderSize; in ZSTD_loadZstdDictionary()