Searched defs:toLoad (Results 1 – 4 of 4) sorted by relevance
125 size_t const toLoad = (size_t)MIN(maxChunkSize, remainingToLoad); in DiB_loadFiles() local
1706 … size_t const toLoad = hSize - zds->lhSize; /* if hSize!=0, hSize > zds->lhSize */ in ZSTD_decompressStream() local1827 size_t const toLoad = neededInSize - zds->inPos; in ZSTD_decompressStream() local
1644 size_t toLoad; /* The number of bytes to load from the input. */ member
4176 size_t const toLoad = zcs->inBuffTarget - zcs->inBuffPos; in ZSTD_compressStream_generic() local