HomeSort by relevance Sort by last modified time
    Searched refs:hash_val (Results 1 - 6 of 6) 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/bluetooth/glib/glib/
ghash.c 415 guint hash_val; local
421 hash_val = node->key_hash % hash_table->mod;
422 new_node = &new_nodes [hash_val];
427 hash_val += step;
428 hash_val &= hash_table->mask;
429 new_node = &new_nodes [hash_val];
    [all...]
  /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 392 milliseconds