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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/compressor/
H A Dlzrw3.c313 #define HASH(PTR) \ macro
442 index=HASH(p_src);
685 hash[HASH(r)]=r;
687 {r++; hash[HASH(r)]=r;}
692 /* current position. We don't need to do a HASH(...) to work out */
707 {register UBYTE *p=p_dst-3; hash[HASH(p)]=p; literals=2;}
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dipip.c120 #define HASH(addr) ((addr^(addr>>4))&0xF) macro
145 unsigned h0 = HASH(remote);
146 unsigned h1 = HASH(local);
176 h ^= HASH(remote);
180 h ^= HASH(local);
221 h ^= HASH(remote);
225 h ^= HASH(local);
H A Dip_gre.c149 #define HASH(addr) ((addr^(addr>>4))&0xF) macro
164 unsigned h0 = HASH(remote);
165 unsigned h1 = HASH(key);
201 unsigned h = HASH(key);
208 h ^= HASH(remote);
245 unsigned h = HASH(key);
252 h ^= HASH(remote);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dsit.c61 #define HASH(addr) ((addr^(addr>>4))&0xF) macro
85 unsigned h0 = HASH(remote);
86 unsigned h1 = HASH(local);
116 h ^= HASH(remote);
120 h ^= HASH(local);
160 h ^= HASH(remote);
164 h ^= HASH(local);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dlec.c1019 #define HASH(ch) (ch & (LEC_ARP_TABLE_SIZE -1)) macro
1081 place = HASH(to_put->mac_addr[ETH_ALEN-1]);
1119 place = HASH(to_remove->mac_addr[ETH_ALEN-1]);
1405 place = HASH(mac_addr[ETH_ALEN-1]);

Completed in 111 milliseconds