Home
last modified time | relevance | path

Searched refs:smallDict (Results 1 - 3 of 3) sorted by relevance

/third_party/lz4/ossfuzz/
H A Ddecompress_fuzzer.c29 char* const smallDict = dataAfterDict - smallDictSize; in LLVMFuzzerTestOneInput() local
44 dstCapacity, smallDict, smallDictSize); in LLVMFuzzerTestOneInput()
50 dstCapacity, smallDict, smallDictSize); in LLVMFuzzerTestOneInput()
63 dstCapacity, dstCapacity, smallDict, smallDictSize); in LLVMFuzzerTestOneInput()
69 dstCapacity, dstCapacity, smallDict, smallDictSize); in LLVMFuzzerTestOneInput()
H A Dround_trip_fuzzer.c30 char* const smallDict = largeDict + largeSize - smallSize; in LLVMFuzzerTestOneInput() local
93 dst, partial, dstSize, partialCapacity, partialCapacity, smallDict, smallSize); in LLVMFuzzerTestOneInput()
/third_party/lz4/tests/
H A Ddecompress-partial-usingDict.c41 char* const smallDict = dict + largeSize - smallSize; in main() local
82 int result = LZ4_decompress_safe_partial_usingDict(cmpBuffer, outBuffer, i, srcLen, BUFFER_SIZE, smallDict, smallSize); in main()

Completed in 1 milliseconds