Searched refs:DT_PRIME (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libast/common/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;
/opensolaris-onvv-gate/usr/src/lib/libast/amd64/include/ast/
H A Dcdt.h308 #define DT_PRIME 17109811 /* 2#00000001 00000101 00010011 00110011 */ macro
309 #define dtcharhash(h,c) (((unsigned int)(h) + (unsigned int)(c)) * DT_PRIME )
/opensolaris-onvv-gate/usr/src/lib/libast/common/include/
H A Dcdt.h308 #define DT_PRIME 17109811 /* 2#00000001 00000101 00010011 00110011 */ macro
309 #define dtcharhash(h,c) (((unsigned int)(h) + (unsigned int)(c)) * DT_PRIME )
/opensolaris-onvv-gate/usr/src/lib/libast/i386/include/ast/
H A Dcdt.h308 #define DT_PRIME 17109811 /* 2#00000001 00000101 00010011 00110011 */ macro
309 #define dtcharhash(h,c) (((unsigned int)(h) + (unsigned int)(c)) * DT_PRIME )
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/include/ast/
H A Dcdt.h308 #define DT_PRIME 17109811 /* 2#00000001 00000101 00010011 00110011 */ macro
309 #define dtcharhash(h,c) (((unsigned int)(h) + (unsigned int)(c)) * DT_PRIME )
/opensolaris-onvv-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dcdt.h308 #define DT_PRIME 17109811 /* 2#00000001 00000101 00010011 00110011 */ macro
309 #define dtcharhash(h,c) (((unsigned int)(h) + (unsigned int)(c)) * DT_PRIME )

Completed in 63 milliseconds