Searched refs:s_end (Results 1 – 1 of 1) sorted by relevance
483 int s_end = min_t(int, d_off + bytes, ARRAY_SIZE(large_src)); in memmove_overlap_test() local486 for (int s_off = s_start; s_off < s_end; in memmove_overlap_test()487 s_off = next_step(s_off, s_start, s_end, window_step)) in memmove_overlap_test()
Completed in 3 milliseconds