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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Ddb_shash.c41 #define HASH_SIZE(power, prime) { \ macro
45 HASH_SIZE(32, 37); /* 2^5 */
46 HASH_SIZE(64, 67); /* 2^6 */
47 HASH_SIZE(128, 131); /* 2^7 */
48 HASH_SIZE(256, 257); /* 2^8 */
49 HASH_SIZE(512, 521); /* 2^9 */
50 HASH_SIZE(1024, 1031); /* 2^10 */
51 HASH_SIZE(2048, 2053); /* 2^11 */
52 HASH_SIZE(4096, 4099); /* 2^12 */
53 HASH_SIZE(819
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dinode_hash.c20 #define HASH_SIZE 311 /* Should be prime */ macro
21 #define hash_inode(i) ((i) % HASH_SIZE)
23 /* array of [HASH_SIZE] elements */
64 ino_dev_hashtable = xzalloc(HASH_SIZE * sizeof(*ino_dev_hashtable));
77 for (i = 0; ino_dev_hashtable && i < HASH_SIZE; i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dipip.c119 #define HASH_SIZE 16 macro
128 static struct ip_tunnel *tunnels_r_l[HASH_SIZE];
129 static struct ip_tunnel *tunnels_r[HASH_SIZE];
130 static struct ip_tunnel *tunnels_l[HASH_SIZE];
899 for (h = 0; h < HASH_SIZE; h++) {
H A Dip_gre.c145 #define HASH_SIZE 16 macro
148 static struct ip_tunnel *tunnels[4][HASH_SIZE];
1287 for (h = 0; h < HASH_SIZE; h++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dsit.c61 #define HASH_SIZE 16 macro
70 static struct ip_tunnel *tunnels_r_l[HASH_SIZE];
71 static struct ip_tunnel *tunnels_r[HASH_SIZE];
72 static struct ip_tunnel *tunnels_l[HASH_SIZE];
806 for (h = 0; h < HASH_SIZE; h++) {
H A Dip6_tunnel.c71 #define HASH_SIZE 32 macro
75 (HASH_SIZE - 1))
86 static struct ip6_tnl *tnls_r_l[HASH_SIZE];
1437 for (h = 0; h < HASH_SIZE; h++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c174 #define HASH_SIZE (unsigned)(1<<HASH_BITS) macro
175 #define HASH_MASK (HASH_SIZE-1)
177 /* HASH_SIZE and WSIZE must be powers of two */
562 for (n = 0; n < HASH_SIZE; n++) {
1845 memset(head, 0, HASH_SIZE * sizeof(*head));

Completed in 86 milliseconds