Searched refs:array_prog3b (Results 1 – 1 of 1) sorted by relevance
/linux/lib/ |
H A D | util_macros_kunit.c | 34 static u32 array_prog3b[] = { 2, 5, 8, 11 }; in test_find_closest() local 102 FIND_CLOSEST_RANGE_CHECK(-3, 3, array_prog3b, 0); in test_find_closest() 103 FIND_CLOSEST_RANGE_CHECK(4, 6, array_prog3b, 1); in test_find_closest() 104 FIND_CLOSEST_RANGE_CHECK(7, 9, array_prog3b, 2); in test_find_closest() 105 FIND_CLOSEST_RANGE_CHECK(10, 20, array_prog3b, 3); in test_find_closest() 142 static u32 array_prog3b[] = { 11, 8, 5, 2 }; in test_find_closest_descending() local 209 FIND_CLOSEST_DESC_RANGE_CHECK(-3, 3, array_prog3b, 3); in test_find_closest_descending() 210 FIND_CLOSEST_DESC_RANGE_CHECK(4, 6, array_prog3b, 2); in test_find_closest_descending() 211 FIND_CLOSEST_DESC_RANGE_CHECK(7, 9, array_prog3b, 1); in test_find_closest_descending() 212 FIND_CLOSEST_DESC_RANGE_CHECK(10, 20, array_prog3b, 0); in test_find_closest_descending()
|