Searched defs:HASH (Results 1 – 7 of 7) sorted by relevance
32 #define HASH %rcx macro
38 #define HASH %rcx macro
70 #define HASH (0x01 << 5) macro
54 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) in HASH() function
64 #define HASH(addr) (((__force u32)addr^((__force u32)addr>>4))&0xF) macro
72 static u32 HASH(const struct in6_addr *addr1, const struct in6_addr *addr2) in HASH() function
1237 #define HASH(ch) (ch & (LEC_ARP_TABLE_SIZE - 1)) macro