Home
last modified time | relevance | path

Searched refs:even (Results 1 – 22 of 22) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/machine/z8k/
Dmemcpy.S20 even
Dmemset.S20 even
Dmemmove.S20 even
Dmemcmp.S20 even
/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/
Dftoa_ryu.c74 const bool even = (m2 & 1) == 0; in f2d() local
75 const bool acceptBounds = even; in f2d()
Ddtoa_ryu.c76 const bool even = (m2 & 1) == 0; in d2d() local
77 const bool acceptBounds = even; in d2d()
/picolibc-3.5.0-3.4.0/newlib/libc/machine/i960/
Dstrlen_ca.S97 chkbit 2,g2 # are we on an even word boundary or an odd one?
/picolibc-3.5.0-3.4.0/newlib/libc/machine/sh/
Dmemcpy.S218 tst r1,SRC ! check if source even
220 mov.b @SRC+,r0 ! no, make it even.
223 L_even: tst r1,DST ! check if destination is even
/picolibc-3.5.0-3.4.0/newlib/libc/machine/avr/
Dmacros.inc151 - uses "movw" if possible (supported by MCU, and both registers even)
217 .else /* both even -> overlap not possible */
/picolibc-3.5.0-3.4.0/doc/
Dprintf.md30 work even when using integer-only or float printf functions.
125 Going to integer-only reduces the size even further, but now it doesn't output
Dlinking.md177 using TLS mechanisms. To make these work even when the application
Dbuild.md132 | newlib-locale-info-extended | false | Enable even more locale support …
163 | newlib-global-errno | false | Use single global errno even when thread-local-storage=tr…
/picolibc-3.5.0-3.4.0/
DCOPYING.GPL2169 distribution of the source code, even though third parties are not
302 but WITHOUT ANY WARRANTY; without even the implied warranty of
323 be called something other than `show w' and `show c'; they could even be
DCMakeLists.txt404 option(__HAVE_LOCALE_INFO_EXTENDED__ "Provide even more locale support" 0)
DCOPYING.NEWLIB414 This file is distributed WITHOUT ANY WARRANTY; without even the implied
471 software, no matter how awful, even if they arise from flaws in it.
DREADME.md107 valid in picolibc), use __errno_r(r), even when 'r' is not defined
DCOPYING.picolibc4375 but WITHOUT ANY WARRANTY; without even the implied warranty of
5762 This file is distributed WITHOUT ANY WARRANTY; without even the implied
5867 This file is distributed WITHOUT ANY WARRANTY; without even the implied
5876 This file is distributed WITHOUT ANY WARRANTY; without even the implied
/picolibc-3.5.0-3.4.0/newlib/libc/xdr/
DREADME12 has been modified to work properly whenever possible, even
/picolibc-3.5.0-3.4.0/newlib/
DHOWTO252 complete manual, if it were even possible in the first place (as some configure
DREADME320 still acts as default for STDIN/STDOUT/STDERR even if this option
DChangeLog-20151424 that NGROUPS is even.
4162 non-GMT to GMT, when un-setting TZ. Set _timezone and _daylight even
5969 pidlist to work even when fcntl is not available. Meanwhile,
6010 pair handling to be more bullet-proof even with incomplete UTF-8
6255 Allow gcc warning for toupper even with extended charsets.
6258 'char' even when we must call the function for correct behavior.
7835 * libc/stdlib/ldtoa.c (etoasc): Fix rounding to even when fraction
8273 from here even though they can still work.
10592 * libc/include/stdio.h (_ELIDABLE_INLINE): Work even when using
10603 even if the passed in length n is shorter than the source string.
[all …]
/picolibc-3.5.0-3.4.0/newlib/libc/iconv/
Diconv.tex852 dynamically added into an already compiled Newlib library, even if it
862 …t copy of the dynamic CCS file is loaded for each opened iconv descriptor even in case of the same…