HomeSort by: relevance | last modified time | path
    Searched refs:AIO_ReadPool_fillBuffer (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/programs/
fileio_asyncio.h 171 /* AIO_ReadPool_fillBuffer:
176 size_t AIO_ReadPool_fillBuffer(ReadPoolCtx_t *ctx, size_t n);
fileio_asyncio.c 598 /* AIO_ReadPool_fillBuffer:
603 size_t AIO_ReadPool_fillBuffer(ReadPoolCtx_t* ctx, size_t n) {
641 return AIO_ReadPool_fillBuffer(ctx, ctx->base.jobBufferSize);
fileio.c 1245 AIO_ReadPool_fillBuffer(ress->readCtx, ZSTD_CStreamInSize());
1343 size_t const inSize = AIO_ReadPool_fillBuffer(ress->readCtx, ZSTD_CStreamInSize());
1440 inFileSize += AIO_ReadPool_fillBuffer(ress->readCtx, blockSize);
1467 inFileSize += AIO_ReadPool_fillBuffer(ress->readCtx, blockSize);
1550 size_t const inSize = AIO_ReadPool_fillBuffer(ress.readCtx, ZSTD_CStreamInSize());
2379 AIO_ReadPool_fillBuffer(ress->readCtx, blockSize);
2389 AIO_ReadPool_fillBuffer(ress->readCtx, blockSize);
2454 AIO_ReadPool_fillBuffer(ress->readCtx, ZSTD_FRAMEHEADERSIZE_MAX);
2490 size_t const readSize = AIO_ReadPool_fillBuffer(ress->readCtx, toDecode);
2669 AIO_ReadPool_fillBuffer(ress->readCtx, nextToLoad)
    [all...]

Completed in 77 milliseconds