/sdk/emulator/qtools/ |
hash_table.h | 33 int mask_; member in class:HashTable 51 mask_ = pow2 - 1; 100 int pos = HashFunction(key) & mask_; 129 int pos = HashFunction(key) & mask_; 153 int pos = HashFunction(key) & mask_;
|
/external/chromium/net/disk_cache/ |
disk_cache_test_base.h | 60 mask_ = mask; 127 uint32 mask_; member in class:DiskCacheTestWithCache
|
disk_cache_test_base.cc | 22 mask_(0), 38 if (mask_ || new_eviction_) 267 if (mask_) 268 cache_impl_ = new disk_cache::BackendImpl(path, mask_, thread, NULL);
|
backend_impl.cc | 344 mask_(0), 370 mask_(mask), 706 Addr entry_address(data_->table[hash & mask_]); 719 } else if (data_->table[hash & mask_]) { 775 data_->table[hash & mask_] = entry_address.value(); 896 if (data_->table[hash & mask_]) 899 data_->table[hash & mask_] = address.value(); 926 data_->table[hash & mask_] = child; [all...] |
backend_impl.h | 348 uint32 mask_; // Binary mask to map a hash to the hash table. member in class:disk_cache::BackendImpl
|
/external/chromium/net/tools/flip_server/ |
epoll_server.h | 824 fd_(fd), mask_(mask), function_(function) {} 833 int mask_; member in class:net::EpollServer::EventRecorder::FDMaskOutput [all...] |
/external/v8/src/ |
jsregexp.h | 551 mask_(0), 556 mask_(0), 580 uint32_t mask() { return mask_; } 589 uint32_t mask_; [all...] |
jsregexp.cc | [all...] |