Searched refs:bytes_start (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Dmemcpy_kunit.c471 static const int bytes_start = 1; local
477 for (int bytes = bytes_start; bytes < bytes_end;
478 bytes = next_step(bytes, bytes_start, bytes_end, bytes_step)) {

Completed in 114 milliseconds