Home
last modified time | relevance | path

Searched refs:left (Results 1 – 10 of 10) sorted by relevance

/picolibc-latest/newlib/libc/include/sys/
Dtree.h116 #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/
Dstrncpy.S38 sub r3, r1 ; Subtract the number of bytes left to be written.
/picolibc-latest/newlib/libc/machine/i960/
Dmemccpy_ca.S149 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
Dmemcpy_ca.S165 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
Dstrncpy_ca.S238 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
Dstrncat_ca.S263 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/
DHOWTO258 level of detail is left up to the author's discretion.
DChangeLog-20159880 * 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/
Dbuild.md204 picolibc, they're left in the library to help users porting from
/picolibc-latest/
DREADME.md20 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