Searched refs:array_prog4b (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/lib/ |
D | util_macros_kunit.c | 36 static u32 array_prog4b[] = { 2, 6, 10, 14 }; in test_find_closest() local 112 FIND_CLOSEST_RANGE_CHECK(-3, 4, array_prog4b, 0); in test_find_closest() 113 FIND_CLOSEST_RANGE_CHECK(5, 8, array_prog4b, 1); in test_find_closest() 114 FIND_CLOSEST_RANGE_CHECK(9, 12, array_prog4b, 2); in test_find_closest() 115 FIND_CLOSEST_RANGE_CHECK(13, 20, array_prog4b, 3); in test_find_closest() 144 static u32 array_prog4b[] = { 14, 10, 6, 2 }; in test_find_closest_descending() local 219 FIND_CLOSEST_DESC_RANGE_CHECK(-3, 4, array_prog4b, 3); in test_find_closest_descending() 220 FIND_CLOSEST_DESC_RANGE_CHECK(5, 8, array_prog4b, 2); in test_find_closest_descending() 221 FIND_CLOSEST_DESC_RANGE_CHECK(9, 12, array_prog4b, 1); in test_find_closest_descending() 222 FIND_CLOSEST_DESC_RANGE_CHECK(13, 20, array_prog4b, 0); in test_find_closest_descending()
|