OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ru_a
(Results
1 - 1
of
1
) sorted by null
/bionic/libc/netbsd/resolv/
res_random.c
82
#define RU_AGEN 7 /* determine
ru_a
as RU_AGEN^(2*rand) */
103
static u_int16_t
ru_a
, ru_b;
variable
194
ru_a
= pmod(RU_AGEN, (tmp >> 16) & 0xfffe, RU_M);
243
ru_x = (
ru_a
* ru_x + ru_b) % RU_M;
264
printf("
Ru_A
: %u\n",
ru_a
);
Completed in 130 milliseconds