Home
last modified time | relevance | path

Searched refs:j (Results 1 – 1 of 1) sorted by relevance

/io/
A Dtst-file_change_detection.c35 for (size_t j = 0; j < length; ++j) in all_same() local
38 printf ("info: comparing %zu and %zu\n", i, j); in all_same()
39 TEST_VERIFY (__file_is_unchanged (array + i, array + j)); in all_same()
47 for (size_t j = 0; j < length; ++j) in all_different() local
49 if (i == j) in all_different()
52 printf ("info: comparing %zu and %zu\n", i, j); in all_different()
53 TEST_VERIFY (!__file_is_unchanged (array + i, array + j)); in all_different()

Completed in 3 milliseconds