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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
packed-cache-inl.h 147 static const bool kUseWholeKeys = kKeybits + kValuebits <= 8 * sizeof(T);
182 ASSERT(kUseWholeKeys || KeyToUpper(i) == 0);
183 array_[i] = kUseWholeKeys ? (value | KeyToUpper(i)) : value;
201 if (kUseWholeKeys) {
216 return kUseWholeKeys ?
222 static const int kUpperbits = kUseWholeKeys ? kKeybits : kKeybits - kHashbits;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
packed-cache-inl.h 145 static const bool kUseWholeKeys = kKeybits + kValuebits <= 8 * sizeof(T);
180 ASSERT(kUseWholeKeys || KeyToUpper(i) == 0);
181 array_[i] = kUseWholeKeys ? (value | KeyToUpper(i)) : value;
199 if (kUseWholeKeys) {
214 return kUseWholeKeys ?
220 static const int kUpperbits = kUseWholeKeys ? kKeybits : kKeybits - kHashbits;

Completed in 99 milliseconds