Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/libs/libxutil/
H A DDviChar.c27 static int hash_name (const char *);
81 hash_name (const char *name) in hash_name() function
106 i = hash_name (map->dvi_names[c][s]) % DVI_HASH_SIZE; in compute_hash()
122 i = hash_name (name) % DVI_HASH_SIZE; in DviCharIndex()
/netbsd-src/external/gpl2/groff/dist/src/devices/xditview/
H A Ddevice.c64 static unsigned hash_name(const char *);
269 unsigned hash_name(const char *name) in hash_name() function
327 for (p = f->char_table[hash_name(name) % CHAR_TABLE_SIZE];; p = p->next) { in device_char_width()
388 pp = &f->char_table[hash_name(name) % CHAR_TABLE_SIZE]; in add_char()
/netbsd-src/usr.bin/nbperf/
H A Dnbperf.c115 .hash_name = "hash", in main()
180 nbperf.hash_name = optarg; in main()
H A Dnbperf.h39 const char *hash_name; member
H A Dnbperf-chm.c159 nbperf->hash_name); in print_hash()
H A Dnbperf-bdz.c150 nbperf->hash_name); in print_hash()
/netbsd-src/sys/kern/
H A Dkern_uidinfo.c141 strlcpy(hs->hash_name, "uihash", sizeof(hs->hash_name)); in uid_stats()
H A Dsubr_hash.c217 error = sysctl_copyinstr(l, h->hash_name, queryname, in hashstat_sysctl()
H A Dvfs_bio.c1978 strlcpy(hs->hash_name, "bufhash", sizeof(hs->hash_name)); in bufhash_stats()
H A Dvfs_vnode.c1339 strlcpy(hs->hash_name, "vcache", sizeof(hs->hash_name)); in vcache_stats()
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dhash.h51 int hash_name(int, const char *);
H A Diidesc.c69 return (hash_name(nbuckets, ii->ii_name)); in iidesc_hash()
H A Dhash.c80 hash_name(int nbuckets, const char *name) in hash_name() function
H A Dtdata.c112 return (hash_name(nbuckets, name)); in tdesc_layouthash()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlto-section-in.c298 hash_name (const void *p) in hash_name() function
334 return htab_create (37, hash_name, eq_name, renaming_slot_free); in lto_create_renaming_table()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlto-section-in.cc298 hash_name (const void *p) in hash_name() function
334 return htab_create (37, hash_name, eq_name, renaming_slot_free); in lto_create_renaming_table()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drbt.c793 dns_name_t hash_name; in dns_rbt_addname()
819 dns_name_init(&hash_name, NULL); in dns_rbt_findnode()
833 &hash_name); in dns_rbt_findnode()
834 hashval = dns_name_hash(&hash_name); in dns_rbt_findnode()
838 &hash_name); in dns_rbt_findnode()
868 if (dns_name_equal(&hnode_name, &hash_name)) { in dns_rbt_findnode()
893 dns_name_t hash_name; dns_rbt_findnode() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drbt.c1628 dns_name_t hash_name; in dns_rbt_findnode() local
1653 dns_name_init(&hash_name, NULL); in dns_rbt_findnode()
1666 &hash_name); in dns_rbt_findnode()
1667 hash = dns_name_fullhash(&hash_name, false); in dns_rbt_findnode()
1670 &hash_name); in dns_rbt_findnode()
1701 &hash_name))) in dns_rbt_findnode()
/netbsd-src/sys/uvm/
H A Duvm_bio.c1120 strlcpy(hs->hash_name, "ubchash", sizeof(hs->hash_name)); in ubchash_stats()
/netbsd-src/usr.bin/vmstat/
H A Dvmstat.c2091 strlcpy(hash.hash_name, hashname, sizeof(hash.hash_name)); in dohashstat_sysctl()
2114 printf("\t%-16s%s\n", hs->hash_name, hs->hash_desc); in dohashstat_sysctl()
2125 hs->hash_name, hs->hash_size, hs->hash_used, in dohashstat_sysctl()
/netbsd-src/sys/sys/
H A Dsysctl.h772 char hash_name[SYSCTL_NAMELEN]; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-common.c72 hash_name (const void *p) in hash_name() function
108 return htab_create (37, hash_name, eq_name, free_with_string); in lto_obj_create_section_hash_table()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-common.cc72 hash_name (const void *p) in hash_name() function
108 return htab_create (37, hash_name, eq_name, free_with_string); in lto_obj_create_section_hash_table()
H A DChangeLog3556 * lto-coff.c (hash_name, eq_name): Move.
3558 * lto-elf.c: (hash_name, eq_name): Move.
3560 * lto-macho.c: (hash_name, eq_name): Move.
3562 * lto.c: (hash_name, eq_name): Move from lto-*.c
5413 (hash_name, eq_name, lto_elf_build_section_table): New functions.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-202012661 <hash_name>: New member function.