Home
last modified time | relevance | path

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

/bionic/libc/netbsd/resolv/
Dres_random.c83 #define RU_M 31104 /* RU_M = 2^7*3^5 - don't change */ macro
184 ru_x = arc4random_uniform(RU_M); in res_initid()
194 ru_a = pmod(RU_AGEN, (tmp >> 16) & 0xfffe, RU_M); in res_initid()
243 ru_x = (ru_a * ru_x + ru_b) % RU_M; in res_randomid()