Searched refs:mrand48 (Results 1 – 9 of 9) sorted by relevance
56 extern long mrand48 __P((void));83 return (u_int32_t) mrand48(); in magic()95 buf[i] = mrand48() >> 24; in random_bytes()111 mrand48() in mrand48() function
14 long mrand48(void);30 mrand48(); // no-warning in test_rand()
96 long mrand48(void); function112 …mrand48(); // expected-warning{{Function 'mrand48' is obsolete because it implements a poor random…
53 uint32_t instr = static_cast<uint32_t>(mrand48()); in TEST()73 uint32_t instr = static_cast<uint32_t>(mrand48()); in TEST()
86 int max_children = static_cast<int>(std::abs(mrand48()) % kDepthLimit); in Run()
44 static int Random() { return static_cast<int>(std::abs(mrand48())); } in Random()
3564 uint32_t inst_case = static_cast<uint32_t>(mrand48()) % case_count; in TEST_T32()3565 uint32_t label_index = static_cast<uint32_t>(mrand48()) % label_count; in TEST_T32()3692 (static_cast<uint32_t>(mrand48()) % window) + ratio; in TEST_T32()3693 uint32_t label_index = static_cast<uint32_t>(mrand48()) % label_count; in TEST_T32()3695 static_cast<uint32_t>(mrand48()) % literal_count; in TEST_T32()
2318 fun:mrand48=uninstrumented
188 PUBLIC 37b00 0 mrand48