Lines Matching refs:upper

65 		       ulong expect_val, int expect_endp_offset, bool upper)  in run_strtoul()  argument
72 if (upper) in run_strtoul()
84 int upper; in str_simple_strtoul() local
87 for (upper = 0; upper < 2; upper++) { in str_simple_strtoul()
89 ut_assertok(run_strtoul(uts, str2, 10, 1099, 4, upper)); in str_simple_strtoul()
90 ut_assertok(run_strtoul(uts, str2, 16, 0x1099ab, 6, upper)); in str_simple_strtoul()
91 ut_assertok(run_strtoul(uts, str3, 16, 0xb, 3, upper)); in str_simple_strtoul()
92 ut_assertok(run_strtoul(uts, str3, 10, 0xb, 3, upper)); in str_simple_strtoul()
95 ut_assertok(run_strtoul(uts, str6, 0, 63, 3, upper)); in str_simple_strtoul()
96 ut_assertok(run_strtoul(uts, str7, 8, 0x1c7, 3, upper)); in str_simple_strtoul()
99 ut_assertok(run_strtoul(uts, str1, 10, 0, 0, upper)); in str_simple_strtoul()
102 ut_assertok(run_strtoul(uts, str1, 0, 0, 0, upper)); in str_simple_strtoul()
103 ut_assertok(run_strtoul(uts, str2, 0, 1099, 4, upper)); in str_simple_strtoul()
104 ut_assertok(run_strtoul(uts, str3, 0, 0xb, 3, upper)); in str_simple_strtoul()
107 ut_assertok(run_strtoul(uts, str1, 2, 0, 0, upper)); in str_simple_strtoul()
108 ut_assertok(run_strtoul(uts, str2, 2, 2, 2, upper)); in str_simple_strtoul()
120 bool upper) in run_strtoull() argument
127 if (upper) in run_strtoull()
139 int upper; in str_simple_strtoull() local
142 for (upper = 0; upper < 2; upper++) { in str_simple_strtoull()
144 ut_assertok(run_strtoull(uts, str2, 10, 1099, 4, upper)); in str_simple_strtoull()
145 ut_assertok(run_strtoull(uts, str2, 16, 0x1099ab, 6, upper)); in str_simple_strtoull()
146 ut_assertok(run_strtoull(uts, str3, 16, 0xb, 3, upper)); in str_simple_strtoull()
147 ut_assertok(run_strtoull(uts, str3, 10, 0xb, 3, upper)); in str_simple_strtoull()
150 ut_assertok(run_strtoull(uts, str6, 0, 63, 3, upper)); in str_simple_strtoull()
151 ut_assertok(run_strtoull(uts, str7, 8, 0x1c7, 3, upper)); in str_simple_strtoull()
155 upper)); in str_simple_strtoull()
157 upper)); in str_simple_strtoull()
159 upper)); in str_simple_strtoull()
162 ut_assertok(run_strtoull(uts, str1, 10, 0, 0, upper)); in str_simple_strtoull()
165 ut_assertok(run_strtoull(uts, str1, 0, 0, 0, upper)); in str_simple_strtoull()
166 ut_assertok(run_strtoull(uts, str2, 0, 1099, 4, upper)); in str_simple_strtoull()
167 ut_assertok(run_strtoull(uts, str3, 0, 0xb, 3, upper)); in str_simple_strtoull()
170 ut_assertok(run_strtoull(uts, str1, 2, 0, 0, upper)); in str_simple_strtoull()
171 ut_assertok(run_strtoull(uts, str2, 2, 2, 2, upper)); in str_simple_strtoull()