Home
last modified time | relevance | path

Searched refs:FNVPART (Results 1 – 6 of 6) sorted by relevance

/titanic_51/usr/src/lib/libast/common/include/
H A Dfnv.h41 #define FNVPART(h,c) (h = (h) * FNV_MULT ^ (c)) macro
45 FNVPART(h, ((unsigned char*)s)[_i_++]); \
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dfnv.h41 #define FNVPART(h,c) (h = (h) * FNV_MULT ^ (c)) macro
45 FNVPART(h, ((unsigned char*)s)[_i_++]); \
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dfnv.h50 #define FNVPART(h,c) (h = (h) * FNV_MULT ^ (c)) macro
54 FNVPART(h, ((unsigned char*)s)[_i_++]); \
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dfnv.h50 #define FNVPART(h,c) (h = (h) * FNV_MULT ^ (c)) macro
54 FNVPART(h, ((unsigned char*)s)[_i_++]); \
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dfnv.h50 #define FNVPART(h,c) (h = (h) * FNV_MULT ^ (c)) macro
54 FNVPART(h, ((unsigned char*)s)[_i_++]); \
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dfnv.h50 #define FNVPART(h,c) (h = (h) * FNV_MULT ^ (c)) macro
54 FNVPART(h, ((unsigned char*)s)[_i_++]); \