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

  /external/chromium_org/third_party/WebKit/Source/wtf/
TCPackedCache.h 213 static const int kUpperbits = kKeybits - kHashbits;
219 static const T kUpperMask = N_ONES_(T, kUpperbits) << kValuebits;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
packed-cache-inl.h 222 static const int kUpperbits = kUseWholeKeys ? kKeybits : kKeybits - kHashbits;
228 static const T kUpperMask = N_ONES_(T, kUpperbits) << kValuebits;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
packed-cache-inl.h 220 static const int kUpperbits = kUseWholeKeys ? kKeybits : kKeybits - kHashbits;
226 static const T kUpperMask = N_ONES_(T, kUpperbits) << kValuebits;

Completed in 799 milliseconds