Home
last modified time | relevance | path

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

/external/skia/experimental/tskit/bindings/
Dload.ts8 const toLoad: CallbackFn[] = []; constant
/external/zstd/programs/
Ddibio.c125 size_t const toLoad = (size_t)MIN(maxChunkSize, remainingToLoad); in DiB_loadFiles() local
/external/zstd/lib/decompress/
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
/external/zstd/lib/compress/
Dzstdmt_compress.c1644 size_t toLoad; /* The number of bytes to load from the input. */ member
Dzstd_compress.c4176 size_t const toLoad = zcs->inBuffTarget - zcs->inBuffPos; in ZSTD_compressStream_generic() local
/external/zstd/lib/legacy/
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
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
Dzstd_v04.c3535 …size_t toLoad = neededInSize - zbc->inPos; /* should always be <= remaining space within inBuff … in ZBUFF_decompressContinue() local
Dzstd_v05.c3996 …size_t toLoad = neededInSize - zbc->inPos; /* should always be <= remaining space within inBuff … in ZBUFFv05_decompressContinue() local