Searched defs:hash_index (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_unittest.cc100 static uint64 HashesInitializer(size_t hash_index) { argument
102 base::StringPrintf("key%d", static_cast<int>(hash_index)));
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dby_dir.c281 int hash_index; local
319 for (hash_index=0; hash_index < 2; ++hash_index)
321 h=hash_array[hash_index];
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemory_region_map.cc390 unsigned int hash_index = (static_cast<unsigned int>(hash)) % kHashTableSize; local
391 for (HeapProfileBucket* bucket = bucket_table_[hash_index];
423 bucket->next = bucket_table_[hash_index];
427 bucket_table_[hash_index] = bucket;
504 unsigned int hash_index = local
507 for (HeapProfileBucket* curr = bucket_table_[hash_index];
532 new_bucket->next = bucket_table_[hash_index];
533 bucket_table_[hash_index] = new_bucket;

Completed in 151 milliseconds