Searched refs:KeyToUpper (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpacked-cache-inl.h161 array_[Hash(key)] = KeyToUpper(key) | value;
182 ASSERT(kUseWholeKeys || KeyToUpper(i) == 0);
183 array_[i] = kUseWholeKeys ? (value | KeyToUpper(i)) : value;
200 static UPPER KeyToUpper(K k) { function in class:PackedCache
218 ((KeyToUpper(key) ^ entry) & kUpperMask) == 0;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpacked-cache-inl.h159 array_[Hash(key)] = KeyToUpper(key) | value;
180 ASSERT(kUseWholeKeys || KeyToUpper(i) == 0);
181 array_[i] = kUseWholeKeys ? (value | KeyToUpper(i)) : value;
198 static UPPER KeyToUpper(K k) { function in class:PackedCache
216 ((KeyToUpper(key) ^ entry) & kUpperMask) == 0;

Completed in 74 milliseconds