/netbsd-src/external/gpl2/groff/dist/src/libs/libxutil/ |
H A D | DviChar.c | 27 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 D | device.c | 64 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 D | nbperf.c | 115 .hash_name = "hash", in main() 180 nbperf.hash_name = optarg; in main()
|
H A D | nbperf.h | 39 const char *hash_name; member
|
H A D | nbperf-chm.c | 159 nbperf->hash_name); in print_hash()
|
H A D | nbperf-bdz.c | 150 nbperf->hash_name); in print_hash()
|
/netbsd-src/sys/kern/ |
H A D | kern_uidinfo.c | 141 strlcpy(hs->hash_name, "uihash", sizeof(hs->hash_name)); in uid_stats()
|
H A D | subr_hash.c | 217 error = sysctl_copyinstr(l, h->hash_name, queryname, in hashstat_sysctl()
|
H A D | vfs_bio.c | 1978 strlcpy(hs->hash_name, "bufhash", sizeof(hs->hash_name)); in bufhash_stats()
|
H A D | vfs_vnode.c | 1339 strlcpy(hs->hash_name, "vcache", sizeof(hs->hash_name)); in vcache_stats()
|
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
H A D | hash.h | 51 int hash_name(int, const char *);
|
H A D | iidesc.c | 69 return (hash_name(nbuckets, ii->ii_name)); in iidesc_hash()
|
H A D | hash.c | 80 hash_name(int nbuckets, const char *name) in hash_name() function
|
H A D | tdata.c | 112 return (hash_name(nbuckets, name)); in tdesc_layouthash()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lto-section-in.c | 298 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 D | lto-section-in.cc | 298 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 D | rbt.c | 793 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 D | rbt.c | 1628 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 D | uvm_bio.c | 1120 strlcpy(hs->hash_name, "ubchash", sizeof(hs->hash_name)); in ubchash_stats()
|
/netbsd-src/usr.bin/vmstat/ |
H A D | vmstat.c | 2091 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 D | sysctl.h | 772 char hash_name[SYSCTL_NAMELEN]; member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto-common.c | 72 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 D | lto-common.cc | 72 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 D | ChangeLog | 3556 * 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 D | ChangeLog-2020 | 12661 <hash_name>: New member function.
|