Home
last modified time | relevance | path

Searched refs:string_hash (Results 1 – 14 of 14) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDhash-traits.h206 struct string_hash : pointer_hash <const char> struct
213 string_hash::hash (const char *id) in hash()
219 string_hash::equal (const char *id1, const char *id2) in equal()
309 struct nofree_string_hash : string_hash, typed_noop_remove <const char *> {};
HDgenautomata.c1750 string_hash (const char *string) in string_hash() function
1776 return string_hash (DECL_AUTOMATON (decl)->name); in automaton_decl_hash()
1877 return string_hash (DECL_INSN_RESERV (decl)->name); in insn_decl_hash()
1975 return string_hash (d->mode == dm_unit in decl_hash()
/dragonfly/contrib/binutils-2.27/gold/
HDstringpool.h303 string_hash(const Stringpool_char*, size_t length);
350 : string(s), length(string_length(s)), hash_code(string_hash(s, length)) in Hashkey()
354 : string(s), length(len), hash_code(string_hash(s, len)) in Hashkey()
HDgold.h271 string_hash(const Char_type* s, size_t length) in string_hash() function
289 string_hash(const Char_type* s) in string_hash() function
HDstringpool.cc137 Stringpool_template<Stringpool_char>::string_hash(const Stringpool_char* s, in string_hash() function in gold::Stringpool_template
140 return gold::string_hash<Stringpool_char>(s, length); in string_hash()
HDmips.cc469 size_t name_hash_value = gold::string_hash<char>( in hash()
1342 return gold::string_hash<char>(this->name()); in hash()
HDaarch64.cc1229 size_t name_hash_value = gold::string_hash<char>( in hash_value()
HDarm.cc576 ^ gold::string_hash<char>( in hash_value()
/dragonfly/contrib/binutils-2.34/gold/
HDstringpool.h303 string_hash(const Stringpool_char*, size_t length);
350 : string(s), length(string_length(s)), hash_code(string_hash(s, length)) in Hashkey()
354 : string(s), length(len), hash_code(string_hash(s, len)) in Hashkey()
HDgold.h271 string_hash(const Char_type* s, size_t length) in string_hash() function
289 string_hash(const Char_type* s) in string_hash() function
HDstringpool.cc137 Stringpool_template<Stringpool_char>::string_hash(const Stringpool_char* s, in string_hash() function in gold::Stringpool_template
140 return gold::string_hash<Stringpool_char>(s, length); in string_hash()
/dragonfly/usr.bin/top/
HDhash.c124 string_hash(hash_table *ht, char *key) in string_hash() function
1019 bucket = &(ht->buckets[string_hash(ht, key)]); in hash_add_string()
1073 bucket = &(ht->buckets[string_hash(ht, key)]); in hash_replace_string()
1125 if ((bucket = &(ht->buckets[string_hash(ht, key)])) != NULL) in hash_lookup_string()
1164 if ((bucket = &(ht->buckets[string_hash(ht, key)])) != NULL) in hash_remove_string()
/dragonfly/contrib/gcc-4.7/gcc/
HDgenautomata.c1754 string_hash (const char *string) in string_hash() function
1780 return string_hash (DECL_AUTOMATON (decl)->name); in automaton_decl_hash()
1881 return string_hash (DECL_INSN_RESERV (decl)->name); in insn_decl_hash()
1979 return string_hash (d->mode == dm_unit in decl_hash()
/dragonfly/contrib/gcc-4.7/gcc/objc/
HDobjc-act.c3090 string_hash (const void *ptr) in string_hash() function
5768 string_htab = htab_create_ggc (31, string_hash, in hash_init()