Searched defs:DT_PRIME (Results 1 - 5 of 5) sorted by relevance

/illumos-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 )
/illumos-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 )
/illumos-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 )
/illumos-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 )
/illumos-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 74 milliseconds