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

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

Completed in 4833 milliseconds