Home | History | Annotate | Download | only in src

Lines Matching refs:kStepSize

6817     const int kStepSize = sizeof(int) / sizeof(Char);  // NOLINT
6818 int endpoint = length - kStepSize;
6820 for (; i <= endpoint; i += kStepSize) {