Searched defs:expect (Results 1 – 12 of 12) sorted by relevance
/picolibc-latest/test/ |
D | test-strchr.c | 42 #define check(func, needle, expect) do { \ argument 55 #define many_check(func, needle, expect) do { \ argument 62 #define many_check(func, needle, expect) do { \ argument
|
D | test-put.c | 43 check(char *label, bool ok, int expect, int got) in check() 53 check_s(char *label, bool ok, size_t expect, size_t got) in check_s()
|
D | printf-tests.c | 52 static int test(int serial, char *expect, char *fmt, ...) { in test() 203 static int testw(int serial, wchar_t *expect, wchar_t *fmt, ...) { in testw()
|
D | rounding-mode.c | 303 #define check_sqrt(mode, param, expect) do { \ in main() argument 347 #define check_sqrtf(mode, param, expect) do { \ in main() argument
|
D | ffs.c | 88 check(long long int x, int got, int expect, char *which) in check()
|
D | long_double.c | 62 within_error(long double expect, long double result, long double error) in within_error() 85 check_long_double(const char *name, int i, long double prec, long double expect, long double result) in check_long_double() 105 check_long_long(const char *name, int i, long long expect, long long result) in check_long_long()
|
D | test-memset.c | 76 expect(size_t pos) in expect() function
|
D | test-fread-fwrite.c | 240 uint8_t expect = out[read_offset + i]; in main() local
|
D | test-efcvt.c | 46 char *expect; member
|
D | printf_scanf.c | 200 int expect; member
|
/picolibc-latest/test/semihost/ |
D | semihost-readc.c | 43 char *expect = COMMAND_LINE; in main() local
|
/picolibc-latest/test/libc-testsuite/ |
D | snprintf.c | 51 const char *expect; member 98 const char *expect; member
|