Searched refs:sqrt_cache (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c396 unsigned int sqrt_cache[11] = {0, 1, 4, 9, 16, 25, 36, 49, 64, 81, 100}; local
400 if (sqrt_cache[g] > val) {
403 } else if (sqrt_cache[g] == val) {

Completed in 68 milliseconds