Lines Matching refs:j
222 size_t j = align1 > align2 ? align1 : align2; in do_random_tests() local
223 if (pos + j >= 511) in do_random_tests()
224 pos = 510 - j - (random () & 7); in do_random_tests()
228 if (len1 + j >= 512) in do_random_tests()
229 len1 = 511 - j - (random () & 7); in do_random_tests()
234 len2 = len1 + (len1 != 511 - j ? random () % (511 - j - len1) : 0); in do_random_tests()
235 j = (pos > len2 ? pos : len2) + align1 + 64; in do_random_tests()
236 if (j > 512) in do_random_tests()
237 j = 512; in do_random_tests()
238 for (size_t i = 0; i < j; ++i) in do_random_tests()
248 for (size_t i = 0; i < j; ++i) in do_random_tests()
346 for (size_t j = 0; j < i; j++) in check() local
348 s1[j] = val; in check()
349 s2[j] = val; in check()