Home
last modified time | relevance | path

Searched refs:memhash (Results 1 – 21 of 21) sorted by relevance

/titanic_44/usr/src/lib/libast/common/hash/
H A Dmemhash.c37 memhash(const void* as, int n) in memhash() function
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h164 #undef memhash
165 #define memhash _ast_memhash macro
H A Dast.h295 extern __MANGLE__ unsigned int memhash __PROTO__((const __V_*, int));
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h143 #undef memhash
144 #define memhash _ast_memhash macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h164 #undef memhash
165 #define memhash _ast_memhash macro
H A Dast.h295 extern __MANGLE__ unsigned int memhash __PROTO__((const __V_*, int));
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h143 #undef memhash
144 #define memhash _ast_memhash macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h164 #undef memhash
165 #define memhash _ast_memhash macro
H A Dast.h295 extern __MANGLE__ unsigned int memhash __PROTO__((const __V_*, int));
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h143 #undef memhash
144 #define memhash _ast_memhash macro
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h143 #undef memhash
144 #define memhash _ast_memhash macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h164 #undef memhash
165 #define memhash _ast_memhash macro
H A Dast.h295 extern __MANGLE__ unsigned int memhash __PROTO__((const __V_*, int));
/titanic_44/usr/src/lib/libast/common/include/
H A Dast.h277 extern unsigned int memhash(const void*, int);
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmap143 #undef memhash
144 #define memhash _ast_memhash
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmap143 #undef memhash
144 #define memhash _ast_memhash
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmap143 #undef memhash
144 #define memhash _ast_memhash
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmap143 #undef memhash
144 #define memhash _ast_memhash
/titanic_44/usr/src/lib/libast/common/
H A DREADME32 memhash return hash code for n-char chunk of memory
/titanic_44/usr/src/lib/libast/
H A DMakefile.com176 common/hash/memhash.o \
/titanic_44/usr/src/lib/libpp/common/
H A Dppop.c266 …return memhash(a, (n = strlen(a)) > pp.truncate && !strchr(a, ' ') && !strneq(a, "__STD", 5) ? pp.… in trunchash()