Home
last modified time | relevance | path

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

/openssl/fuzz/
H A Dhashtable.c66 #define IS_REPLACE(x) ((x) & INSERT_REPLACE_MASK) macro
176 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 5 milliseconds