Searched defs:bufferSize (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/contrib/zstd/examples/ |
| H A D | common.h | 180 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 D | ncsw_ext.h | 373 uint16_t bufferSize; /**< Buffer size (in bytes) */ member
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | fse_compress.c | 292 size_t FSE_writeNCount (void* buffer, size_t bufferSize, in FSE_writeNCount()
|
| H A D | zstdmt_compress.c | 98 size_t bufferSize; member
|
| H A D | zstd_compress.c | 144 size_t const bufferSize = dict.dictBuffer != NULL ? dict.dictSize : 0; in ZSTD_sizeof_localDict() local
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | zwrapbench.c | 677 static void BMK_loadFiles(void* buffer, size_t bufferSize, in BMK_loadFiles()
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | benchzstd.c | 748 static int BMK_loadFiles(void* buffer, size_t bufferSize, in BMK_loadFiles()
|
| H A D | fileio.c | 1926 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 D | zdict.c | 520 … 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 D | zstd_decompress.c | 1781 size_t const bufferSize = neededInBuffSize + neededOutBuffSize; in ZSTD_decompressStream() local
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 7767 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
|