Lines Matching refs:j
139 size_t i, j, len; in do_overflow_tests() local
146 for (j = 0; j < 200; ++j) in do_overflow_tests()
147 s2[j] = 32 + 23 * j % (BIG_CHAR - 32); in do_overflow_tests()
150 for (j = 0; j < i; ++j) in do_overflow_tests()
151 s1[j] = 32 + 23 * j % (BIG_CHAR - 32); in do_overflow_tests()
169 for (j = 8 * sizeof(size_t) - 1; j ; --j) in do_overflow_tests()
171 len |= one << j; in do_overflow_tests()
199 size_t i, j, n, align1, align2, len1, len2, N; in do_random_tests() local
220 j = align1; in do_random_tests()
221 if (align2 + len2 > j) in do_random_tests()
222 j = align2 + len2; in do_random_tests()
223 if (len1 + j >= 511) in do_random_tests()
224 len1 = 510 - j - (random () & 7); in do_random_tests()
229 j = 510 - align1 - len1 - (random () & 31); in do_random_tests()
230 if (j > 0 && j < 512) in do_random_tests()
231 align1 += j; in do_random_tests()
233 j = len1 + align1 + 64; in do_random_tests()
234 if (j > 512) in do_random_tests()
235 j = 512; in do_random_tests()
236 for (i = 0; i < j; i++) in do_random_tests()
270 for (j = 0; j < align2 + 64; ++j) in do_random_tests()
272 if (p2[j - 64] != '\1') in do_random_tests()
290 j = align2 + N + 1 + len2; in do_random_tests()
292 j = align2 + len1 + 1 + len2; in do_random_tests()
293 for (; j < 512; ++j) in do_random_tests()
295 if (p2[j] != '\1') in do_random_tests()