Home
last modified time | relevance | path

Searched refs:right (Results 1 – 19 of 19) sorted by relevance

/picolibc-latest/newlib/libc/include/sys/
Dtree.h116 #define SPLAY_ASSEMBLE(head, node, left, right, field) do { \ argument
118 SPLAY_LEFT(right, field) = SPLAY_RIGHT((head)->sph_root, field);\
407 #define RB_PARENT_ROTATE_RIGHT(parent, right, tmp, field) do { \ argument
408 (tmp) = RB_LEFT(right, field); \
409 if ((RB_LEFT(right, field) = RB_RIGHT(tmp, field)) != NULL) { \
410 RB_SET_PARENT(RB_LEFT(right, field), right, field); \
414 RB_RIGHT(tmp, field) = (right); \
415 RB_SET_PARENT(right, tmp, field); \
416 RB_AUGMENT(right); \
629 struct type *child, *old, *parent, *right; \
[all …]
/picolibc-latest/newlib/libc/machine/h8500/
Ddivhi3.S54 neg.w r0 ! get rem sign right
/picolibc-latest/doc/
Dtesting.md6 so all you need is the right compile options. They're mostly the same
Dlinking.md187 By arranging the static copy of initialized and zero'd TLS data right
Dprintf.md276 code, the first step is to build picolibc with the right options. The
/picolibc-latest/newlib/libc/machine/arc64/
Dmemcmp.S143 ; shift the numbers right:
144 ; bit position range : (in binary) | shift right by : (in binary)
Dstrcat.S259 ; If the NULL byte is in byte 3 (starting from the right)
494 ; If the NULL byte is in byte 3 (starting from the right)
578 ; into bits 3 to 5, and shifting 3 bits to the right. This can be combined into
Dstrcmp.S338 ; there is no difference, but there are NULL bytes anywhere, right after the
Dstrlen.S289 ; looking into bits 3 to 5, and shifting 3 bits to the right. This can
Dmemchr.S360 ; into bits 3 to 5, and shifting 3 bits to the right. This can be combined into
/picolibc-latest/newlib/libc/machine/arc/
Dstrchr-bs.S180 ; but still compute the right result.
Dstrchr.S185 ; but still compute the right result.
/picolibc-latest/
DCODE_OF_CONDUCT.md40 Project maintainers have the right and responsibility to remove, edit, or
DCOPYING.GPL2126 exercise the right to control the distribution of derivative or
216 patents or other property right claims or to contest validity of any
DREADME.md84 mechanism to use the right tools
214 right options.
536 right.
DCOPYING.NEWLIB99 specifically grants the user the right to modify, use and distribute this
206 grants the user the right to modify, use and distribute this software
/picolibc-latest/newlib/libm/math/
Dmath.tex129 @c To sort the include list easily, keep the indentation right because want to
/picolibc-latest/newlib/
DREADME484 # Make sure we look in the right place for the board description files.
DChangeLog-20153593 * libc/posix/engine.c(dissect): Guard diagnostic pragma for right
7071 * libc/stdio/vfprintf.c (__SPRINT): New macro to call the right
18177 __LITTLE_ENDIAN__. make sure r0 has right value at first loop
24601 (_stat): Get directory owner and permissions right.
24779 * libc/include/machine/setjmp.h: Get win32 _JBLEN right.
25198 * libc/sys/win32/user32.def: Get DefWindowProc arg list right.
25318 * libc/include/types.h: Get sizes right for win32.
25432 * libc/stdlib/mprec.h (Bcopy): Copy the right number
25475 * libc/sys/sh/trap.S: Put errno in the right place.
26149 * libc/include/machine/limits.h: Get INT_MIN right for all the z8k family.
[all …]