Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libast/common/include/
H A Dhash.h105 #define Hashhdr_t Hash_header_t
106 #define HASHHEADER Hash_header_t
134 } Hash_header_t; typedef
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dhash.h114 #define Hashhdr_t Hash_header_t
115 #define HASHHEADER Hash_header_t
143 } Hash_header_t; typedef
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dhash.h114 #define Hashhdr_t Hash_header_t
115 #define HASHHEADER Hash_header_t
143 } Hash_header_t; typedef
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dhash.h114 #define Hashhdr_t Hash_header_t
115 #define HASHHEADER Hash_header_t
143 } Hash_header_t; typedef
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dhash.h114 #define Hashhdr_t Hash_header_t
115 #define HASHHEADER Hash_header_t
143 } Hash_header_t; typedef
/titanic_44/usr/src/lib/libast/common/hash/
H A Dhashalloc.c71 tab->bucketsize = (sizeof(Hash_header_t) + sizeof(char*) - 1) / sizeof(char*); in hashalloc()