Home
last modified time | relevance | path

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

/bionic/libc/netbsd/resolv/
Dres_random.c101 static u_int16_t ru_x; variable
184 ru_x = arc4random_uniform(RU_M); in res_initid()
243 ru_x = (ru_a * ru_x + ru_b) % RU_M; in res_randomid()
246 result = permute15(ru_seed ^ pmod(ru_g, ru_seed2 + ru_x, RU_N)) | ru_msb; in res_randomid()
263 printf("Ru_X: %u\n", ru_x);