Searched refs:because (Results 1 – 15 of 15) sorted by relevance
/picolibc-latest/newlib/libc/machine/arc64/ |
D | strcmp.S | 265 ;; This is because if a NULL byte appears first, it will be the first different 290 ; the last set of registers without looking at r12, because if they aren't the 333 ; Unlike with r10, we dont need to check the zero flag for r12s' ffs because if 339 ; main loop. The reason for this is because the only way this can happen is if
|
D | memchr.S | 53 ; We use r1 because we dont have any more registers free inside the main loop 182 ; We use r1 because we dont have any more registers free inside the main loop 335 ; The order is very important because the byte can appear in several double 339 ; because if r13 isnt the target byte, r2 will always be overwritten so we can 363 ; worry about the case where ffs does not find a bit, because we know for sure
|
D | strlen.S | 261 ; important because the NULL byte can appear in several double words, 265 ; r12 on 1) because if r7 isnt the NULL byte, r2 will always be 293 ; ffs does not find a bit, because we know for sure there is at least
|
D | strcat.S | 553 ; The order is very important because the NULL byte can appear in several 557 ; because if r7 isnt the NULL byte, r2 will always be overwritten so we can 581 ; about the case where ffs does not find a bit, because we know for sure there is
|
D | memcmp.S | 73 ; Adjusting the pointers because of the extra loads in the end
|
/picolibc-latest/newlib/libc/machine/mep/ |
D | setjmp.S | 72 # returns. We do not faithfully restore $0 or $lp, because
|
/picolibc-latest/newlib/libc/machine/m68k/ |
D | memset.S | 32 | aligned. This is the best you can do, because writing to unaligned
|
/picolibc-latest/hello-world/ |
D | README.md | 3 Building embedded applications is tricky in part because of the huge 28 Our example program wants to display a string to stdout; because there
|
/picolibc-latest/zephyr/ |
D | zephyr.cmake | 106 # defines the library file name and location, because a generator expression
|
/picolibc-latest/newlib/libc/machine/hppa/ |
D | DEFS.h | 54 ; and restored after the call to _mcount. This is possible because variable
|
/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/libc/iconv/ |
D | iconv.tex | 860 embedded systems than dynamically loaded CCS tables. This is because the compiled-in tables are re… 1105 This is because there is too small difference between the speed-optimized 1348 The CCS source files aren't distributed with Newlib because of License
|
/picolibc-latest/newlib/ |
D | HOWTO | 229 because the object names follow a consistent convention: libm_a-<filename>.o
|
D | ChangeLog-2015 | 6188 deprecated (because now removed from math.h, are not used anywhere 6820 * libc/include/sys/errno.h: Move EFTYPE to general usage because 8479 * libc/sys/linux/iconv/iconvconfig.c: Removed either because no longer 8480 used or because licensing includes advertising clause that cannot be 13774 we understand why Cygwin breaks because of it. 26011 _khif_tmpnam, because it doesn't comply with ANSI but may be 27494 * libm/math/constants.c: removed file, because the constants it
|
/picolibc-latest/ |
D | README.md | 205 actually do anything because tinystdio doesn't do any 323 regular functions to improve performance. x86 was left out because
|