Searched refs:sqrt_cache (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.140.69/bsd/netinet/ |
| H A D | tcp_input.c | 371 uint32_t sqrt_cache[11] = {0, 1, 4, 9, 16, 25, 36, 49, 64, 81, 100}; in isqrt() local 375 if (sqrt_cache[g] > val) { in isqrt() 378 } else if (sqrt_cache[g] == val) { in isqrt()
|