Lines Matching full:rmin
77 inline void fuzz_enum_range(Fuzz* fuzz, T* value, Min rmin, Max rmax) {79 fuzz->nextRange((U*)value, (U)rmin, (U)rmax);