Lines Matching refs:step
170 constexpr uint32_t step = 4;
171 if (origin_length_ % step > 0) {
173 uint32_t empty_count = step - (origin_length_ % step);
193 constexpr uint32_t step = 4;
197 if (origin_length_ % step != 0) {
200 uint32_t empty_count = step - (origin_length_ % step);
251 constexpr uint32_t step = 4;
260 uint32_t right = left + step;
305 constexpr uint32_t step = 4;
310 uint32_t right = left + step;