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

  /frameworks/compile/mclinker/include/mcld/ADT/
StringHash.h 59 size_t hash_val = 0; local
62 hash_val = hash_val * a + pKey[i];
65 return hash_val;
77 size_t hash_val = 1315423911; local
80 hash_val ^= ((hash_val << 5) + pKey[i] + (hash_val >> 2));
82 return hash_val;
98 size_t hash_val = 0 local
120 size_t hash_val = 0; local
142 size_t hash_val = 0; local
160 size_t hash_val = 0; local
177 size_t hash_val = 5381; local
195 size_t hash_val = pKey.size(); local
213 size_t hash_val = 0; local
231 size_t hash_val = 0; local
250 unsigned int hash_val = 0xAAAAAAAA; local
    [all...]
  /external/chromium/net/tools/flip_server/
string_piece_utils.h 19 size_t hash_val = 0; local
22 hash_val = 5 * hash_val + tolower(*it);
24 return hash_val;
  /external/webkit/Tools/android/flex-2.5.4a/
sym.c 58 int hash_val = hashfunct( sym, table_size ); local
59 register struct hash_entry *sym_entry = table[hash_val];
80 if ( (successor = table[hash_val]) != 0 )
93 table[hash_val] = new_entry;
  /external/e2fsprogs/intl/
dcigettext.c 749 nls_uint32 hash_val = hash_string (msgid); local
750 nls_uint32 idx = hash_val % domain->hash_size;
751 nls_uint32 incr = 1 + (hash_val % (domain->hash_size - 2));
    [all...]
loadmsgcat.c 1324 nls_uint32 hash_val = hash_string (msgid); local
    [all...]

Completed in 424 milliseconds