Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libast/common/include/
H A Dhash.h55 #define HASH_SIZEOF(f) ((((long)(f))>>16)&0xffff) /* extract size */ macro
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dhash.h64 #define HASH_SIZEOF(f) ((((long)(f))>>16)&0xffff) /* extract size */ macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dhash.h64 #define HASH_SIZEOF(f) ((((long)(f))>>16)&0xffff) /* extract size */ macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dhash.h64 #define HASH_SIZEOF(f) ((((long)(f))>>16)&0xffff) /* extract size */ macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dhash.h64 #define HASH_SIZEOF(f) ((((long)(f))>>16)&0xffff) /* extract size */ macro
/titanic_44/usr/src/lib/libast/common/hash/
H A Dhashlook.c298 else if (!(n = HASH_SIZEOF(flags))) in hashlook()