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

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dfnv.h47 #define FNV_MULT 0x01000193L macro
50 #define FNVPART(h,c) (h = (h) * FNV_MULT ^ (c))
/illumos-gate/usr/src/lib/libast/common/include/
H A Dfnv.h38 #define FNV_MULT 0x01000193L macro
41 #define FNVPART(h,c) (h = (h) * FNV_MULT ^ (c))
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dfnv.h47 #define FNV_MULT 0x01000193L macro
50 #define FNVPART(h,c) (h = (h) * FNV_MULT ^ (c))
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dfnv.h47 #define FNV_MULT 0x01000193L macro
50 #define FNVPART(h,c) (h = (h) * FNV_MULT ^ (c))
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dfnv.h47 #define FNV_MULT 0x01000193L macro
50 #define FNVPART(h,c) (h = (h) * FNV_MULT ^ (c))

Completed in 59 milliseconds