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

  /external/chromium/net/disk_cache/
disk_cache_test_base.h 34 : cache_(NULL), cache_impl_(NULL), mem_cache_(NULL), mask_(0), size_(0),
53 mask_ = mask;
81 uint32 mask_; member in class:DiskCacheTestWithCache
backend_impl.h 39 : path_(path), block_files_(path), mask_(0), max_size_(0),
46 : path_(path), block_files_(path), mask_(mask), max_size_(0),
283 uint32 mask_; // Binary mask to map a hash to the hash table. member in class:disk_cache::BackendImpl
  /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/tools/flip_server/
epoll_server.h 841 int mask_; member in class:net::EpollServer::EventRecorder::FDMaskOutput
    [all...]

Completed in 120 milliseconds