Lines Matching refs:j
112 size_t i, j, len; in do_overflow_tests() local
125 for (j = 8 * sizeof(size_t) - 1; j ; --j) in do_overflow_tests()
127 len |= one << j; in do_overflow_tests()
144 size_t i, j, n, align, pos, len; in do_random_tests() local
161 j = len + align + 64; in do_random_tests()
162 if (j > 512) in do_random_tests()
163 j = 512; in do_random_tests()
165 for (i = 0; i < j; i++) in do_random_tests()
202 size_t i, j; in test_main() local
235 for (j = 1; j < 64; j++) in test_main()
237 do_test (0, 64 - j, 64, SIZE_MAX, 23); in test_main()
238 do_test (i, 64 - j, 64, SIZE_MAX, 23); in test_main()