Searched refs:run_strtoul (Results 1 – 1 of 1) sorted by relevance
/u-boot/test/ |
A D | str_ut.c | 60 static int run_strtoul(struct unit_test_state *uts, const char *str, int base, in run_strtoul() function 85 ut_assertok(run_strtoul(uts, str2, 10, 1099, 4, upper)); in str_simple_strtoul() 86 ut_assertok(run_strtoul(uts, str2, 16, 0x1099ab, 6, upper)); in str_simple_strtoul() 89 ut_assertok(run_strtoul(uts, str1, 10, 0, 0, upper)); in str_simple_strtoul() 92 ut_assertok(run_strtoul(uts, str1, 0, 0, 0, upper)); in str_simple_strtoul() 93 ut_assertok(run_strtoul(uts, str2, 0, 1099, 4, upper)); in str_simple_strtoul() 94 ut_assertok(run_strtoul(uts, str3, 0, 0xb, 3, upper)); in str_simple_strtoul() 97 ut_assertok(run_strtoul(uts, str1, 2, 0, 0, upper)); in str_simple_strtoul() 98 ut_assertok(run_strtoul(uts, str2, 2, 2, 2, upper)); in str_simple_strtoul()
|
Completed in 2 milliseconds