Home
last modified time | relevance | path

Searched refs:int_hash (Results 1 – 3 of 3) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_inttab.c43 (ip->int_hash = dt_zalloc(dtp, sizeof (void *) * len)) == NULL) { in dt_inttab_create()
64 dt_free(ip->int_hdl, ip->int_hash); in dt_inttab_destroy()
75 for (hp = ip->int_hash[h]; hp != NULL; hp = hp->inh_hash) { in dt_inttab_insert()
84 hp->inh_hash = ip->int_hash[h]; in dt_inttab_insert()
90 ip->int_hash[h] = hp; in dt_inttab_insert()
H A Ddt_inttab.h48 dt_inthash_t **int_hash; /* array of hash buckets */ member
/freebsd/crypto/openssl/test/
H A Dlhash_test.c38 static unsigned long int int_hash(const int *p) in int_hash() function
94 LHASH_OF(int) *h = lh_int_new(&int_hash, &int_cmp); in test_int_lhash()