Home
last modified time | relevance | path

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

12

/external/zstd/tests/
Dfuzzer.c212 ZSTD_CCtx* const cctx = ZSTD_createCCtx_advanced(cMem); in FUZ_mallocTests_internal() local
244 ZSTD_CCtx* const cctx = ZSTD_createCCtx_advanced(cMem); in FUZ_mallocTests_internal() local
262 ZSTD_CCtx* const cctx = ZSTD_createCCtx_advanced(cMem); in FUZ_mallocTests_internal() local
342 ZSTD_CCtx* cctx; member
378 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in threadPoolTests() local
524 { ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in basicUnitTests() local
591 { ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in basicUnitTests() local
708 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in basicUnitTests() local
747 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in basicUnitTests() local
807 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in basicUnitTests() local
[all …]
Dbigdict.c22 compress(ZSTD_CCtx* cctx, ZSTD_DCtx* dctx, in compress()
65 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in main() local
/external/zstd/lib/compress/
Dzstd_compress.c97 static void ZSTD_initCCtx(ZSTD_CCtx* cctx, ZSTD_customMem memManager) in ZSTD_initCCtx()
114 { ZSTD_CCtx* const cctx = (ZSTD_CCtx*)ZSTD_customMalloc(sizeof(ZSTD_CCtx), customMem); in ZSTD_createCCtx_advanced() local
124 ZSTD_CCtx* cctx; in ZSTD_initStaticCCtx() local
148 static void ZSTD_clearAllDicts(ZSTD_CCtx* cctx) in ZSTD_clearAllDicts()
164 static void ZSTD_freeCCtxContent(ZSTD_CCtx* cctx) in ZSTD_freeCCtxContent()
175 size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx) in ZSTD_freeCCtx()
191 static size_t ZSTD_sizeof_mtctx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_mtctx()
202 size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_CCtx()
644 size_t ZSTD_CCtx_setParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int value) in ZSTD_CCtx_setParameter()
924 size_t ZSTD_CCtx_getParameter(ZSTD_CCtx const* cctx, ZSTD_cParameter param, int* value) in ZSTD_CCtx_getParameter()
[all …]
/external/zstd/tests/fuzz/
Dzstd_helpers.c24 static void set(ZSTD_CCtx *cctx, ZSTD_cParameter param, int value) in set()
29 static void setRand(ZSTD_CCtx *cctx, ZSTD_cParameter param, unsigned min, in setRand()
68 void FUZZ_setRandomParameters(ZSTD_CCtx *cctx, size_t srcSize, FUZZ_dataProducer_t *producer) in FUZZ_setRandomParameters()
Dsimple_compress.c26 static ZSTD_CCtx *cctx = NULL; variable
Ddecompress_dstSize_tooSmall.c26 static ZSTD_CCtx *cctx = NULL; variable
Dblock_round_trip.c27 static ZSTD_CCtx *cctx = NULL; variable
Draw_dictionary_round_trip.c25 static ZSTD_CCtx *cctx = NULL; variable
Ddictionary_round_trip.c25 static ZSTD_CCtx *cctx = NULL; variable
Dsimple_round_trip.c26 static ZSTD_CCtx *cctx = NULL; variable
Ddictionary_loader.c34 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in compress() local
Dstream_round_trip.c26 ZSTD_CCtx *cctx = NULL; variable
/external/zstd/contrib/linux-kernel/
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()
/external/zstd/tests/regression/
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
/external/zstd/contrib/linux-kernel/test/
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
/external/zstd/lib/common/
Dzstd_trace.h96 struct ZSTD_CCtx_s const* cctx; member
/external/zstd/examples/
Dstreaming_memory_usage.c84 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in main() local
Ddictionary_compression.c43 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compress() local
Dstreaming_compression.c37 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compressFile_orDie() local
Dmultiple_streaming_compression.c28 ZSTD_CCtx* cctx; member
Dmultiple_simple_compression.c22 ZSTD_CCtx* cctx; member
Dstreaming_compression_thread_pool.c48 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compressFile_orDie() local
/external/zstd/programs/
Dzstdcli_trace.c127 ZSTD_TraceCtx ZSTD_trace_compress_begin(ZSTD_CCtx const* cctx) in ZSTD_trace_compress_begin()
/external/squashfs-tools/squashfs-tools/
Dzstd_wrapper.c187 ZSTD_CCtx *cctx = ZSTD_createCCtx(); in zstd_init() local
/external/ComputeLibrary/tests/CL/
DHelper.h98 auto cctx = CLKernelLibrary::get().get_compile_context(); in configure() local

12