Home
last modified time | relevance | path

Searched refs:ZSTD_getFrameContentSize (Results 1 – 9 of 9) sorted by relevance

/external/zstd/tests/fuzz/
Dzstd_frame_info.c32 ZSTD_getFrameContentSize(src, size); in LLVMFuzzerTestOneInput()
/external/zstd/examples/
Dsimple_decompression.c26 unsigned long long const rSize = ZSTD_getFrameContentSize(cBuff, cSize); in decompress()
Ddictionary_decompression.c40 unsigned long long const rSize = ZSTD_getFrameContentSize(cBuff, cSize); in decompress()
/external/mesa3d/src/compiler/spirv/
Dnir_load_libclc.c146 ZSTD_getFrameContentSize(clc->file->static_data, in map_clc_data()
/external/zstd/lib/decompress/
Dzstd_decompress.c345 unsigned long long ZSTD_getFrameContentSize(const void *src, size_t srcSize) in ZSTD_getFrameContentSize() function
404 { unsigned long long const ret = ZSTD_getFrameContentSize(src, srcSize); in ZSTD_findDecompressedSize()
436 unsigned long long const ret = ZSTD_getFrameContentSize(src, srcSize); in ZSTD_getDecompressedSize()
/external/zstd/lib/
Dzstd.h159 ZSTDLIB_API unsigned long long ZSTD_getFrameContentSize(const void *src, size_t srcSize);
/external/zstd/
DCHANGELOG321 API : promoted to stable status : ZSTD_getFrameContentSize(), by Sean Purcell
362 API : new : ZSTD_findFrameCompressedSize(), ZSTD_getFrameContentSize(), ZSTD_findDecompressedSize()
/external/zstd/tests/
Dfuzzer.c419 { unsigned long long const rSize = ZSTD_getFrameContentSize(compressedBuffer, cSize); in basicUnitTests()
1454 { unsigned long long const rSize = ZSTD_getFrameContentSize(compressedBuffer, cSize); in basicUnitTests()
1989 { U64 const contentSize = ZSTD_getFrameContentSize(compressedBuffer, cSize); in basicUnitTests()
/external/zstd/programs/
Dfileio.c2840 U64 const frameContentSize = ZSTD_getFrameContentSize(headerBuffer, numBytesRead); in FIO_analyzeFrames()