Searched refs:kBlockBits (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Daddressmap-inl.h158 static const int kBlockBits = 7; member in class:AddressMap
159 static const int kBlockSize = 1 << kBlockBits;
172 static const Number kClusterSize = 1 << (kBlockBits + kClusterBits);
215 const Number cluster_id = address >> (kBlockBits + kClusterBits);
236 return (address >> kBlockBits) & (kClusterBlocks - 1);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Daddressmap-inl.h158 static const int kBlockBits = 7; member in class:AddressMap
159 static const int kBlockSize = 1 << kBlockBits;
172 static const Number kClusterSize = 1 << (kBlockBits + kClusterBits);
215 const Number cluster_id = address >> (kBlockBits + kClusterBits);
236 return (address >> kBlockBits) & (kClusterBlocks - 1);
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dhash.h120 template <int kBucketBits, int kBlockBits, int kMinLength>
392 static const uint32_t kBlockSize = 1 << kBlockBits;
395 static const uint32_t kBlockMask = (1 << kBlockBits) - 1;

Completed in 88 milliseconds