Home
last modified time | relevance | path

Searched refs:ofhSize (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Ddecompress.c843 size_t const ofhSize = ZSTD_buildSeqTable(dctx->entropy.OFTable, &dctx->OFTptr, OFtype, MaxOff, OffFSELog, ip, iend - ip, in ZSTD_decodeSeqHeaders() local
845 if (ZSTD_isError(ofhSize)) in ZSTD_decodeSeqHeaders()
847 ip += ofhSize; in ZSTD_decodeSeqHeaders()
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress_block.c704 { size_t const ofhSize = ZSTD_buildSeqTable(dctx->entropy.OFTable, &dctx->OFTptr, in ZSTD_decodeSeqHeaders() local
712 RETURN_ERROR_IF(ZSTD_isError(ofhSize), corruption_detected, "ZSTD_buildSeqTable failed"); in ZSTD_decodeSeqHeaders()
713 ip += ofhSize; in ZSTD_decodeSeqHeaders()

Completed in 8 milliseconds