N_ONES_ 211 third_party/tcmalloc/chromium/src/packed-cache-inl.h return static_cast<size_t>(key) & N_ONES_(size_t, kHashbits); N_ONES_ 225 third_party/tcmalloc/chromium/src/packed-cache-inl.h static const K kKeyMask = N_ONES_(K, kKeybits); N_ONES_ 228 third_party/tcmalloc/chromium/src/packed-cache-inl.h static const T kUpperMask = N_ONES_(T, kUpperbits) << kValuebits; N_ONES_ 231 third_party/tcmalloc/chromium/src/packed-cache-inl.h static const V kValueMask = N_ONES_(V, kValuebits); N_ONES_ 209 third_party/tcmalloc/vendor/src/packed-cache-inl.h return static_cast<size_t>(key) & N_ONES_(size_t, kHashbits); N_ONES_ 223 third_party/tcmalloc/vendor/src/packed-cache-inl.h static const K kKeyMask = N_ONES_(K, kKeybits); N_ONES_ 226 third_party/tcmalloc/vendor/src/packed-cache-inl.h static const T kUpperMask = N_ONES_(T, kUpperbits) << kValuebits; N_ONES_ 229 third_party/tcmalloc/vendor/src/packed-cache-inl.h static const V kValueMask = N_ONES_(V, kValuebits);