Searched refs:premax (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/unbound/services/cache/ |
H A D | infra.c | 1077 int premax = infra_rate_max(entry->data, timenow, backoff); in infra_ratelimit_inc() local 1083 if(premax <= lim && max > lim) { in infra_ratelimit_inc() 1162 struct sldns_buffer* buffer, int premax, int max, int has_cookie) in check_ip_ratelimit() argument 1172 if(premax <= limit && max > limit) { in check_ip_ratelimit() 1214 int premax = infra_rate_max(entry->data, timenow, backoff); in infra_ip_ratelimit_inc() local 1219 return check_ip_ratelimit(addr, addrlen, buffer, premax, max, in infra_ip_ratelimit_inc()
|
/freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
H A D | dotest.c | 862 static int premax, preptr; in float32_case() local 869 premax = preptr = 0; in float32_case() 933 premax = preptr; in float32_case() 939 n = random32() % (premax+1); in float32_case() 989 static int premax, preptr; in float64_case() local 996 premax = preptr = 0; in float64_case() 1097 premax = preptr; in float64_case() 1103 n = (uint32) random32() % (uint32) (premax+1); in float64_case()
|