Searched refs:hash_name (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dhash.h51 int hash_name(int, const char *);
H A Diidesc.c65 return (hash_name(nbuckets, ii->ii_name));
H A Dhash.c75 hash_name(int nbuckets, const char *name) function
H A Dtdata.c107 return (hash_name(nbuckets, name));
/freebsd-10-stable/contrib/groff/src/libs/libxutil/
H A DDviChar.c25 static int hash_name (const char *);
79 hash_name (const char *name) function
104 i = hash_name (map->dvi_names[c][s]) % DVI_HASH_SIZE;
120 i = hash_name (name) % DVI_HASH_SIZE;
/freebsd-10-stable/contrib/groff/src/devices/xditview/
H A Ddevice.c62 static unsigned hash_name(const char *);
267 unsigned hash_name(const char *name) function
325 for (p = f->char_table[hash_name(name) % CHAR_TABLE_SIZE];; p = p->next) {
386 pp = &f->char_table[hash_name(name) % CHAR_TABLE_SIZE];

Completed in 113 milliseconds