Searched refs:rand_type (Results 1 – 3 of 3) sorted by relevance
172 type = buf->rand_type; in __srandom_r()239 int old_type = buf->rand_type; in weak_alias()262 buf->rand_type = type; in weak_alias()307 old_type = buf->rand_type; in weak_alias()320 buf->rand_type = type; in weak_alias()362 if (buf->rand_type == TYPE_0) in weak_alias()
187 .rand_type = TYPE_3,
429 int rand_type; /* Type of random number generator. */ member