Lines Matching refs:j
149 size_t i, j, n, align1, align2, pos, len; in do_random_tests() local
163 j = align1; in do_random_tests()
164 if (align2 > j) in do_random_tests()
165 j = align2; in do_random_tests()
166 if (pos + j >= 512) in do_random_tests()
167 pos = 511 - j - (random () & 7); in do_random_tests()
169 if (len + j >= 512) in do_random_tests()
170 len = 511 - j - (random () & 7); in do_random_tests()
171 j = len + align1 + 64; in do_random_tests()
172 if (j > 512) j = 512; in do_random_tests()
173 for (i = 0; i < j; ++i) in do_random_tests()
175 for (i = 0; i < j; ++i) in do_random_tests()