Lines Matching refs:options
46 uint16_t options; in LLVMFuzzerTestOneInput() local
70 options = (Data[Size - 2] << 8) | Data[Size - 1]; in LLVMFuzzerTestOneInput()
72 (void) options; in LLVMFuzzerTestOneInput()
99 if (options & 2) { in LLVMFuzzerTestOneInput()
106 if (options & 4) { in LLVMFuzzerTestOneInput()
116 (options & in LLVMFuzzerTestOneInput()
121 (options & in LLVMFuzzerTestOneInput()
126 (options & in LLVMFuzzerTestOneInput()
131 (options & in LLVMFuzzerTestOneInput()
135 if (options & 0x200) { in LLVMFuzzerTestOneInput()
150 if ((options & 1) == 0) { in LLVMFuzzerTestOneInput()