Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/groff/src/libs/libxutil/
DDviChar.c25 static int hash_name (const char *);
79 hash_name (const char *name) in hash_name() function
104 i = hash_name (map->dvi_names[c][s]) % DVI_HASH_SIZE; in compute_hash()
120 i = hash_name (name) % DVI_HASH_SIZE; in DviCharIndex()
/freebsd-9-stable/contrib/groff/src/devices/xditview/
Ddevice.c62 static unsigned hash_name(const char *);
267 unsigned hash_name(const char *name) in hash_name() function
325 for (p = f->char_table[hash_name(name) % CHAR_TABLE_SIZE];; p = p->next) { in device_char_width()
386 pp = &f->char_table[hash_name(name) % CHAR_TABLE_SIZE]; in add_char()
/freebsd-9-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
Dhash.h51 int hash_name(int, const char *);
Diidesc.c65 return (hash_name(nbuckets, ii->ii_name)); in iidesc_hash()
Dhash.c75 hash_name(int nbuckets, const char *name) in hash_name() function
Dtdata.c107 return (hash_name(nbuckets, name)); in tdesc_layouthash()
/freebsd-9-stable/contrib/bind9/lib/dns/
Drbt.c823 dns_name_t hash_name; in dns_rbt_findnode() local
848 dns_name_init(&hash_name, NULL); in dns_rbt_findnode()
857 &hash_name); in dns_rbt_findnode()
858 hash = dns_name_fullhash(&hash_name, ISC_FALSE); in dns_rbt_findnode()
861 tlabels, &hash_name); in dns_rbt_findnode()
882 if (ISC_LIKELY(dns_name_equal(&hnode_name, &hash_name))) in dns_rbt_findnode()