Lines Matching refs:result
70 int32_t result;
76 result = strtoint32(input, &endptr, 10);
81 CHECK_RESULT(expected, result);
87 int32_t result;
93 result = strtoint32(input, &endptr, 10);
98 CHECK_RESULT(expected, result);
104 int32_t result;
110 result = strtoint32(input, &endptr, 10);
115 CHECK_RESULT(expected, result);
121 int32_t result;
127 result = strtoint32(input, &endptr, 10);
132 CHECK_RESULT(expected, result);
138 int32_t result;
144 result = strtoint32(input, &endptr, 10);
149 CHECK_RESULT(expected, result);
155 int32_t result;
161 result = strtoint32(input, &endptr, 10);
166 CHECK_RESULT(expected, result);
172 int32_t result;
179 result = strtoint32(input, &endptr, 10);
184 CHECK_RESULT(expected, result);
190 int32_t result;
197 result = strtoint32(input, &endptr, 10);
202 CHECK_RESULT(expected, result);
208 int32_t result;
215 result = strtoint32(input, &endptr, 10);
220 CHECK_RESULT(expected, result);
226 int32_t result;
233 result = strtoint32(input, &endptr, 10);
238 CHECK_RESULT(expected, result);
249 uint32_t result;
255 result = strtouint32(input, &endptr, 10);
260 CHECK_RESULT(expected, result);
266 uint32_t result;
272 result = strtouint32(input, &endptr, 10);
277 CHECK_RESULT(expected, result);
283 uint32_t result;
289 result = strtouint32(input, &endptr, 10);
294 CHECK_RESULT(expected, result);
301 uint32_t result;
307 result = strtouint32(input, &endptr, 10);
312 CHECK_RESULT(expected, result);
318 uint32_t result;
325 result = strtouint32(input, &endptr, 10);
330 CHECK_RESULT(expected, result);
336 uint32_t result;
343 result = strtouint32(input, &endptr, 10);
348 CHECK_RESULT(expected, result);
354 uint32_t result;
361 result = strtouint32(input, &endptr, 10);
366 CHECK_RESULT(expected, result);
372 uint32_t result;
379 result = strtouint32(input, &endptr, 10);
384 CHECK_RESULT(expected, result);
391 uint16_t result;
397 result = strtouint16(input, &endptr, 10);
402 CHECK_RESULT(expected, result);
408 uint32_t result;
414 result = strtouint16(input, &endptr, 10);
419 CHECK_RESULT(expected, result);
425 uint32_t result;
431 result = strtouint16(input, &endptr, 10);
436 CHECK_RESULT(expected, result);
443 uint32_t result;
449 result = strtouint16(input, &endptr, 10);
454 CHECK_RESULT(expected, result);
460 uint32_t result;
467 result = strtouint16(input, &endptr, 10);
472 CHECK_RESULT(expected, result);
478 uint32_t result;
485 result = strtouint16(input, &endptr, 10);
490 CHECK_RESULT(expected, result);
496 uint32_t result;
503 result = strtouint16(input, &endptr, 10);
508 CHECK_RESULT(expected, result);
514 uint32_t result;
521 result = strtouint16(input, &endptr, 10);
526 CHECK_RESULT(expected, result);