Home
last modified time | relevance | path

Searched refs:ofhSize (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c528 { size_t const ofhSize = ZSTD_buildSeqTable(dctx->entropy.OFTable, &dctx->OFTptr, in ZSTD_decodeSeqHeaders() local
534 … RETURN_ERROR_IF(ZSTD_isError(ofhSize), corruption_detected, "ZSTD_buildSeqTable failed"); in ZSTD_decodeSeqHeaders()
535 ip += ofhSize; in ZSTD_decodeSeqHeaders()
/freebsd/sys/contrib/zstd/lib/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()
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v07.c3486 …{ size_t const ofhSize = ZSTDv07_buildSeqTable(DTableOffb, OFtype, MaxOff, OffFSELog, ip, iend-i… in ZSTDv07_decodeSeqHeaders() local
3487 if (ZSTDv07_isError(ofhSize)) return ERROR(corruption_detected); in ZSTDv07_decodeSeqHeaders()
3488 ip += ofhSize; in ZSTDv07_decodeSeqHeaders()