Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Drand.c14 unsigned int rand_r(unsigned int *seedp) in rand_r() function
25 return rand_r(&y); in rand()
/openbmc/linux/tools/testing/radix-tree/
H A Diteration_check.c81 if (rand_r(&seeds[0]) % 50 == 0) { in tagged_iteration_fn()
114 if (rand_r(&seeds[1]) % 50 == 0) { in untagged_iteration_fn()
141 pgoff = rand_r(&seeds[2]) % MAX_IDX; in remove_entries_fn()
/openbmc/qemu/tests/tcg/multiarch/
H A Dvma-pthread.c126 start_idx = rand_r(&seed) & PAGE_IDX_MASK; in thread_mutate()
127 end_idx = rand_r(&seed) & PAGE_IDX_MASK; in thread_mutate()
133 prot = rand_r(&seed) & (PROT_READ | PROT_WRITE | PROT_EXEC); in thread_mutate()
/openbmc/u-boot/net/
H A Dlink_local.c73 tmp = rand_r(&seed) & IN_CLASSB_HOST; in pick()
84 return rand_r(&seed) % (secs * 1000); in random_delay_ms()
/openbmc/u-boot/drivers/crypto/
H A Dace_sha.c177 unsigned int rand_r(unsigned int *seedp) in rand_r() function
/openbmc/u-boot/include/
H A Dcommon.h500 unsigned int rand_r(unsigned int *seedp);
H A Dnet.h820 addr[i] = rand_r(&seed); in net_random_ethaddr()