Searched refs:smallDict (Results 1 - 3 of 3) sorted by relevance
/third_party/lz4/ossfuzz/ |
H A D | decompress_fuzzer.c | 29 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 D | round_trip_fuzzer.c | 30 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 D | decompress-partial-usingDict.c | 41 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