Searched refs:string_hash (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/pb_ds/example/
H A Dstore_hash.cc56 struct string_hash : public unary_function<string, size_t> struct in inherits:unary_function
82 string_hash,
H A Dbasic_multimap.cc54 struct string_hash : public unary_function<string, size_t> struct in inherits:unary_function
103 string_hash>
/haiku-buildtools/legacy/gcc/gcc/
H A Dhash.h122 extern unsigned long string_hash PARAMS ((hash_table_key k));
H A Dtlink.c304 hash_table_init (&symbol_table, symbol_hash_newfunc, &string_hash,
306 hash_table_init (&file_table, file_hash_newfunc, &string_hash,
309 &string_hash, &string_compare);
H A Dhash.c191 string_hash (k) function
/haiku-buildtools/binutils/gold/
H A Dgold.h271 string_hash(const Char_type* s, size_t length) function in namespace:gold
289 string_hash(const Char_type* s) function in namespace:gold
H A Dstringpool.h303 string_hash(const Stringpool_char*, size_t length);
350 : string(s), length(string_length(s)), hash_code(string_hash(s, length))
354 : string(s), length(len), hash_code(string_hash(s, len))
H A Dstringpool.cc137 Stringpool_template<Stringpool_char>::string_hash(const Stringpool_char* s, function in class:gold::Stringpool_template
140 return gold::string_hash<Stringpool_char>(s, length);
H A Dmips.cc469 size_t name_hash_value = gold::string_hash<char>(
1342 return gold::string_hash<char>(this->name());
H A Daarch64.cc1240 size_t name_hash_value = gold::string_hash<char>(
H A Darm.cc576 ^ gold::string_hash<char>(
/haiku-buildtools/jam/
H A DStatCacheServer.cpp61 // string_hash
66 string_hash(const char *name) function
92 hash = hash * 17 + string_hash(entryRef.name);
/haiku-buildtools/gcc/gcc/
H A Dgenautomata.c1750 string_hash (const char *string)
1777 return string_hash (DECL_AUTOMATON (decl)->name);
1879 return string_hash (DECL_INSN_RESERV (decl)->name);
1978 return string_hash (d->mode == dm_unit
1745 string_hash (const char *string) function

Completed in 328 milliseconds