Searched refs:srcend (Results 1 – 1 of 1) sorted by relevance
125 size_t srcstart, srcend, dststart, dstend; in do_random_tests() local164 srcend = align1 + len + 256; in do_random_tests()165 if (srcend > size) in do_random_tests()166 srcend = size; in do_random_tests()171 for (i = srcstart; i < srcend; ++i) in do_random_tests()184 memcpy (p2 + srcstart, p1 + srcstart, srcend - srcstart); in do_random_tests()211 if (i >= srcstart && i < srcend) in do_random_tests()213 i = srcend - 1; in do_random_tests()227 (srcend > align2 ? align2 : srcend) - srcstart)) in do_random_tests()236 if (srcend > align2 + len in do_random_tests()[all …]
Completed in 4 milliseconds