Home | History | Annotate | Download | only in src

Lines Matching defs:kHashShift

8044   static const int kHashShift = kNofHashBitFields;
8048 static const uint32_t kHashBitMask = 0xffffffffu >> kHashShift;
8068 ((1 << kArrayIndexValueBits) - 1) << kHashShift;