Searched refs:array_prog4a (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/lib/ |
D | util_macros_kunit.c | 35 static int array_prog4a[] = { 1, 5, 9, 13 }; in test_find_closest() local 107 FIND_CLOSEST_RANGE_CHECK(-3, 3, array_prog4a, 0); in test_find_closest() 108 FIND_CLOSEST_RANGE_CHECK(4, 7, array_prog4a, 1); in test_find_closest() 109 FIND_CLOSEST_RANGE_CHECK(8, 11, array_prog4a, 2); in test_find_closest() 110 FIND_CLOSEST_RANGE_CHECK(12, 20, array_prog4a, 3); in test_find_closest() 143 static int array_prog4a[] = { 13, 9, 5, 1 }; in test_find_closest_descending() local 214 FIND_CLOSEST_DESC_RANGE_CHECK(-3, 3, array_prog4a, 3); in test_find_closest_descending() 215 FIND_CLOSEST_DESC_RANGE_CHECK(4, 7, array_prog4a, 2); in test_find_closest_descending() 216 FIND_CLOSEST_DESC_RANGE_CHECK(8, 11, array_prog4a, 1); in test_find_closest_descending() 217 FIND_CLOSEST_DESC_RANGE_CHECK(12, 20, array_prog4a, 0); in test_find_closest_descending()
|