Searched refs:right (Results 1 – 19 of 19) sorted by relevance
/picolibc-latest/newlib/libc/include/sys/ |
D | tree.h | 116 #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/ |
D | divhi3.S | 54 neg.w r0 ! get rem sign right
|
/picolibc-latest/doc/ |
D | testing.md | 6 so all you need is the right compile options. They're mostly the same
|
D | linking.md | 187 By arranging the static copy of initialized and zero'd TLS data right
|
D | printf.md | 276 code, the first step is to build picolibc with the right options. The
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | memcmp.S | 143 ; shift the numbers right: 144 ; bit position range : (in binary) | shift right by : (in binary)
|
D | strcat.S | 259 ; 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
|
D | strcmp.S | 338 ; there is no difference, but there are NULL bytes anywhere, right after the
|
D | strlen.S | 289 ; looking into bits 3 to 5, and shifting 3 bits to the right. This can
|
D | memchr.S | 360 ; into bits 3 to 5, and shifting 3 bits to the right. This can be combined into
|
/picolibc-latest/newlib/libc/machine/arc/ |
D | strchr-bs.S | 180 ; but still compute the right result.
|
D | strchr.S | 185 ; but still compute the right result.
|
/picolibc-latest/ |
D | CODE_OF_CONDUCT.md | 40 Project maintainers have the right and responsibility to remove, edit, or
|
D | COPYING.GPL2 | 126 exercise the right to control the distribution of derivative or 216 patents or other property right claims or to contest validity of any
|
D | README.md | 84 mechanism to use the right tools 214 right options. 536 right.
|
D | COPYING.NEWLIB | 99 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/ |
D | math.tex | 129 @c To sort the include list easily, keep the indentation right because want to
|
/picolibc-latest/newlib/ |
D | README | 484 # Make sure we look in the right place for the board description files.
|
D | ChangeLog-2015 | 3593 * 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 …]
|