HomeSort by: relevance | last modified time | path
    Searched refs:ZSTD_createCCtx (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/external/bsd/zstd/dist/tests/fuzz/
simple_compress.c 44 cctx = ZSTD_createCCtx();
decompress_dstSize_tooSmall.c 46 cctx = ZSTD_createCCtx();
block_round_trip.c 80 cctx = ZSTD_createCCtx();
dictionary_loader.c 35 ZSTD_CCtx* cctx = ZSTD_createCCtx();
generate_sequences.c 54 ZSTD_CCtx* cctx = ZSTD_createCCtx();
raw_dictionary_round_trip.c 95 cctx = ZSTD_createCCtx();
dictionary_round_trip.c 131 cctx = ZSTD_createCCtx();
dictionary_stream_round_trip.c 170 cctx = ZSTD_createCCtx();
simple_round_trip.c 164 cctx = ZSTD_createCCtx();
stream_round_trip.c 177 cctx = ZSTD_createCCtx();
  /src/external/bsd/zstd/dist/contrib/seqBench/
seqBench.c 9 ZSTD_CCtx* zc = ZSTD_createCCtx();
  /src/external/bsd/zstd/dist/contrib/externalSequenceProducer/
main.c 35 ZSTD_CCtx* const zc = ZSTD_createCCtx();
  /src/external/bsd/zstd/dist/examples/
dictionary_compression.c 53 ZSTD_CCtx* const cctx = ZSTD_createCCtx();
54 CHECK(cctx != NULL, "ZSTD_createCCtx() failed!");
multiple_simple_compression.c 52 ress.cctx = ZSTD_createCCtx();
53 CHECK(ress.cctx != NULL, "ZSTD_createCCtx() failed!");
multiple_streaming_compression.c 38 ress.cctx = ZSTD_createCCtx();
39 CHECK(ress.cctx != NULL, "ZSTD_createCCtx() failed!");
streaming_compression.c 37 ZSTD_CCtx* const cctx = ZSTD_createCCtx();
38 CHECK(cctx != NULL, "ZSTD_createCCtx() failed!");
streaming_memory_usage.c 84 ZSTD_CCtx* const cctx = ZSTD_createCCtx();
85 CHECK(cctx != NULL, "ZSTD_createCCtx() failed!");
streaming_compression_thread_pool.c 48 ZSTD_CCtx* const cctx = ZSTD_createCCtx();
49 CHECK(cctx != NULL, "ZSTD_createCCtx() failed!");
  /src/external/bsd/zstd/dist/tests/
fuzzer.c 381 ZSTD_CCtx* cctx = ZSTD_createCCtx();
418 ZSTD_CCtx* cctx1 = ZSTD_createCCtx();
419 ZSTD_CCtx* cctx2 = ZSTD_createCCtx();
505 ZSTD_CCtx* const cctx = ZSTD_createCCtx();
524 ZSTD_CCtx* const cctx = ZSTD_createCCtx();
544 ZSTD_CCtx* const cctx = ZSTD_createCCtx();
628 { ZSTD_CCtx* const cctx = ZSTD_createCCtx();
706 { ZSTD_CCtx* const cctx = ZSTD_createCCtx();
823 ZSTD_CCtx* const cctx = ZSTD_createCCtx();
862 ZSTD_CCtx* const cctx = ZSTD_createCCtx();
    [all...]
bigdict.c 65 ZSTD_CCtx* cctx = ZSTD_createCCtx();
longmatch.c 43 ctx = ZSTD_createCCtx();
roundTripCrash.c 85 ZSTD_CCtx* const cctx = ZSTD_createCCtx();
  /src/external/gpl3/binutils/dist/gas/
compress-debug.c 38 return ZSTD_createCCtx ();
  /src/external/gpl3/binutils.old/dist/gas/
compress-debug.c 38 return ZSTD_createCCtx ();
  /src/external/bsd/zstd/dist/tests/regression/
method.c 163 ZSTD_CCtx* cctx = ZSTD_createCCtx();
342 ZSTD_CCtx* cctx = ZSTD_createCCtx();
399 ZSTD_CCtx* cctx = ZSTD_createCCtx();

Completed in 44 milliseconds

1 2