Searched refs:ZSTD_getDictID_fromFrame (Results 1 – 7 of 7) sorted by relevance
/external/zstd/tests/fuzz/ |
D | zstd_frame_info.c | 35 ZSTD_getDictID_fromFrame(src, size); in LLVMFuzzerTestOneInput()
|
/external/zstd/examples/ |
D | dictionary_decompression.c | 51 unsigned const actualDictID = ZSTD_getDictID_fromFrame(cBuff, cSize); in decompress()
|
/external/zstd/contrib/diagnose_corruption/ |
D | check_flipped_bits.c | 247 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/ |
D | zstd.h | 915 ZSTDLIB_API unsigned ZSTD_getDictID_fromFrame(const void* src, size_t srcSize);
|
/external/zstd/tests/ |
D | zstreamtest.c | 948 { unsigned const dID = ZSTD_getDictID_fromFrame(compressedBuffer, cSize); in basicUnitTests() 1200 { U32 const did = ZSTD_getDictID_fromFrame(compressedBuffer, cSize); in basicUnitTests()
|
D | fuzzer.c | 1892 { 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/ |
D | zstd_decompress.c | 1255 unsigned ZSTD_getDictID_fromFrame(const void* src, size_t srcSize) in ZSTD_getDictID_fromFrame() function
|