Home
last modified time | relevance | path

Searched refs:DT_PRIME (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtstrhash.c50 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;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h351 #define DT_PRIME 17109811 /* 2#00000001 00000101 00010011 00110011 */ macro
352 #define dtcharhash(h,c) (((unsigned int)(h) + (unsigned int)(c)) * DT_PRIME )