Home
last modified time | relevance | path

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

/linux/lib/
H A Dutil_macros_kunit.c29 static u32 array_prog1b[] = { 2, 3, 4, 5, 6 }; in test_find_closest() local
75 FIND_CLOSEST_RANGE_CHECK(-3, 2, array_prog1b, 0); 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()
137 static u32 array_prog1b[] = { 6, 5, 4, 3, 2 }; in test_find_closest_descending() local
182 FIND_CLOSEST_DESC_RANGE_CHECK(-3, 2, array_prog1b, 4); 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()
[all …]