Home
last modified time | relevance | path

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

/external/skia/experimental/tskit/interface/
Dload.ts8 const toLoad: CallbackFn[] = []; constant
/external/zstd/lib/decompress/
Dzstd_decompress.c2006 … size_t const toLoad = hSize - zds->lhSize; /* if hSize!=0, hSize > zds->lhSize */ in ZSTD_decompressStream() local
2127 size_t const toLoad = neededInSize - zds->inPos; in ZSTD_decompressStream() local
/external/zstd/lib/compress/
Dzstdmt_compress.c1678 size_t toLoad; /* The number of bytes to load from the input. */ member
Dzstd_compress.c5379 size_t const toLoad = zcs->inBuffTarget - zcs->inBuffPos; in ZSTD_compressStream_generic() local
/external/zstd/lib/legacy/
Dzstd_v06.c4035 … size_t const toLoad = hSize - zbd->lhSize; /* if hSize!=0, hSize > zbd->lhSize */ in ZBUFFv06_decompressContinue() local
4099 …size_t const toLoad = neededInSize - zbd->inPos; /* should always be <= remaining space within i… in ZBUFFv06_decompressContinue() local
Dzstd_v07.c4418 … size_t const toLoad = hSize - zbd->lhSize; /* if hSize!=0, hSize > zbd->lhSize */ in ZBUFFv07_decompressContinue() local
4485 …size_t const toLoad = neededInSize - zbd->inPos; /* should always be <= remaining space within i… in ZBUFFv07_decompressContinue() local
Dzstd_v04.c3531 …size_t toLoad = neededInSize - zbc->inPos; /* should always be <= remaining space within inBuff … in ZBUFF_decompressContinue() local
Dzstd_v05.c3992 …size_t toLoad = neededInSize - zbc->inPos; /* should always be <= remaining space within inBuff … in ZBUFFv05_decompressContinue() local