Searched defs:primes (Results 1 – 3 of 3) sorted by relevance
/linux/lib/math/ |
H A D | prime_numbers.c | 9 struct primes { struct 12 unsigned long primes[]; argument 63 static const struct primes __rcu *primes = RCU_INITIALIZER(&small_primes); variable
|
/linux/net/netfilter/ipvs/ |
H A D | ip_vs_mh.c | 50 static int primes[] = {251, 509, 1021, 2039, 4093, variable
|
/linux/lib/ |
H A D | test_printf.c | 621 const int primes[] = {2,3,5,7,11,13,17,19}; in bitmap() local
|