Searched refs:bytes_end (Results 1 – 1 of 1) sorted by relevance
472 static const int bytes_end = ARRAY_SIZE(large_src) + 1; in memmove_overlap_test() local477 for (int bytes = bytes_start; bytes < bytes_end; in memmove_overlap_test()478 bytes = next_step(bytes, bytes_start, bytes_end, bytes_step)) { in memmove_overlap_test()
Completed in 3 milliseconds