Searched refs:HASH_MULTIPLIER (Results 1 – 3 of 3) sorted by relevance
49 #define HASH_MULTIPLIER 37 in hash32() macro55 h = (h * HASH_MULTIPLIER) + str[i]; in hash32()
2063 #define HASH_MULTIPLIER 37 macro2070 h = (h * HASH_MULTIPLIER) + str[i]; in hash32()
42 #define HASH_MULTIPLIER 37 in hash32() macro47 h = (h * HASH_MULTIPLIER) + str[i]; in hash32()