HomeSort by relevance Sort by last modified time
    Searched defs:string_hash (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
gold.h 271 string_hash(const Char_type* s, size_t length) function in namespace:gold
289 string_hash(const Char_type* s) function in namespace:gold
stringpool.cc 137 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);
  /external/dbus/dbus/
dbus-hash.c 237 static unsigned int string_hash (const char *str);
831 string_hash (const char *str) function
896 idx = string_hash (key) & table->mask;
1015 idx = string_hash (entry->key) & table->mask;
    [all...]
  /external/icu/icu4c/source/tools/genrb/
reslist.cpp 305 string_hash(const UElement key) { function
866 stringSet = uhash_open(string_hash, string_comp, string_comp, &errorCode);
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 1862 HValue* string_hash = local
    [all...]

Completed in 237 milliseconds