Home
last modified time | relevance | path

Searched refs:Hash_type (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/sgs/crle/common/
H A D_crle.h49 } Hash_type; typedef
96 Hash_type t_type; /* HASH_INT or HASH_STR */
200 extern Hash_tbl *make_hash(int, Hash_type, ulong_t);
H A Dhash.c35 make_hash(int size, Hash_type type, ulong_t ident) in make_hash()