Searched refs:initstate_r (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libc/stdlib/ |
H A D | random.h | 80 int initstate_r(struct __random_state *, unsigned, uint32_t *, size_t);
|
H A D | random.c | 297 initstate_r(struct __random_state *estate, unsigned seed, uint32_t *arg_state, in initstate_r() function 367 error = initstate_r(&implicit, seed, int_arg_state, n); in initstate()
|
H A D | rand.c | 71 error = initstate_r(rand3_state, 1, rand3_state->rst_randtbl, BREAK_3); in initialize_rand3()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2071 fun:initstate_r=uninstrumented
|