Home
last modified time | relevance | path

Searched refs:ZSTD_getDictID_fromFrame (Results 1 – 7 of 7) sorted by relevance

/external/zstd/tests/fuzz/
Dzstd_frame_info.c35 ZSTD_getDictID_fromFrame(src, size); in LLVMFuzzerTestOneInput()
/external/zstd/examples/
Ddictionary_decompression.c51 unsigned const actualDictID = ZSTD_getDictID_fromFrame(cBuff, cSize); in decompress()
/external/zstd/contrib/diagnose_corruption/
Dcheck_flipped_bits.c247 int32_t dict_id = ZSTD_getDictID_fromFrame(stuff->input, stuff->input_size); in init_stuff()
281 int32_t custom_dict_id = ZSTD_getDictID_fromFrame(in.src, in.size); in test_decompress()
/external/zstd/lib/
Dzstd.h915 ZSTDLIB_API unsigned ZSTD_getDictID_fromFrame(const void* src, size_t srcSize);
/external/zstd/tests/
Dzstreamtest.c948 { unsigned const dID = ZSTD_getDictID_fromFrame(compressedBuffer, cSize); in basicUnitTests()
1200 { U32 const did = ZSTD_getDictID_fromFrame(compressedBuffer, cSize); in basicUnitTests()
Dfuzzer.c1892 { U32 const did = ZSTD_getDictID_fromFrame(compressedBuffer, cSize); in basicUnitTests()
1930 { U32 const did = ZSTD_getDictID_fromFrame(compressedBuffer, cSize); in basicUnitTests()
/external/zstd/lib/decompress/
Dzstd_decompress.c1255 unsigned ZSTD_getDictID_fromFrame(const void* src, size_t srcSize) in ZSTD_getDictID_fromFrame() function