HomeSort by relevance Sort by last modified time
    Searched full:ru_b (Results 1 - 1 of 1) sorted by null

  /bionic/libc/netbsd/resolv/
res_random.c 103 static u_int16_t ru_a, ru_b; variable
193 ru_b = (tmp & 0xfffe) | 1;
195 while (ru_b % 3 == 0)
196 ru_b += 2;
243 ru_x = (ru_a * ru_x + ru_b) % RU_M;
265 printf("Ru_B: %u\n", ru_b);

Completed in 56 milliseconds