Home
last modified time | relevance | path

Searched refs:have (Results 1 – 25 of 99) sorted by relevance

1234

/picolibc-latest/newlib/libc/machine/rx/
Dmemchr.S23 sub #1, r1 ; We have found a match, bit now R1 points to the byte after the match.
28 suntil.b ; Search until *r1 == r2 or r3 bytes have been examined.
Dstrncat.S16 cmp #0, r3 ; If max is zero we have nothing to do.
32 bne 3b ; ... or we have copied N bytes.
51 …ytes then we already know that the dest string is NUL terminated, so we do not have to do anything.
Dstrncpy.S23 bne 2b ; ... or we have written a NUL byte
35 cmp #0, r3 ; If we have copied the number of bytes requested
/picolibc-latest/test/
Dlong_double.c347 close(long double have, long double want, long double max_error) in close() argument
349 if (have == want) in close()
356 return fabsl(have) <= max_error; in close()
357 return fabsl((have - want) / want) <= max_error; in close()
/picolibc-latest/newlib/libc/machine/i960/
Dmemset.S99 mov g4,g5 # now have a longword of char
102 cmpo 15,g2 # Do we have to store more longwords?
/picolibc-latest/scripts/
Dcross-avr.txt3 # so we have to add -nostdlib to the compiler configuration itself or
Dcross-clang-msp430.txt3 # so we have to add -nostdlib to the compiler configuration itself or
Dcross-xtensa-espressif_esp32_zephyr-elf.txt3 # so we have to add -nostdlib to the compiler configuration itself or
Dcross-xtensa-espressif_esp32s2_zephyr-elf.txt3 # so we have to add -nostdlib to the compiler configuration itself or
Dcross-xtensa-intel_apl_adsp_zephyr-elf.txt3 # so we have to add -nostdlib to the compiler configuration itself or
Dcross-xtensa-intel_s1000_zephyr-elf.txt3 # so we have to add -nostdlib to the compiler configuration itself or
Dcross-xtensa-nxp_imx8m_adsp_zephyr-elf.txt3 # so we have to add -nostdlib to the compiler configuration itself or
Dcross-xtensa-nxp_imx_adsp_zephyr-elf.txt3 # so we have to add -nostdlib to the compiler configuration itself or
Dcross-xtensa-sample_controller_zephyr-elf.txt3 # so we have to add -nostdlib to the compiler configuration itself or
Dcross-msp430.txt3 # so we have to add -nostdlib to the compiler configuration itself or
Dcross-microblazeel-zephyr-elf.txt3 # so we have to add -nostdlib to the compiler configuration itself or
Dcross-mips64-linux-gnuabi64.txt3 # so we have to add -nostdlib to the compiler configuration itself or
Dcross-mipsel-linux-gnu.txt3 # so we have to add -nostdlib to the compiler configuration itself or
Dcross-sparc64-linux-gnu.txt3 # so we have to add -nostdlib to the compiler configuration itself or
Dcross-arc64-zephyr-elf.txt3 # so we have to add -nostdlib to the compiler configuration itself or
Dcross-mips-linux-gnu.txt3 # so we have to add -nostdlib to the compiler configuration itself or
Dcross-riscv64-zephyr-elf.txt3 # so we have to add -nostdlib to the compiler configuration itself or
Dcross-sh-unknown-elf.txt3 # so we have to add -nostdlib to the compiler configuration itself or
Dcross-aarch64-zephyr-elf.txt3 # so we have to add -nostdlib to the compiler configuration itself or
Dcross-clang-aarch64-none-elf.txt3 # so we have to add -nostdlib to the compiler configuration itself or

1234