| /external/zstd/tests/ |
| D | fuzzer.c | 212 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 …]
|
| D | bigdict.c | 22 compress(ZSTD_CCtx* cctx, ZSTD_DCtx* dctx, in compress() 65 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in main() local
|
| /external/zstd/lib/compress/ |
| D | zstd_compress.c | 97 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/ |
| 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 | raw_dictionary_round_trip.c | 25 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 | dictionary_loader.c | 34 ZSTD_CCtx* cctx = ZSTD_createCCtx(); in compress() local
|
| D | stream_round_trip.c | 26 ZSTD_CCtx *cctx = NULL; variable
|
| /external/zstd/contrib/linux-kernel/ |
| 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()
|
| /external/zstd/tests/regression/ |
| 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
|
| /external/zstd/contrib/linux-kernel/test/ |
| 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
|
| /external/zstd/lib/common/ |
| D | zstd_trace.h | 96 struct ZSTD_CCtx_s const* cctx; member
|
| /external/zstd/examples/ |
| 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 | streaming_compression.c | 37 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compressFile_orDie() 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 | 48 ZSTD_CCtx* const cctx = ZSTD_createCCtx(); in compressFile_orDie() local
|
| /external/zstd/programs/ |
| D | zstdcli_trace.c | 127 ZSTD_TraceCtx ZSTD_trace_compress_begin(ZSTD_CCtx const* cctx) in ZSTD_trace_compress_begin()
|
| /external/squashfs-tools/squashfs-tools/ |
| D | zstd_wrapper.c | 187 ZSTD_CCtx *cctx = ZSTD_createCCtx(); in zstd_init() local
|
| /external/ComputeLibrary/tests/CL/ |
| D | Helper.h | 98 auto cctx = CLKernelLibrary::get().get_compile_context(); in configure() local
|