| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | hash-traits.h | 206 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 *> {};
|
| HD | genautomata.c | 1750 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/ |
| HD | stringpool.h | 303 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()
|
| HD | gold.h | 271 string_hash(const Char_type* s, size_t length) in string_hash() function 289 string_hash(const Char_type* s) in string_hash() function
|
| HD | stringpool.cc | 137 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()
|
| HD | mips.cc | 469 size_t name_hash_value = gold::string_hash<char>( in hash() 1342 return gold::string_hash<char>(this->name()); in hash()
|
| HD | aarch64.cc | 1229 size_t name_hash_value = gold::string_hash<char>( in hash_value()
|
| HD | arm.cc | 576 ^ gold::string_hash<char>( in hash_value()
|
| /dragonfly/contrib/binutils-2.34/gold/ |
| HD | stringpool.h | 303 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()
|
| HD | gold.h | 271 string_hash(const Char_type* s, size_t length) in string_hash() function 289 string_hash(const Char_type* s) in string_hash() function
|
| HD | stringpool.cc | 137 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/ |
| HD | hash.c | 124 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/ |
| HD | genautomata.c | 1754 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/ |
| HD | objc-act.c | 3090 string_hash (const void *ptr) in string_hash() function 5768 string_htab = htab_create_ggc (31, string_hash, in hash_init()
|