Searched refs:mlhSize (Results 1 – 2 of 2) sorted by relevance
/external/zstd/lib/decompress/ |
D | zstd_decompress_block.c | 640 { size_t const mlhSize = ZSTD_buildSeqTable(dctx->entropy.MLTable, &dctx->MLTptr, in ZSTD_decodeSeqHeaders() local 648 … RETURN_ERROR_IF(ZSTD_isError(mlhSize), corruption_detected, "ZSTD_buildSeqTable failed"); in ZSTD_decodeSeqHeaders() 649 ip += mlhSize; in ZSTD_decodeSeqHeaders()
|
/external/zstd/lib/legacy/ |
D | zstd_v07.c | 3494 …{ size_t const mlhSize = ZSTDv07_buildSeqTable(DTableML, MLtype, MaxML, MLFSELog, ip, iend-ip, M… in ZSTDv07_decodeSeqHeaders() local 3495 if (ZSTDv07_isError(mlhSize)) return ERROR(corruption_detected); in ZSTDv07_decodeSeqHeaders() 3496 ip += mlhSize; in ZSTDv07_decodeSeqHeaders()
|