Home
last modified time | relevance | path

Searched defs:smallDict (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/lz4/ossfuzz/
H A Ddecompress_fuzzer.c29 char* const smallDict = dataAfterDict - smallDictSize; in LLVMFuzzerTestOneInput() local
H A Dround_trip_fuzzer.c30 char* const smallDict = largeDict + largeSize - smallSize; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/lz4/tests/
H A Ddecompress-partial-usingDict.c41 char* const smallDict = dict + largeSize - smallSize; in main() local
/aosp_15_r20/external/zstd/tests/
H A Dfuzzer.c4122 ZSTD_compressionParameters const smallDict = ZSTD_getCParams(1, 0, 400); in basicUnitTests() local
4135 ZSTD_compressionParameters const smallDict = ZSTD_adjustCParams(cParams, 0, 400); in basicUnitTests() local