Home
last modified time | relevance | path

Searched refs:first_set_size (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
Dhb-set-fuzzer.cc27 uint32_t first_set_size; member
59 if (size < instructions.first_set_size) in LLVMFuzzerTestOneInput()
62 hb_set_t *set_a = create_set (values, instructions.first_set_size); in LLVMFuzzerTestOneInput()
64 values += instructions.first_set_size; in LLVMFuzzerTestOneInput()
65 size -= instructions.first_set_size; in LLVMFuzzerTestOneInput()
/third_party/harfbuzz/test/fuzzing/
Dhb-set-fuzzer.cc27 uint32_t first_set_size; member
59 if (size < instructions.first_set_size) in LLVMFuzzerTestOneInput()
62 hb_set_t *set_a = create_set (values, instructions.first_set_size); in LLVMFuzzerTestOneInput()
64 values += instructions.first_set_size; in LLVMFuzzerTestOneInput()
65 size -= instructions.first_set_size; in LLVMFuzzerTestOneInput()