Home | History | Annotate | Download | only in src

Lines Matching refs:kStepSize

840     static const int kStepSize = sizeof(uintptr_t) / sizeof(*lhs);  // NOLINT
841 while (lhs <= limit - kStepSize) {
846 lhs += kStepSize;
847 rhs += kStepSize;