Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Dtst-arc4random-thread.c147 int size_slot = thread_id % (array_length (sizes) + 1); in inner_thread() local
148 bool switch_sizes = size_slot == array_length (sizes); in inner_thread()
150 size_slot = 0; in inner_thread()
157 place->size = sizes[size_slot]; in inner_thread()
163 size_slot = (size_slot + 1) % array_length (sizes); in inner_thread()