Searched defs:HASH (Results 1 – 8 of 8) sorted by relevance
64 #define HASH EVP_sha() macro69 #define HASH EVP_sha1() macro
33 #define HASH(a,b) ((a)+(b)) macro
70 #define HASH(x) get_u32(x) macro
25 #define HASH(h, c) ((c) + ROL (h, 7)) macro
58 #define HASH(state, x) state->hash = (state->hash << 4) ^ (x) macro
1455 sub HASH () { 1 } subroutine
353 typedef struct htbl HASH; typedef
1840 #define HASH(a) (((a) >> 4) % OHCI_HASH_SIZE) macro