Searched refs:rest (Results 1 – 15 of 15) sorted by relevance
/picolibc-latest/newlib/libc/posix/ |
D | engine.c | 357 char *rest; /* start of rest of string */ in dissect() local 409 rest = slow(m, sp, stp, ss, es); in dissect() 410 assert(rest != NULL); /* it did match */ in dissect() 412 tail = slow(m, rest, stop, es, stopst); in dissect() 416 stp = rest - 1; in dissect() 422 if (slow(m, sp, rest, ssub, esub) != NULL) { in dissect() 423 dp = dissect(m, sp, rest, ssub, esub); in dissect() 425 assert(dp == rest); in dissect() 427 assert(sp == rest); in dissect() 428 sp = rest; in dissect() [all …]
|
/picolibc-latest/test/ |
D | t_fmemopen.c | 547 off_t len, rest, i; in ATF_TC_BODY() local 555 rest = (off_t)t->n - len; in ATF_TC_BODY() 569 for (i = (off_t)1; i <= rest; ++i) { in ATF_TC_BODY() 601 off_t len, rest, i; in ATF_TC_BODY() local 615 rest = t->n - len; in ATF_TC_BODY() 632 ATF_CHECK(fseeko(fp, rest + 1, SEEK_END) == -1); in ATF_TC_BODY() 640 for (i = 1; i <= rest; ++i) { in ATF_TC_BODY() 712 off_t len, rest, i; in ATF_TC_BODY() local 720 rest = (off_t)t->n - len; in ATF_TC_BODY() 736 ATF_CHECK(fseeko(fp, rest + 1, SEEK_END) == -1); in ATF_TC_BODY() [all …]
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | memcmp.S | 91 ; inequality of "lhs" and "rhs". The rest acts like a multiplexer: 154 ; 4) When the bytes are positioned at byte #0, mask out the rest of the 257 ; "ldl.ab r4, ...". If the branch is taken, the rest of code that
|
/picolibc-latest/newlib/libc/machine/i960/ |
D | strncpy_ca.S | 180 andnot g5,g1,g1 # last bytes to copy, and null pad rest of word 183 and g5,g1,g1 # last bytes to copy, and null pad rest of word
|
/picolibc-latest/semihost/ |
D | meson.build | 47 # happened and add the rest of the needed files
|
/picolibc-latest/hello-world/ |
D | README.md | 118 The rest of the command line tells GCC what file to compile
|
/picolibc-latest/cmake/ |
D | TC-arm-none-eabi.ld | 214 /* Make the rest of memory available for heap storage */
|
D | TC-microbit.ld | 214 /* Make the rest of memory available for heap storage */
|
/picolibc-latest/doc/ |
D | os.md | 145 include the functions in object files with the rest of your
|
/picolibc-latest/newlib/libm/math/ |
D | math.tex | 122 around to updating the rest of them. (If you'd like to help, please let us
|
/picolibc-latest/ |
D | picolibc.ld.in | 261 /* Make the rest of memory available for heap storage */
|
D | COPYING.GPL2 | 227 be a consequence of the rest of this License.
|
/picolibc-latest/newlib/libc/machine/sh/ |
D | memcpy.S | 30 ! bytes memory chunk to b copied, the rest of the word can be read
|
/picolibc-latest/newlib/ |
D | README | 12 COPYING.NEWLIB for details. The rest of the release tree is under either
|
D | ChangeLog-2015 | 6347 character 255 from the rest of the definitions. 24079 errno's address (make compatible with rest of newlib). 25200 * libc/sys/win32/sys/windows.h: Fill in rest of messages. 26106 with rest of newlib; turn "info" and "install-info" into dummy 26886 the rest of newlib).
|