Home
last modified time | relevance | path

Searched refs:up (Results 1 – 25 of 42) sorted by relevance

12

/picolibc-latest/newlib/libc/stdlib/
Dgdtoa-gethex.c155 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()
Dstdlib.tex12 * Function _Exit:: End program execution without cleaning up
29 * Function getenv:: Look up environment variable
/picolibc-latest/newlib/libc/machine/i960/
Dstrlen.S102 subo 4,g2,g2 # back up the byte pointer
105 subo 9,g2,g2 # back up the byte pointer
Dmemcmp_ca.S152 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
Dstrcpy.S135 subo 4,g2,g2 # back up the byte pointer
138 subo 9,g2,g5 # back up the byte pointer
Dstrlen_ca.S127 subo 4,g2,g2 # back up the byte pointer
130 subo 9,g2,g2 # back up the byte pointer
Dmemchr_ca.S133 subo 4,g0,g0 # back up the byte pointer
146 subo 1,g0,g0 # back up the byte pointer
Dmemcmp.S107 subo 4,g0,g0 # back up src1 pointer
Dstrchr.S115 subo 5,g0,g0 # back up the byte pointer
Dmemchr.S129 subo 5,g6,g0 # back up the byte pointer
Dstrncmp_ca.S153 b Lequal_exit # strings were equal up through max_bytes
190 b Lequal_exit # strings were equal up through max_bytes
Dstrchr_ca.S132 subo 5,g0,g0 # back up the byte pointer
Dstrcpy_ca.S154 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/
Dmemcpy.S29 ; Set up source and destination pointers for movmd.
/picolibc-latest/doc/
Dinit.md5 have custom start up code that replaces Picocrt, you probably want to
49 ends up with arrays of function pointers. For data from the
Dtesting.md34 'test' directory, which I used to fix up the floating point input and
Dusing.md72 FPSCR register set up to match C semantics for rounding.
134 any of the target hardware has been set up.
Dlinking.md15 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/
Dxdr.c125 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/
Dsetjmp.S91 mov.l 0x4[r1], r1 ; This sets up the new return value
/picolibc-latest/.github/workflows/
Dhead44 - name: Set up Docker Buildx
Dhead-zephyr45 - name: Set up Docker Buildx
/picolibc-latest/newlib/libc/machine/arm/
Darm_asm.h381 # clean up expressions in 'last'
412 # clean up expressions in 'first'
/picolibc-latest/newlib/libc/machine/arc64/
Dmemcpy.S99 ;; re-reads parts of the already transfer data AND the remaining up to
/picolibc-latest/newlib/libc/signal/
Dsignal.tex67 handler, to indicate that your request to set up a handler could not

12