Home
last modified time | relevance | path

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

/linux-6.15/lib/tests/
H A Dutil_macros_kunit.c70 FIND_CLOSEST_RANGE_CHECK(2, 2, array_prog1a, 1); in test_find_closest()
71 FIND_CLOSEST_RANGE_CHECK(3, 3, array_prog1a, 2); in test_find_closest()
72 FIND_CLOSEST_RANGE_CHECK(4, 4, array_prog1a, 3); in test_find_closest()
73 FIND_CLOSEST_RANGE_CHECK(5, 8, array_prog1a, 4); in test_find_closest()
76 FIND_CLOSEST_RANGE_CHECK(3, 3, array_prog1b, 1); in test_find_closest()
77 FIND_CLOSEST_RANGE_CHECK(4, 4, array_prog1b, 2); in test_find_closest()
78 FIND_CLOSEST_RANGE_CHECK(5, 5, array_prog1b, 3); in test_find_closest()
79 FIND_CLOSEST_RANGE_CHECK(6, 8, array_prog1b, 4); in test_find_closest()
88 FIND_CLOSEST_RANGE_CHECK(3, 4, array_prog2a, 1); in test_find_closest()
89 FIND_CLOSEST_RANGE_CHECK(5, 6, array_prog2a, 2); in test_find_closest()
[all …]