Searched refs:fuzz_mt19937_get (Results 1 – 3 of 3) sorted by relevance
3 uint32_t fuzz_mt19937_get(void);
10 extern "C" uint32_t fuzz_mt19937_get(void) { in fuzz_mt19937_get() function
53 ret = 0x01 + (fuzz_mt19937_get() % 1024); in fuzz_alloc()63 do_mmap = (fuzz_mt19937_get() % 64) == 0 ? true : false; in fuzz_alloc()65 mmap_high = (fuzz_mt19937_get() % 2) == 0 ? true : false; in fuzz_alloc()146 if ((fuzz_mt19937_get() % 64) == 0) { in fuzz_calloc()