/picolibc-latest/newlib/libc/stdlib/ |
D | gdtoa-gethex.c | 155 int esign, havedig, irv, k, n, nbits, up, zret; in gethex() local 328 up = 0; in gethex() 335 up = 1; in gethex() 338 up = 1 - sign; in gethex() 341 up = sign; in gethex() 343 if (up) { in gethex()
|
D | stdlib.tex | 12 * Function _Exit:: End program execution without cleaning up 29 * Function getenv:: Look up environment variable
|
/picolibc-latest/newlib/libc/machine/i960/ |
D | strlen.S | 102 subo 4,g2,g2 # back up the byte pointer 105 subo 9,g2,g2 # back up the byte pointer
|
D | memcmp_ca.S | 152 b Lequal_exit # strings were equal up through max_bytes 156 subo 4,g2,g2 # make up for later re-incrementing 173 Lequal_exit: # words are equal up thru null byte 181 addo 4,g2,g2 # to make up for extra decrement in loop
|
D | strcpy.S | 135 subo 4,g2,g2 # back up the byte pointer 138 subo 9,g2,g5 # back up the byte pointer
|
D | strlen_ca.S | 127 subo 4,g2,g2 # back up the byte pointer 130 subo 9,g2,g2 # back up the byte pointer
|
D | memchr_ca.S | 133 subo 4,g0,g0 # back up the byte pointer 146 subo 1,g0,g0 # back up the byte pointer
|
D | memcmp.S | 107 subo 4,g0,g0 # back up src1 pointer
|
D | strchr.S | 115 subo 5,g0,g0 # back up the byte pointer
|
D | memchr.S | 129 subo 5,g6,g0 # back up the byte pointer
|
D | strncmp_ca.S | 153 b Lequal_exit # strings were equal up through max_bytes 190 b Lequal_exit # strings were equal up through max_bytes
|
D | strchr_ca.S | 132 subo 5,g0,g0 # back up the byte pointer
|
D | strcpy_ca.S | 154 shlo 8,g5,g5 # move mask up to next byte 188 subo 4,g4,g4 # store is pre-incrementing; back up dest addr
|
/picolibc-latest/newlib/libc/machine/h8300/ |
D | memcpy.S | 29 ; Set up source and destination pointers for movmd.
|
/picolibc-latest/doc/ |
D | init.md | 5 have custom start up code that replaces Picocrt, you probably want to 49 ends up with arrays of function pointers. For data from the
|
D | testing.md | 34 'test' directory, which I used to fix up the floating point input and
|
D | using.md | 72 FPSCR register set up to match C semantics for rounding. 134 any of the target hardware has been set up.
|
D | linking.md | 15 then you need to define the addresses used in that code, and set up 32 script that sets up some variables and then INCLUDE's
|
/picolibc-latest/newlib/libc/xdr/ |
D | xdr.c | 125 u_int * up) in xdr_u_int() argument 132 l = (u_long) * up; in xdr_u_int() 140 *up = (u_int) (u_long) l; in xdr_u_int() 148 return xdr_u_long (xdrs, (u_long *) up); in xdr_u_int()
|
/picolibc-latest/newlib/libc/machine/rx/ |
D | setjmp.S | 91 mov.l 0x4[r1], r1 ; This sets up the new return value
|
/picolibc-latest/.github/workflows/ |
D | head | 44 - name: Set up Docker Buildx
|
D | head-zephyr | 45 - name: Set up Docker Buildx
|
/picolibc-latest/newlib/libc/machine/arm/ |
D | arm_asm.h | 381 # clean up expressions in 'last' 412 # clean up expressions in 'first'
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | memcpy.S | 99 ;; re-reads parts of the already transfer data AND the remaining up to
|
/picolibc-latest/newlib/libc/signal/ |
D | signal.tex | 67 handler, to indicate that your request to set up a handler could not
|