Home
last modified time | relevance | path

Searched defs:cctx (Results 1 – 25 of 57) sorted by relevance

123

/aosp_15_r20/external/zstd/tests/
H A Dfuzzer.c214 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 Dzstreamtest.c170 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 Dbigdict.c22 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 Dzstd_compress.c101 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 Dzstd_helpers.c28 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 Dgenerate_sequences.c27 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 Dsimple_compress.c27 static ZSTD_CCtx *cctx = NULL; variable
H A Ddecompress_dstSize_tooSmall.c27 static ZSTD_CCtx *cctx = NULL; variable
H A Dblock_round_trip.c28 static ZSTD_CCtx *cctx = NULL; variable
H A Draw_dictionary_round_trip.c26 static ZSTD_CCtx *cctx = NULL; variable
H A Ddictionary_round_trip.c26 static ZSTD_CCtx* cctx = NULL; variable
H A Ddictionary_loader.c35 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in compress() local
/aosp_15_r20/external/zstd/tests/regression/
H A Dmethod.c163 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 Dcompressor_libzstd.c15 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 Dlz4frame.c428 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 Dzstd_compress_module.c27 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 Dbenchzstd.c292 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 Dzstdcli_trace.c127 ZSTD_TraceCtx ZSTD_trace_compress_begin(ZSTD_CCtx const* cctx) in ZSTD_trace_compress_begin()
/aosp_15_r20/system/extras/simpleperf/
H A DZstdUtil.cpp72 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 Dtest.c74 zstd_cstream *cctx = zstd_init_cstream(&params, 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 Delf_compress.c177 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 Dzstd_trace.h96 struct ZSTD_CCtx_s const* cctx; member
/aosp_15_r20/external/zstd/examples/
H A Dstreaming_memory_usage.c84 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in main() local
H A Ddictionary_compression.c53 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compress() local
H A Dstreaming_compression.c37 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compressFile_orDie() local

123