Searched refs:dstend (Results 1 – 1 of 1) sorted by relevance
125 size_t srcstart, srcend, dststart, dstend; in do_random_tests() local173 dstend = align2 + len + 256; in do_random_tests()174 if (dstend > size) in do_random_tests()175 dstend = size; in do_random_tests()183 memset (p2 + dststart, c, dstend - dststart); in do_random_tests()204 for (i = dststart; i < dstend; ++i) in do_random_tests()
Completed in 4 milliseconds