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

  /external/chromium_org/third_party/WebKit/Source/wtf/
TCPackedCache.h 120 #define N_ONES_(IntType, N) \
204 return static_cast<size_t>(key) & N_ONES_(size_t, kHashbits);
216 static const K kKeyMask = N_ONES_(K, kKeybits);
219 static const T kUpperMask = N_ONES_(T, kUpperbits) << kValuebits;
222 static const V kValueMask = N_ONES_(V, kValuebits);
227 #undef N_ONES_
  /external/chromium_org/third_party/tcmalloc/chromium/src/
packed-cache-inl.h 124 #define N_ONES_(IntType, N) \
211 return static_cast<size_t>(key) & N_ONES_(size_t, kHashbits);
225 static const K kKeyMask = N_ONES_(K, kKeybits);
228 static const T kUpperMask = N_ONES_(T, kUpperbits) << kValuebits;
231 static const V kValueMask = N_ONES_(V, kValuebits);
238 #undef N_ONES_
  /external/chromium_org/third_party/tcmalloc/vendor/src/
packed-cache-inl.h 124 #define N_ONES_(IntType, N) \
209 return static_cast<size_t>(key) & N_ONES_(size_t, kHashbits);
223 static const K kKeyMask = N_ONES_(K, kKeybits);
226 static const T kUpperMask = N_ONES_(T, kUpperbits) << kValuebits;
229 static const V kValueMask = N_ONES_(V, kValuebits);
236 #undef N_ONES_

Completed in 912 milliseconds