Searched refs:expected (Results 1 – 14 of 14) sorted by relevance
/picolibc-latest/newlib/testsuite/newlib.string/ |
D | tstring.c | 29 static void eprintf (int line, char *result, char *expected, int size) in eprintf() argument 33 line, size, result, expected, size); in eprintf() 36 line, result, expected); in eprintf() 89 char *expected = getbuf(MAX_1, NULL); in main() local 290 if (strcpy (expected, tmp2) != expected) in main() 319 if (memcmp (tmp1, expected, i) || strcmp (tmp1, expected) || in main() 320 strncmp (tmp1, expected, i) || in main() 321 strncmp (tmp1, expected, i+1) || in main() 333 eprintf (__LINE__, tmp1, expected, 0); in main()
|
/picolibc-latest/newlib/libc/sys/amdgcn/ |
D | lock.c | 62 int expected = 0; in __gcn_lock_acquire_int() local 63 while (!__atomic_compare_exchange_n (lock_ptr, &expected, id, 0, in __gcn_lock_acquire_int() 72 expected = 0; in __gcn_lock_acquire_int()
|
/picolibc-latest/test/libc-testsuite/ |
D | fnmatch.c | 75 int expected; member 159 x = tests[i].expected; in test_fnmatch() 165 printf(") => %d (expected %d)\n", r, tests[i].expected); in test_fnmatch()
|
/picolibc-latest/.github/workflows/ |
D | steps-head | 21 # Install in /usr/bin so the ccache action gets the expected environment.
|
/picolibc-latest/newlib/libc/xdr/ |
D | README | 149 It is not expected that end-user applications will make use 150 of this facility. Rather, it is expected that IF certain
|
/picolibc-latest/ |
D | CODE_OF_CONDUCT.md | 37 behavior and are expected to take appropriate and fair corrective action in
|
D | CONTRIBUTING.md | 88 This is a public list, with public archives. Participants are expected
|
D | picolibc.ld.in | 187 * space allocated as it is expected to be placed
|
D | README.md | 665 evaluating build rules to ensure tests work as expected.
|
/picolibc-latest/cmake/ |
D | TC-arm-none-eabi.ld | 143 * space allocated as it is expected to be placed
|
D | TC-microbit.ld | 143 * space allocated as it is expected to be placed
|
/picolibc-latest/doc/ |
D | using.md | 10 It is expected that the toolchain used for compilation of applicatons
|
/picolibc-latest/test/ |
D | fma_gen.5c | 250 * is expected to be sufficient for any ieee
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 9754 * libc/stdio/vfprintf.c: Use expected node name. 25679 expected failure. Close the input pipe.
|