/aosp_15_r20/external/zstd/tests/ |
H A D | fuzzer.c | 214 ZSTD_CCtx* const cctx = ZSTD_createCCtx_advanced(cMem); in FUZ_mallocTests_internal() local 246 ZSTD_CCtx* const cctx = ZSTD_createCCtx_advanced(cMem); in FUZ_mallocTests_internal() local 264 ZSTD_CCtx* const cctx = ZSTD_createCCtx_advanced(cMem); in FUZ_mallocTests_internal() local 345 ZSTD_CCtx* cctx; member 381 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in threadPoolTests() local 505 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in test_decompressBound() local 524 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in test_decompressBound() local 544 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in test_setCParams() local 628 { ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in basicUnitTests() local 706 { ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in basicUnitTests() local [all …]
|
H A D | zstreamtest.c | 170 static size_t SEQ_roundTrip(ZSTD_CCtx* cctx, ZSTD_DCtx* dctx, in SEQ_roundTrip() 207 static size_t SEQ_generateRoundTrip(ZSTD_CCtx* cctx, ZSTD_DCtx* dctx, in SEQ_generateRoundTrip() 731 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in basicUnitTests() local 873 { ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in basicUnitTests() local 1164 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in basicUnitTests() local 2069 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in basicUnitTests() local 2167 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in basicUnitTests() local 2302 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in basicUnitTests() local 2431 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in basicUnitTests() local
|
H A D | bigdict.c | 22 compress(ZSTD_CCtx* cctx, ZSTD_DCtx* dctx, in compress() 65 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in main() local
|
/aosp_15_r20/external/zstd/lib/compress/ |
H A D | zstd_compress.c | 101 static void ZSTD_initCCtx(ZSTD_CCtx* cctx, ZSTD_customMem memManager) in ZSTD_initCCtx() 118 { ZSTD_CCtx* const cctx = (ZSTD_CCtx*)ZSTD_customMalloc(sizeof(ZSTD_CCtx), customMem); in ZSTD_createCCtx_advanced() local 128 ZSTD_CCtx* cctx; in ZSTD_initStaticCCtx() local 152 static void ZSTD_clearAllDicts(ZSTD_CCtx* cctx) in ZSTD_clearAllDicts() 168 static void ZSTD_freeCCtxContent(ZSTD_CCtx* cctx) in ZSTD_freeCCtxContent() 179 size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx) in ZSTD_freeCCtx() 193 static size_t ZSTD_sizeof_mtctx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_mtctx() 204 size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_CCtx() 709 size_t ZSTD_CCtx_setParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int value) in ZSTD_CCtx_setParameter() 1017 size_t ZSTD_CCtx_getParameter(ZSTD_CCtx const* cctx, ZSTD_cParameter param, int* value) in ZSTD_CCtx_getParameter() [all …]
|
/aosp_15_r20/external/zstd/tests/fuzz/ |
H A D | zstd_helpers.c | 28 static void set(ZSTD_CCtx *cctx, ZSTD_cParameter param, int value) in set() 38 static void setRand(ZSTD_CCtx *cctx, ZSTD_cParameter param, unsigned min, in setRand() 77 static void setSequenceProducerParams(ZSTD_CCtx *cctx, FUZZ_dataProducer_t *producer) { in setSequenceProducerParams() 101 void FUZZ_setRandomParameters(ZSTD_CCtx *cctx, size_t srcSize, FUZZ_dataProducer_t *producer) in FUZZ_setRandomParameters()
|
H A D | generate_sequences.c | 27 static void testRoundTrip(ZSTD_CCtx* cctx, ZSTD_Sequence const* seqs, size_t nbSeqs, const void* sr… in testRoundTrip() 54 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in LLVMFuzzerTestOneInput() local
|
H A D | simple_compress.c | 27 static ZSTD_CCtx *cctx = NULL; variable
|
H A D | decompress_dstSize_tooSmall.c | 27 static ZSTD_CCtx *cctx = NULL; variable
|
H A D | block_round_trip.c | 28 static ZSTD_CCtx *cctx = NULL; variable
|
H A D | raw_dictionary_round_trip.c | 26 static ZSTD_CCtx *cctx = NULL; variable
|
H A D | dictionary_round_trip.c | 26 static ZSTD_CCtx* cctx = NULL; variable
|
H A D | dictionary_loader.c | 35 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in compress() local
|
/aosp_15_r20/external/zstd/tests/regression/ |
H A D | method.c | 163 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in compress_cctx_compress() local 314 ZSTD_CCtx* cctx, in advanced_config() 342 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in advanced_one_pass_compress_output_adjustment() local 399 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in advanced_streaming_compress() local
|
/aosp_15_r20/external/erofs-utils/lib/ |
H A D | compressor_libzstd.c | 15 ZSTD_CCtx *cctx = c->private_data; in libzstd_compress_destsize() local 105 ZSTD_CCtx *cctx = c->private_data; in compressor_libzstd_init() local
|
/aosp_15_r20/external/lz4/lib/ |
H A D | lz4frame.c | 428 size_t LZ4F_compressFrame_usingCDict(LZ4F_cctx* cctx, in LZ4F_compressFrame_usingCDict() 494 LZ4F_cctx_t cctx; in LZ4F_compressFrame() local 690 size_t LZ4F_compressBegin_internal(LZ4F_cctx* cctx, in LZ4F_compressBegin_internal() 815 size_t LZ4F_compressBegin(LZ4F_cctx* cctx, in LZ4F_compressBegin() 828 size_t LZ4F_compressBegin_usingDictOnce(LZ4F_cctx* cctx, in LZ4F_compressBegin_usingDictOnce() 838 size_t LZ4F_compressBegin_usingDict(LZ4F_cctx* cctx, in LZ4F_compressBegin_usingDict() 851 size_t LZ4F_compressBegin_usingCDict(LZ4F_cctx* cctx, in LZ4F_compressBegin_usingCDict()
|
/aosp_15_r20/external/zstd/contrib/linux-kernel/ |
H A D | zstd_compress_module.c | 27 static size_t zstd_cctx_init(zstd_cctx *cctx, const zstd_parameters *parameters, in zstd_cctx_init() 96 size_t zstd_compress_cctx(zstd_cctx *cctx, void *dst, size_t dst_capacity, in zstd_compress_cctx()
|
/aosp_15_r20/external/zstd/programs/ |
H A D | benchzstd.c | 292 ZSTD_CCtx* cctx; member 334 ZSTD_CCtx* const cctx = (ZSTD_CCtx*)addArgs; in local_defaultCompress() local 423 ZSTD_CCtx* cctx, in BMK_benchMemAdvancedNoAlloc() 814 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in BMK_benchMemAdvanced() local
|
H A D | zstdcli_trace.c | 127 ZSTD_TraceCtx ZSTD_trace_compress_begin(ZSTD_CCtx const* cctx) in ZSTD_trace_compress_begin()
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | ZstdUtil.cpp | 72 ZstdCompressor(ZSTD_CCtx_pointer cctx) in ZstdCompressor() 165 ZSTD_CCtx_pointer cctx(ZSTD_createCCtx(), ZSTD_freeCCtx); in CreateZstdCompressor() local
|
/aosp_15_r20/external/zstd/contrib/linux-kernel/test/ |
H A D | test.c | 74 zstd_cstream *cctx = zstd_init_cstream(¶ms, size, workspace, workspaceSize); in test_btrfs() local 152 zstd_cctx* cctx = zstd_init_cctx(wksp, wkspSize); in test_decompress_unzstd() local
|
/aosp_15_r20/external/elfutils/libelf/ |
H A D | elf_compress.c | 177 do_zstd_cleanup (void *result, ZSTD_CCtx * const cctx, void *out_buf, in do_zstd_cleanup() 201 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in __libelf_compress_zstd() local
|
/aosp_15_r20/external/zstd/lib/common/ |
H A D | zstd_trace.h | 96 struct ZSTD_CCtx_s const* cctx; member
|
/aosp_15_r20/external/zstd/examples/ |
H A D | streaming_memory_usage.c | 84 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in main() local
|
H A D | dictionary_compression.c | 53 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compress() local
|
H A D | streaming_compression.c | 37 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compressFile_orDie() local
|