HomeSort by relevance Sort by last modified time
    Searched full:hash_1 (Results 1 - 3 of 3) sorted by null

  /ndk/sources/host-tools/make-3.81/
hash.c 44 hash_func_t hash_1, hash_func_t hash_2, hash_cmp_func_t hash_cmp)
61 ht->ht_hash_1 = hash_1;
91 unsigned int hash_1 = (*ht->ht_hash_1) (key); local
96 hash_1 &= (ht->ht_size - 1);
97 slot = &ht->ht_vec[hash_1];
116 hash_1 += hash_2;
hash.h 61 hash_func_t hash_1, hash_func_t hash_2, hash_cmp_func_t hash_cmp));
  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.cc 843 // file hash_1, this is the total size of stream 2, and is assigned to
    [all...]

Completed in 702 milliseconds