Searched refs:dstBuffer (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | fileio.c | 892 void* dstBuffer; member 947 ress.dstBuffer = malloc(ress.dstBufferSize); in FIO_createCResources() 949 if (!ress.srcBuffer || !ress.dstBuffer) in FIO_createCResources() 1013 free(ress->dstBuffer); in FIO_freeCResources() 1044 strm.next_out = (Bytef*)ress->dstBuffer; in FIO_compressGzFrame() 1131 strm.next_out = (BYTE*)ress->dstBuffer; in FIO_compressLzmaFrame() 1875 void* dstBuffer; member 1900 if (!ress.srcBuffer || !ress.dstBuffer) in FIO_createDResources() 1917 free(ress.dstBuffer); in FIO_freeDResources() 2192 strm.next_out = (Bytef*)ress->dstBuffer; in FIO_decompressGzFrame() [all …]
|
| H A D | benchzstd.c | 232 void* dstBuffer, size_t dstSize, in local_defaultCompress() argument 236 return ZSTD_compress2(cctx, dstBuffer, dstSize, srcBuffer, srcSize); in local_defaultCompress() 242 void* dstBuffer, size_t dstCapacity, in local_defaultDecompress() argument 250 out.dst = dstBuffer; out.size = dstCapacity; out.pos = 0; in local_defaultDecompress() 558 void* dstBuffer, size_t dstCapacity, in BMK_benchMemAdvanced() argument 565 int const dstParamsError = !dstBuffer ^ !dstCapacity; /* must be both NULL or none */ in BMK_benchMemAdvanced() 590 void* const internalDstBuffer = dstBuffer ? NULL : malloc(maxCompressedSize); in BMK_benchMemAdvanced() 591 void* const compressedBuffer = dstBuffer ? dstBuffer : internalDstBuffer; in BMK_benchMemAdvanced()
|
| H A D | benchzstd.h | 199 void* dstBuffer, size_t dstCapacity,
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | bitstream.h | 66 MEM_STATIC size_t BIT_initCStream(BIT_CStream_t* bitC, void* dstBuffer, size_t dstCapacity);
|
| /f-stack/freebsd/contrib/zstd/lib/dictBuilder/ |
| H A D | zdict.c | 707 static size_t ZDICT_analyzeEntropy(void* dstBuffer, size_t maxDstSize, in ZDICT_analyzeEntropy() argument 731 BYTE* dstPtr = (BYTE*)dstBuffer; in ZDICT_analyzeEntropy()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 1361 MEM_STATIC size_t BIT_initCStream(BIT_CStream_t* bitC, void* dstBuffer, size_t dstCapacity);
|