Lines Matching refs:len1
121 size_t i, j, n, align1, align2, pos, len1, len2; in do_random_tests() local
138 len1 = random () & 511; in do_random_tests()
139 if (pos >= len1 && (random () & 1)) in do_random_tests()
140 len1 = pos + (random () & 7); in do_random_tests()
141 if (len1 + j >= 512) in do_random_tests()
142 len1 = 511 - j - (random () & 7); in do_random_tests()
143 if (pos >= len1) in do_random_tests()
144 len2 = len1; in do_random_tests()
146 len2 = len1 + (len1 != 511 - j ? random () % (511 - j - len1) : 0); in do_random_tests()
153 if (i < len1 + align1 && !p1[i]) in do_random_tests()
173 if (pos < len1) in do_random_tests()
188 p1[len1 + align1] = 0; in do_random_tests()
202 n, impl->name, align1, align2, len1, len2, pos, r, result, p1, p2); in do_random_tests()