HomeSort by: relevance | last modified time | path
    Searched defs:hash_name (Results 1 - 15 of 15) sorted by relevancy

  /src/usr.bin/nbperf/
nbperf.h 39 const char *hash_name; member in struct:nbperf
  /src/external/gpl2/groff/dist/src/libs/libxutil/
DviChar.c 27 static int hash_name (const char *);
81 hash_name (const char *name) function
106 i = hash_name (map->dvi_names[c][s]) % DVI_HASH_SIZE;
122 i = hash_name (name) % DVI_HASH_SIZE;
  /src/external/mpl/bind/dist/bin/tests/system/nsec3-answer/
tests_nsec3.py 383 def hash_name(self, name: dns.name.Name) -> dns.name.Name: member in class:NSEC3Checker
394 hashed_name = self.hash_name(name)
407 nsec3_owner = self.hash_name(owner)
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
hash.c 80 hash_name(int nbuckets, const char *name) function
  /src/external/gpl2/groff/dist/src/devices/xditview/
device.c 64 static unsigned hash_name(const char *);
269 unsigned hash_name(const char *name) function
327 for (p = f->char_table[hash_name(name) % CHAR_TABLE_SIZE];; p = p->next) {
388 pp = &f->char_table[hash_name(name) % CHAR_TABLE_SIZE];
  /src/external/gpl3/gcc/dist/gcc/
lto-section-in.cc 298 hash_name (const void *p) function
334 return htab_create (37, hash_name, eq_name, renaming_slot_free);
  /src/external/gpl3/gcc.old/dist/gcc/
lto-section-in.cc 298 hash_name (const void *p) function
334 return htab_create (37, hash_name, eq_name, renaming_slot_free);
  /src/external/mpl/bind/dist/lib/dns/
rbt.c 786 dns_name_t hash_name; local
812 dns_name_init(&hash_name, NULL);
826 &hash_name);
827 hashval = dns_name_hash(&hash_name);
831 &hash_name);
861 if (dns_name_equal(&hnode_name, &hash_name)) {
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-common.cc 72 hash_name (const void *p) function
108 return htab_create (37, hash_name, eq_name, free_with_string);
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-common.cc 72 hash_name (const void *p) function
108 return htab_create (37, hash_name, eq_name, free_with_string);
  /src/external/gpl3/gdb/dist/gdb/
completer.c 97 hashval_t hash_name () const function
1941 return entry->hash_name ();
  /src/external/gpl3/gdb.old/dist/gdb/
completer.c 93 hashval_t hash_name () const function
1527 return entry->hash_name ();
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbt.c 1628 dns_name_t hash_name; local
1653 dns_name_init(&hash_name, NULL);
1666 &hash_name);
1667 hash = dns_name_fullhash(&hash_name, false);
1670 &hash_name);
1701 &hash_name)))
  /src/sys/sys/
sysctl.h 773 char hash_name[SYSCTL_NAMELEN]; member in struct:hashstat_sysctl
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_local.h 758 char *hash_name; /* hash algorithm name */ member in struct:tls_sigalg_info_st

Completed in 66 milliseconds