Home
last modified time | relevance | path

Searched refs:kUpperMask (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DTCPackedCache.h182 static UPPER EntryToUpper(T t) { return t & kUpperMask; } in EntryToUpper()
191 return static_cast<T>(k >> shift) & kUpperMask; in KeyToUpper()
197 DCHECK_EQ(u, u & kUpperMask); in UpperToPartialKey()
209 return ((KeyToUpper(key) ^ entry) & kUpperMask) == 0; in KeyMatch()
219 static const T kUpperMask = N_ONES_(T, kUpperbits) << kValuebits; variable
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dpacked-cache-inl.h204 return static_cast<T>(k >> shift) & kUpperMask; in KeyToUpper()
216 ((KeyToUpper(key) ^ entry) & kUpperMask) == 0; in KeyMatch()
226 static const T kUpperMask = N_ONES_(T, kUpperbits) << kValuebits; variable
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dpacked-cache-inl.h206 return static_cast<T>(k >> shift) & kUpperMask; in KeyToUpper()
218 ((KeyToUpper(key) ^ entry) & kUpperMask) == 0; in KeyMatch()
228 static const T kUpperMask = N_ONES_(T, kUpperbits) << kValuebits; variable