Home
last modified time | relevance | path

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

12

/external/zstd/tests/
Dfuzzer.c210 ZSTD_CCtx* const cctx = ZSTD_createCCtx_advanced(cMem); in FUZ_mallocTests_internal() local
242 ZSTD_CCtx* const cctx = ZSTD_createCCtx_advanced(cMem); in FUZ_mallocTests_internal() local
260 ZSTD_CCtx* const cctx = ZSTD_createCCtx_advanced(cMem); in FUZ_mallocTests_internal() local
396 { ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in basicUnitTests() local
463 { ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in basicUnitTests() local
580 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in basicUnitTests() local
619 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in basicUnitTests() local
680 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in basicUnitTests() local
703 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in basicUnitTests() local
729 { ZSTD_CCtx* 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
DroundTripCrash.c85 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in cctxParamRoundTripTest() local
/external/zstd/lib/compress/
Dzstd_compress.c82 static void ZSTD_initCCtx(ZSTD_CCtx* cctx, ZSTD_customMem memManager) in ZSTD_initCCtx()
99 { ZSTD_CCtx* const cctx = (ZSTD_CCtx*)ZSTD_customMalloc(sizeof(ZSTD_CCtx), customMem); in ZSTD_createCCtx_advanced() local
109 ZSTD_CCtx* cctx; in ZSTD_initStaticCCtx() local
133 static void ZSTD_clearAllDicts(ZSTD_CCtx* cctx) in ZSTD_clearAllDicts()
149 static void ZSTD_freeCCtxContent(ZSTD_CCtx* cctx) in ZSTD_freeCCtxContent()
160 size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx) in ZSTD_freeCCtx()
176 static size_t ZSTD_sizeof_mtctx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_mtctx()
187 size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_CCtx()
537 size_t ZSTD_CCtx_setParameter(ZSTD_CCtx* cctx, ZSTD_cParameter param, int value) in ZSTD_CCtx_setParameter()
799 size_t ZSTD_CCtx_getParameter(ZSTD_CCtx* 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
Ddictionary_round_trip.c25 static ZSTD_CCtx *cctx = NULL; variable
Dsimple_round_trip.c26 static ZSTD_CCtx *cctx = NULL; variable
Draw_dictionary_round_trip.c25 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
Ddictionary_stream_round_trip.c26 ZSTD_CCtx *cctx = NULL; variable
/external/zstd/tests/regression/
Dmethod.c157 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in compress_cctx_compress() local
305 ZSTD_CCtx* cctx, in advanced_config()
333 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in advanced_one_pass_compress_output_adjustment() local
390 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in advanced_streaming_compress() local
/external/zstd/contrib/linux-kernel/test/
Dtest.c73 zstd_cstream *cctx = zstd_init_cstream(&params, size, workspace, workspaceSize); in test_btrfs() local
151 zstd_cctx* cctx = zstd_init_cctx(wksp, wkspSize); in test_decompress_unzstd() local
/external/zstd/examples/
Dstreaming_compression.c34 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compressFile_orDie() local
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
Dmultiple_streaming_compression.c28 ZSTD_CCtx* cctx; member
Dmultiple_simple_compression.c22 ZSTD_CCtx* cctx; member
Dstreaming_compression_thread_pool.c46 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compressFile_orDie() local
/external/zstd/contrib/linux-kernel/
Dzstd_compress_module.c111 size_t zstd_compress_cctx(zstd_cctx *cctx, void *dst, size_t dst_capacity, in zstd_compress_cctx()
/external/zstd/programs/
Dbenchzstd.c202 ZSTD_CCtx* cctx; member
235 ZSTD_CCtx* const cctx = (ZSTD_CCtx*)addArgs; in local_defaultCompress() local
313 ZSTD_CCtx* cctx, ZSTD_DCtx* dctx, in BMK_benchMemAdvancedNoAlloc()
585 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in BMK_benchMemAdvanced() local
/external/openssh/
Dmux.c339 struct mux_session_confirm_ctx *cctx; in mux_master_process_new_session() local
981 struct mux_stdio_confirm_ctx *cctx; in mux_master_process_stdio_fwd() local
1068 struct mux_stdio_confirm_ctx *cctx = arg; in mux_stdio_confirm() local
1373 struct mux_session_confirm_ctx *cctx = arg; in mux_session_confirm() local

12