Searched refs:DT_PRIME (Results 1 – 6 of 6) sorted by relevance
50 h = (h + (s[0]<<8) + s[1])*DT_PRIME;56 h = (h + (s[0]<<8) + s[1])*DT_PRIME;58 h = (h + (s[0]<<8))*DT_PRIME;60 return (h+n)*DT_PRIME;
308 #define DT_PRIME 17109811 /* 2#00000001 00000101 00010011 00110011 */ macro309 #define dtcharhash(h,c) (((unsigned int)(h) + (unsigned int)(c)) * DT_PRIME )