HomeSort by: relevance | last modified time | path
    Searched refs:ZSTD_sizeof_DCtx (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/
zstreamtest.c 704 size_t const dctxSize = ZSTD_sizeof_DCtx(dctx);
720 CHECK(dctxSize != ZSTD_sizeof_DCtx(dctx), "No buffers allocated");
742 singlePassSize = ZSTD_sizeof_DCtx(dctx);
759 streaming2KSize = ZSTD_sizeof_DCtx(dctx);
770 streamingSize = ZSTD_sizeof_DCtx(dctx);
790 size_t const dctxSize0 = ZSTD_sizeof_DCtx(dctx);
808 CHECK(dctxSize0 != ZSTD_sizeof_DCtx(dctx), "No buffers allocated");
821 dctxSize1 = ZSTD_sizeof_DCtx(dctx);
866 CHECK(!(dctxSize1 < ZSTD_sizeof_DCtx(dctx)), "Output buffer allocated");
fuzzer.c 811 DISPLAYLEVEL(3, "test%3i : ZSTD_createDCtx_advanced and ZSTD_sizeof_DCtx: ", testNb++);
815 assert(ZSTD_sizeof_DCtx(dctx) != 0);
997 if (prevDCtxSize > ZSTD_sizeof_DCtx(dctx))
1000 prevDCtxSize = ZSTD_sizeof_DCtx(dctx);
  /src/external/bsd/zstd/dist/lib/
zstd.h 1207 ZSTDLIB_API size_t ZSTD_sizeof_DCtx(const ZSTD_DCtx* dctx);
  /src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress.c 221 size_t ZSTD_sizeof_DCtx (const ZSTD_DCtx* dctx)
1967 return ZSTD_sizeof_DCtx(dctx);

Completed in 25 milliseconds