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

/linux-master/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)) {
111 rnd_idx = 0;
113 return rnd_buf[rnd_idx++];

Completed in 312 milliseconds