Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c4026 size_t fhSize = 0; in ZSTD_compressContinue_internal() local
4036 FORWARD_IF_ERROR(fhSize, "ZSTD_writeFrameHeader failed"); in ZSTD_compressContinue_internal()
4037 assert(fhSize <= dstCapacity); in ZSTD_compressContinue_internal()
4038 dstCapacity -= fhSize; in ZSTD_compressContinue_internal()
4039 dst = (char*)dst + fhSize; in ZSTD_compressContinue_internal()
4066 cctx->producedCSize += (cSize + fhSize); in ZSTD_compressContinue_internal()
4077 return cSize + fhSize; in ZSTD_compressContinue_internal()
4499 size_t fhSize = 0; in ZSTD_writeEpilogue() local
4507 FORWARD_IF_ERROR(fhSize, "ZSTD_writeFrameHeader failed"); in ZSTD_writeEpilogue()
4508 dstCapacity -= fhSize; in ZSTD_writeEpilogue()
[all …]