Lines Matching refs:j
125 size_t i, j, n, align1, align2, len; in do_random_tests() local
144 j = align1; in do_random_tests()
145 if (align2 > j) in do_random_tests()
146 j = align2; in do_random_tests()
147 if (len + j >= 511) in do_random_tests()
148 len = 510 - j - (random () & 7); in do_random_tests()
149 j = len + align1 + 64; in do_random_tests()
150 if (j > 512) in do_random_tests()
151 j = 512; in do_random_tests()
152 for (i = 0; i < j; i++) in do_random_tests()
175 for (j = 0; j < align2 + 64; ++j) in do_random_tests()
177 if (p2[j - 64] != '\1') in do_random_tests()
185 for (j = align2 + len + 1; j < 512; ++j) in do_random_tests()
187 if (p2[j] != '\1') in do_random_tests()