Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/examples/
H A Dcommon.h180 static size_t loadFile_orDie(const char* fileName, void* buffer, size_t bufferSize) in loadFile_orDie()
204 static void* mallocAndLoadFile_orDie(const char* fileName, size_t* bufferSize) { in mallocAndLoadFile_orDie()
/f-stack/freebsd/contrib/ncsw/inc/
H A Dncsw_ext.h373 uint16_t bufferSize; /**< Buffer size (in bytes) */ member
/f-stack/freebsd/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
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c677 static void BMK_loadFiles(void* buffer, size_t bufferSize, in BMK_loadFiles()
/f-stack/freebsd/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()
/f-stack/freebsd/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()
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1781 size_t const bufferSize = neededInBuffSize + neededOutBuffSize; in ZSTD_decompressStream() local
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c7767 size_t FSE_writeNCount (void* buffer, size_t bufferSize, in FSE_writeNCount()
13215 size_t const bufferSize = dict.dictBuffer != NULL ? dict.dictSize : 0; in ZSTD_sizeof_localDict() local
26242 size_t const bufferSize = neededInBuffSize + neededOutBuffSize; in ZSTD_decompressStream() local