Home
last modified time | relevance | path

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

/openbmc/linux/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c91 static size_t rnd_idx = ARRAY_SIZE(rnd_buf); variable
109 if (rnd_idx >= ARRAY_SIZE(rnd_buf)) { in get_random_const()
111 rnd_idx = 0; in get_random_const()
113 return rnd_buf[rnd_idx++]; in get_random_const()