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

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dfnv.h62 #define FNV_MULT64 0x00000100000001b3LL macro
67 #define FNV_MULT64 ((int64_t)0x00000100000001b3) macro
72 #define FNVPART64(h,c) (h = (h) * FNV_MULT64 ^ (c))
/illumos-gate/usr/src/lib/libast/common/include/
H A Dfnv.h53 #define FNV_MULT64 0x00000100000001b3LL macro
58 #define FNV_MULT64 ((int64_t)0x00000100000001b3) macro
63 #define FNVPART64(h,c) (h = (h) * FNV_MULT64 ^ (c))
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dfnv.h62 #define FNV_MULT64 0x00000100000001b3LL macro
67 #define FNV_MULT64 ((int64_t)0x00000100000001b3) macro
72 #define FNVPART64(h,c) (h = (h) * FNV_MULT64 ^ (c))
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dfnv.h62 #define FNV_MULT64 0x00000100000001b3LL macro
67 #define FNV_MULT64 ((int64_t)0x00000100000001b3) macro
72 #define FNVPART64(h,c) (h = (h) * FNV_MULT64 ^ (c))
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dfnv.h62 #define FNV_MULT64 0x00000100000001b3LL macro
67 #define FNV_MULT64 ((int64_t)0x00000100000001b3) macro
72 #define FNVPART64(h,c) (h = (h) * FNV_MULT64 ^ (c))

Completed in 46 milliseconds