Home
last modified time | relevance | path

Searched defs:bufferSize (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/contrib/zstd/programs/
H A Dfileio_asyncio.c34 const void* buffer, size_t bufferSize, in AIO_fwriteSparse()
146 static IOJob_t *AIO_IOPool_createIoJob(IOPoolCtx_t *ctx, size_t bufferSize) { in AIO_IOPool_createIoJob()
182 …l_init(IOPoolCtx_t* ctx, const FIO_prefs_t* prefs, POOL_function poolFunction, size_t bufferSize) { in AIO_IOPool_init()
382 WritePoolCtx_t* AIO_WritePool_create(const FIO_prefs_t* prefs, size_t bufferSize) { in AIO_WritePool_create()
547 ReadPoolCtx_t* AIO_ReadPool_create(const FIO_prefs_t* prefs, size_t bufferSize) { in AIO_ReadPool_create()
H A Dfileio_asyncio.h90 size_t bufferSize; member
H A Dbenchzstd.c1067 size_t bufferSize, in BMK_loadFiles()
/freebsd/contrib/expat/tests/benchmark/
H A Dbenchmark.c76 int nrOfLoops, bufferSize, i, isFinal; in main() local
/freebsd/sys/dev/hptmv/
H A Dioctl.c619 ULONG bufferSize = SECTOR_TO_BYTE(pCmd->uCmd.R1Control.nSectors); in R1ControlSgl() local
/freebsd/sys/contrib/ncsw/inc/
H A Dncsw_ext.h373 uint16_t bufferSize; /**< Buffer size (in bytes) */ member
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dfse_compress.c331 size_t FSE_writeNCount (void* buffer, size_t bufferSize, in FSE_writeNCount()
H A Dzstd_compress.c166 size_t const bufferSize = dict.dictBuffer != NULL ? dict.dictSize : 0; in ZSTD_sizeof_localDict() local
/freebsd/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c330 size_t FSE_writeNCount (void* buffer, size_t bufferSize, in FSE_writeNCount()
H A Dzstdmt_compress.c99 size_t bufferSize; member
H A Dzstd_compress.c165 size_t const bufferSize = dict.dictBuffer != NULL ? dict.dictSize : 0; in ZSTD_sizeof_localDict() local
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp220 size_t bufferSize = stub->getBufferSize(); in parseDosStub() local
/freebsd/contrib/libcxxrt/
H A Dexception.cc354 size_t bufferSize = 128; in terminate_with_diagnostics() local
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c466 … const void* const buffer, size_t bufferSize, /* buffer must end with noisy guard band */ in ZDICT_trainBuffer_legacy()
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c2249 size_t const bufferSize = neededInBuffSize + neededOutBuffSize; in ZSTD_decompressStream() local
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c2248 size_t const bufferSize = neededInBuffSize + neededOutBuffSize; in ZSTD_decompressStream() local
/freebsd/contrib/expat/lib/
H A Dxmlparse.c2511 int bufferSize local