Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
Dhb-set-fuzzer.cc24 struct instructions_t struct
43 if (size < sizeof (instructions_t)) in LLVMFuzzerTestOneInput() argument
51 const instructions_t &instructions = reinterpret_cast<const instructions_t &> (data); in LLVMFuzzerTestOneInput()
53 data += sizeof (instructions_t); in LLVMFuzzerTestOneInput()
54 size -= sizeof (instructions_t); in LLVMFuzzerTestOneInput()
/third_party/harfbuzz/test/fuzzing/
Dhb-set-fuzzer.cc24 struct instructions_t struct
43 if (size < sizeof (instructions_t)) in LLVMFuzzerTestOneInput() argument
51 const instructions_t &instructions = reinterpret_cast<const instructions_t &> (data); in LLVMFuzzerTestOneInput()
53 data += sizeof (instructions_t); in LLVMFuzzerTestOneInput()
54 size -= sizeof (instructions_t); in LLVMFuzzerTestOneInput()