Lines Matching refs:len1
184 size_t i, j, n, align1, align2, pos, len1, len2; in do_random_tests() local
201 len1 = random () & 511; in do_random_tests()
202 if (pos >= len1 && (random () & 1)) in do_random_tests()
203 len1 = pos + (random () & 7); in do_random_tests()
204 if (len1 + j >= 512) in do_random_tests()
205 len1 = 511 - j - (random () & 7); in do_random_tests()
206 if (pos >= len1) in do_random_tests()
207 len2 = len1; in do_random_tests()
209 len2 = len1 + (len1 != 511 - j ? random () % (511 - j - len1) : 0); in do_random_tests()
216 if (i < len1 + align1 && !p1[i]) in do_random_tests()
236 if (pos < len1) in do_random_tests()
251 p1[len1 + align1] = 0; in do_random_tests()
266 n, impl->name, align1, align2, len1, len2, pos, r, result, p1, p2); in do_random_tests()