Home
last modified time | relevance | path

Searched refs:MAX_INPUT_SIZE (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
Dhb-set-fuzzer.cc14 #define MAX_INPUT_SIZE 20000 macro
46 if (size > MAX_INPUT_SIZE) in LLVMFuzzerTestOneInput()
/third_party/harfbuzz/test/fuzzing/
Dhb-set-fuzzer.cc14 #define MAX_INPUT_SIZE 20000 macro
46 if (size > MAX_INPUT_SIZE) in LLVMFuzzerTestOneInput()
/third_party/ffmpeg/tools/
Dcrypto_bench.c48 #define MAX_INPUT_SIZE 1048576 macro
705 input = av_malloc(MAX_INPUT_SIZE * 2); in main()
708 for (i = 0; i < MAX_INPUT_SIZE; i += 4) in main()
711 output = input + MAX_INPUT_SIZE; in main()
713 size = MAX_INPUT_SIZE; in main()
/third_party/chromium/patch/
D0001-cve.patch46585 #define MAX_INPUT_SIZE 20000