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

  /src/external/bsd/zstd/dist/tests/fuzz/
zstd_frame_info.c 36 ZSTD_findDecompressedSize(src, size);
simple_decompress.c 46 unsigned long long const expectedSize = ZSTD_findDecompressedSize(src, size);
  /src/external/bsd/zstd/dist/programs/
benchzstd.c 464 ZSTD_findDecompressedSize(srcPtr, fileSizes[fileNb]);
525 ? (size_t)ZSTD_findDecompressedSize(
  /src/external/bsd/zstd/dist/lib/
zstd.h 1466 /*! ZSTD_findDecompressedSize() :
1484 * note 5 : ZSTD_findDecompressedSize handles multiple frames, and so it must traverse the input to
1487 ZSTDLIB_STATIC_API unsigned long long ZSTD_findDecompressedSize(const void* src, size_t srcSize);
1498 * in this case, `ZSTD_findDecompressedSize` and `ZSTD_decompressBound` return the same value.
  /src/external/bsd/zstd/dist/tests/
zstreamtest.c 600 { unsigned long long origSize = ZSTD_findDecompressedSize(outBuff.dst, outBuff.pos);
1440 if (ZSTD_findDecompressedSize(compressedBuffer, cSize) != 0) goto _output_error;
1457 if (ZSTD_findDecompressedSize(compressedBuffer, cSize) != 0) goto _output_error;
1470 if (ZSTD_findDecompressedSize(compressedBuffer, cSize) != ZSTD_CONTENTSIZE_UNKNOWN) goto _output_error;
fuzzer.c 750 DISPLAYLEVEL(3, "test%3i : ZSTD_findDecompressedSize test : ", testNb++);
751 { unsigned long long const rSize = ZSTD_findDecompressedSize(compressedBuffer, cSize);
2377 { unsigned long long const r = ZSTD_findDecompressedSize(compressedBuffer, cSize);
4782 { unsigned long long const rSize = ZSTD_findDecompressedSize(cBuffer, cSize);
  /src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress.c 638 /** ZSTD_findDecompressedSize() :
643 unsigned long long ZSTD_findDecompressedSize(const void* src, size_t srcSize)

Completed in 42 milliseconds