| /external/zstd/tests/ |
| D | fuzzer.c | 210 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 …]
|
| D | bigdict.c | 22 compress(ZSTD_CCtx* cctx, ZSTD_DCtx* dctx, in compress() 65 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in main() local
|
| D | roundTripCrash.c | 85 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in cctxParamRoundTripTest() local
|
| /external/zstd/lib/compress/ |
| D | zstd_compress.c | 82 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/ |
| D | zstd_helpers.c | 24 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()
|
| D | simple_compress.c | 26 static ZSTD_CCtx *cctx = NULL; variable
|
| D | decompress_dstSize_tooSmall.c | 26 static ZSTD_CCtx *cctx = NULL; variable
|
| D | block_round_trip.c | 27 static ZSTD_CCtx *cctx = NULL; variable
|
| D | dictionary_round_trip.c | 25 static ZSTD_CCtx *cctx = NULL; variable
|
| D | simple_round_trip.c | 26 static ZSTD_CCtx *cctx = NULL; variable
|
| D | raw_dictionary_round_trip.c | 25 static ZSTD_CCtx *cctx = NULL; variable
|
| D | dictionary_loader.c | 34 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in compress() local
|
| D | stream_round_trip.c | 26 ZSTD_CCtx *cctx = NULL; variable
|
| D | dictionary_stream_round_trip.c | 26 ZSTD_CCtx *cctx = NULL; variable
|
| /external/zstd/tests/regression/ |
| D | method.c | 157 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/ |
| D | test.c | 73 zstd_cstream *cctx = zstd_init_cstream(¶ms, size, workspace, workspaceSize); in test_btrfs() local 151 zstd_cctx* cctx = zstd_init_cctx(wksp, wkspSize); in test_decompress_unzstd() local
|
| /external/zstd/examples/ |
| D | streaming_compression.c | 34 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compressFile_orDie() local
|
| D | streaming_memory_usage.c | 84 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in main() local
|
| D | dictionary_compression.c | 43 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compress() local
|
| D | multiple_streaming_compression.c | 28 ZSTD_CCtx* cctx; member
|
| D | multiple_simple_compression.c | 22 ZSTD_CCtx* cctx; member
|
| D | streaming_compression_thread_pool.c | 46 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compressFile_orDie() local
|
| /external/zstd/contrib/linux-kernel/ |
| D | zstd_compress_module.c | 111 size_t zstd_compress_cctx(zstd_cctx *cctx, void *dst, size_t dst_capacity, in zstd_compress_cctx()
|
| /external/zstd/programs/ |
| D | benchzstd.c | 202 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/ |
| D | mux.c | 339 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
|