Searched refs:IS_REPLACE (Results 1 – 1 of 1) sorted by relevance
66 #define IS_REPLACE(x) ((x) & INSERT_REPLACE_MASK) macro176 if (!IS_REPLACE(op_flags)) in FuzzerTestOneInput()184 if (IS_REPLACE(op_flags)) in FuzzerTestOneInput()214 IS_REPLACE(op_flags) ? replacements++ : inserts++; in FuzzerTestOneInput()
Completed in 3 milliseconds