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

  /external/chromium/base/
hmac_win.cc 20 HCRYPTHASH hash_; member in struct:base::HMACPlatformData
87 if (plat_->hash_) {
88 ok = CryptDestroyHash(plat_->hash_);
109 plat_->provider_, CALG_HMAC, plat_->hkey_, 0, &plat_->hash_))
115 if (!CryptSetHashParam(plat_->hash_, HP_HMAC_INFO,
119 if (!CryptHashData(plat_->hash_,
125 if (!CryptGetHashParam(plat_->hash_, HP_HASHVAL, digest, &sha1_size, 0))
  /external/v8/test/cctest/
test-hashmap.cc 46 explicit IntSet(IntKeyHash hash) : hash_(hash), map_(DefaultMatchFun) {}
50 HashMap::Entry* p = map_.Lookup(reinterpret_cast<void*>(x), hash_(x), true);
58 map_.Remove(reinterpret_cast<void*>(x), hash_(x));
63 map_.Lookup(reinterpret_cast<void*>(x), hash_(x), false);
84 IntKeyHash hash_; member in class:IntSet
  /sdk/emulator/qtools/
trace_reader.h 263 HashTable<region_type*> *hash_; member in class:TraceReader
291 hash_ = new HashTable<region_type*>(512);
300 for (ptr = hash_->GetFirst(); ptr; ptr = hash_->GetNext()) {
316 delete hash_;
389 for (hash_entry_type *ptr = hash_->GetFirst(); ptr; ptr = hash_->GetNext()) {
400 for (hash_entry_type *ptr = hash_->GetFirst(); ptr; ptr = hash_->GetNext()) {
502 hash_->Update(region->path, region)
    [all...]
  /external/v8/src/
objects.cc 6640 uint32_t hash_; member in class:v8::internal::StringKey
7404 uint32_t hash_; member in class:v8::internal::TwoCharHashTableKey
    [all...]

Completed in 1316 milliseconds