Lines Matching refs:j
127 size_t i, j, n, align1, align2, len1, len2; in do_random_tests() local
146 j = align1; in do_random_tests()
147 if (align2 + len2 > j) in do_random_tests()
148 j = align2 + len2; in do_random_tests()
149 if (len1 + j >= 511) in do_random_tests()
150 len1 = 510 - j - (random () & 7); in do_random_tests()
155 j = 510 - align1 - len1 - (random () & 31); in do_random_tests()
156 if (j > 0 && j < 512) in do_random_tests()
157 align1 += j; in do_random_tests()
159 j = len1 + align1 + 64; in do_random_tests()
160 if (j > 512) in do_random_tests()
161 j = 512; in do_random_tests()
162 for (i = 0; i < j; i++) in do_random_tests()
195 for (j = 0; j < align2 + 64; ++j) in do_random_tests()
197 if (p2[j - 64] != '\1') in do_random_tests()
211 for (j = align2 + len1 + len2 + 1; j < 512; ++j) in do_random_tests()
213 if (p2[j] != '\1') in do_random_tests()