Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/net/
Dres_random.c98 static u_int16_t ru_a, ru_b; variable
189 ru_b = (tmp & 0xfffe) | 1; in res_initid()
191 while (ru_b % 3 == 0) in res_initid()
192 ru_b += 2; in res_initid()
246 ru_x = (ru_a * ru_x + ru_b) % RU_M; in __res_randomid()
271 printf("Ru_B: %u\n", ru_b);