Home
last modified time | relevance | path

Searched refs:HASH_HASHED (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/libast/common/hash/
H A Dhashlook.c52 if (flags & HASH_HASHED) n = *((unsigned int*)value); in hashlook()
89 else if (tab->flags & HASH_HASHED) in hashlook()
92 if (!(flags & HASH_HASHED)) n >>= 3; in hashlook()
94 else if (flags & HASH_HASHED) n = *((unsigned int*)value); in hashlook()
205 …| (b->hash & (HASH_KEEP|HASH_OPAQUED)) || hashlook(top, value, (flags&(HASH_HASHED|HASH_INTERNAL))… in hashlook()
H A Dhashdump.c42 if (flags & HASH_HASHED) sfprintf(sfstderr, "hashed "); in dumpflags()
/titanic_44/usr/src/lib/libast/common/include/
H A Dhash.h37 #define HASH_HASHED (1L<<6) /* key names already hashed */ macro
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dhash.h46 #define HASH_HASHED (1L<<6) /* key names already hashed */ macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dhash.h46 #define HASH_HASHED (1L<<6) /* key names already hashed */ macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dhash.h46 #define HASH_HASHED (1L<<6) /* key names already hashed */ macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dhash.h46 #define HASH_HASHED (1L<<6) /* key names already hashed */ macro