Searched refs:left (Results 1 – 10 of 10) sorted by relevance
/picolibc-latest/newlib/libc/include/sys/ |
D | tree.h | 116 #define SPLAY_ASSEMBLE(head, node, left, right, field) do { \ argument 117 SPLAY_RIGHT(left, field) = SPLAY_LEFT((head)->sph_root, field); \ 395 #define RB_PARENT_ROTATE_LEFT(parent, left, tmp, field) do { \ argument 396 (tmp) = RB_RIGHT(left, field); \ 397 if ((RB_RIGHT(left, field) = RB_LEFT(tmp, field)) != NULL) { \ 398 RB_SET_PARENT(RB_RIGHT(left, field), left, field); \ 402 RB_LEFT(tmp, field) = (left); \ 403 RB_SET_PARENT(left, tmp, field); \ 404 RB_AUGMENT(left); \
|
/picolibc-latest/newlib/libc/machine/rx/ |
D | strncpy.S | 38 sub r3, r1 ; Subtract the number of bytes left to be written.
|
/picolibc-latest/newlib/libc/machine/i960/ |
D | memccpy_ca.S | 149 bl.f Lcase_13_cloop_setup # branch if < four bytes left to move 164 bl.f Lcase_13_cloop_setup # branch if < four bytes left to move
|
D | memcpy_ca.S | 165 bl.f Lcase_3_cloop # branch if < four bytes left to move 278 bl.f Lcase.3_cloop # branch if < four bytes left to move 292 bl.f Lcase.3_cloop # branch if < four bytes left to move
|
D | strncpy_ca.S | 238 bl.f Lcase_3_cloop.a # branch if < four bytes left to move 254 bl.f Lcase_3_cloop.a # branch if < four bytes left to move
|
D | strncat_ca.S | 263 bl.f Lcase_3_cloop # branch if < four bytes left to move 284 bl.f Lcase_3_cloop # branch if < four bytes left to move
|
/picolibc-latest/newlib/ |
D | HOWTO | 258 level of detail is left up to the author's discretion.
|
D | ChangeLog-2015 | 9880 * libc/machine/spu/Makefile.am: Remove mktemp.c, it was left in 13971 Keep track of width truncation to fit into buf, not counting left-out 14021 Keep track of width truncation to fit into buf, not counting left-out
|
/picolibc-latest/doc/ |
D | build.md | 204 picolibc, they're left in the library to help users porting from
|
/picolibc-latest/ |
D | README.md | 20 are left in the repository, so all of the source code uses BSD-like 323 regular functions to improve performance. x86 was left out because
|