Home
last modified time | relevance | path

Searched defs:toLoad (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/zstd/programs/
H A Ddibio.c125 size_t const toLoad = (size_t)MIN(maxChunkSize, remainingToLoad); in DiB_loadFiles() local
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1706 … size_t const toLoad = hSize - zds->lhSize; /* if hSize!=0, hSize > zds->lhSize */ in ZSTD_decompressStream() local
1827 size_t const toLoad = neededInSize - zds->inPos; in ZSTD_decompressStream() local
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1644 size_t toLoad; /* The number of bytes to load from the input. */ member
H A Dzstd_compress.c4176 size_t const toLoad = zcs->inBuffTarget - zcs->inBuffPos; in ZSTD_compressStream_generic() local
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v06.c4039 … size_t const toLoad = hSize - zbd->lhSize; /* if hSize!=0, hSize > zbd->lhSize */ in ZBUFFv06_decompressContinue() local
4103 …size_t const toLoad = neededInSize - zbd->inPos; /* should always be <= remaining space within i… in ZBUFFv06_decompressContinue() local
H A Dzstd_v07.c4422 … size_t const toLoad = hSize - zbd->lhSize; /* if hSize!=0, hSize > zbd->lhSize */ in ZBUFFv07_decompressContinue() local
4489 …size_t const toLoad = neededInSize - zbd->inPos; /* should always be <= remaining space within i… in ZBUFFv07_decompressContinue() local
H A Dzstd_v04.c3535 …size_t toLoad = neededInSize - zbc->inPos; /* should always be <= remaining space within inBuff … in ZBUFF_decompressContinue() local
H A Dzstd_v05.c3996 …size_t toLoad = neededInSize - zbc->inPos; /* should always be <= remaining space within inBuff … in ZBUFFv05_decompressContinue() local
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c16931 { size_t const toLoad = zcs->inBuffTarget - zcs->inBuffPos; in ZSTD_compressStream_generic() local
26167 … size_t const toLoad = hSize - zds->lhSize; /* if hSize!=0, hSize > zds->lhSize */ in ZSTD_decompressStream() local
26288 size_t const toLoad = neededInSize - zds->inPos; in ZSTD_decompressStream() local