Searched refs:FIND_CLOSEST_DESC_RANGE_CHECK (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/lib/tests/ |
| H A D | util_macros_kunit.c | 177 FIND_CLOSEST_DESC_RANGE_CHECK(2, 2, array_prog1a, 3); in test_find_closest_descending() 178 FIND_CLOSEST_DESC_RANGE_CHECK(3, 3, array_prog1a, 2); in test_find_closest_descending() 179 FIND_CLOSEST_DESC_RANGE_CHECK(4, 4, array_prog1a, 1); in test_find_closest_descending() 180 FIND_CLOSEST_DESC_RANGE_CHECK(5, 8, array_prog1a, 0); in test_find_closest_descending() 183 FIND_CLOSEST_DESC_RANGE_CHECK(3, 3, array_prog1b, 3); in test_find_closest_descending() 184 FIND_CLOSEST_DESC_RANGE_CHECK(4, 4, array_prog1b, 2); in test_find_closest_descending() 185 FIND_CLOSEST_DESC_RANGE_CHECK(5, 5, array_prog1b, 1); in test_find_closest_descending() 186 FIND_CLOSEST_DESC_RANGE_CHECK(6, 8, array_prog1b, 0); in test_find_closest_descending() 195 FIND_CLOSEST_DESC_RANGE_CHECK(3, 4, array_prog2a, 2); in test_find_closest_descending() 196 FIND_CLOSEST_DESC_RANGE_CHECK(5, 6, array_prog2a, 1); in test_find_closest_descending() [all …]
|