Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/hptmv/
H A Dioctl.c622 ULONG bufferSize = SECTOR_TO_BYTE(pCmd->uCmd.R1Control.nSectors); in R1ControlSgl() local
/dflybsd-src/contrib/zstd/lib/compress/
H A Dfse_compress.c292 size_t FSE_writeNCount (void* buffer, size_t bufferSize, in FSE_writeNCount()
H A Dzstdmt_compress.c98 size_t bufferSize; member
H A Dzstd_compress.c144 size_t const bufferSize = dict.dictBuffer != NULL ? dict.dictSize : 0; in ZSTD_sizeof_localDict() local
/dflybsd-src/contrib/zstd/programs/
H A Dbenchzstd.c748 static int BMK_loadFiles(void* buffer, size_t bufferSize, in BMK_loadFiles()
H A Dfileio.c1926 const void* buffer, size_t bufferSize, in FIO_fwriteSparse()
2024 void* buffer, size_t bufferSize, in FIO_passThrough()
/dflybsd-src/contrib/zstd/lib/dictBuilder/
H A Dzdict.c520 … const void* const buffer, size_t bufferSize, /* buffer must end with noisy guard band */ in ZDICT_trainBuffer_legacy()
/dflybsd-src/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1781 size_t const bufferSize = neededInBuffSize + neededOutBuffSize; in ZSTD_decompressStream() local
/dflybsd-src/contrib/expat/lib/
H A Dxmlparse.c2113 int bufferSize in XML_GetBuffer() local