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

/u-boot/lib/zstd/decompress/
H A Dzstd_decompress_block.c704 { size_t const ofhSize = ZSTD_buildSeqTable(dctx->entropy.OFTable, &dctx->OFTptr, local
712 RETURN_ERROR_IF(ZSTD_isError(ofhSize), corruption_detected, "ZSTD_buildSeqTable failed");
713 ip += ofhSize;

Completed in 87 milliseconds