Searched refs:more (Results 1 – 25 of 35) sorted by relevance
12
/picolibc-3.7.0-3.6.0/newlib/libc/machine/i960/ |
D | memcpy.S | 128 bge Lwloop_a # loop if more than 3 bytes to move 129 cmpobe g6, g5, Lexit # quit if no more bytes to move 135 cmpobne g6, g5, Lcloop_a # quit if no more bytes to move 150 ble Lwloop.a # loop if more than 3 bytes to move 151 cmpobe g6, g0, Lexit # quit if no more bytes to move 157 cmpobne g6, g0, Lcloop.a # quit if no more bytes to move
|
D | memset.S | 90 bne.t Lbgn_cloop # loop if more bytes to store before longword 100 cmpo 15,g2 # Do we have to store more longwords? 104 bl.t Lwloop # loop if more longwords to store 114 bne.t Lcloop # loop if more bytes to store
|
D | memccpy_ca.S | 229 cmpo g0,g1 # < indicates first word of dest has more bytes
|
D | strcpy_ca.S | 266 cmpo g2,g14 # < indicates first word of dest has more bytes
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/h8300/ |
D | memcpy.S | 33 ; it can be more expensive than movmd.b for small moves.
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/rx/ |
D | memcpy.S | 15 ;; FIXME: It would be more space efficient to just branch to _memmove...
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/hppa/ |
D | memcmp.S | 130 more: combt,<=,n count,tmp1,chunk1 /* Can we do the vshd? */ label 137 b more /* keep checking */
|
D | strncmp.S | 133 more: uxor,nbz s2word,r0,r0 /* Is there a null in first word */ label 143 b more /* keep checking */
|
D | strcmp.S | 202 more: uxor,nbz s1word,r0,r0 /* Is there a null in s1? */ label 213 b more
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/rl78/ |
D | setjmp.S | 115 ;; The sp we have now includes one more pushed reg, plus $PC
|
/picolibc-3.7.0-3.6.0/ |
D | README.md | 128 * [Linking with Picolibc.ld](doc/linking.md). Provides more details 133 Detailed documentation. Use these to learn more details about how to 173 * Add an option (-Dfast-bufio=true) for more efficient fread/fwrite 225 * Fix more m68k 80-bit float bugs 230 multi-lib to check various FPU configurations on older and more 512 5. Make header files a bit more POSIX compliant, installing rpc 625 9. Enable lots more compiler warning flags. 632 12. Add lots more exception and errno tests for the math functions. 755 11. Make the fenv API more consistent and more conformant with the 767 1. Make picolibc more compatible with C++ compilers. [all …]
|
D | CONTRIBUTING.md | 34 configured correctly can be a challenge. Learn more about that in the
|
D | .clang-format | 4 # For more information, see:
|
D | COPYING.GPL2 | 143 years, to give any third party, for a charge no more than your 304 GNU General Public License for more details. 338 consider it more useful to permit linking proprietary applications with the
|
/picolibc-3.7.0-3.6.0/doc/ |
D | embedsource.md | 5 For more information on the meson subproject feature, refer to the documentation at : https://meson…
|
D | os.md | 14 Picolibc stdio splits support for simple console input/output and more 141 all of the above functions along with a couple more POSIX APIs used by
|
D | tls.md | 72 ## Creating more TLS blocks
|
D | using.md | 100 boot time. You can read more about this on the [linking](linking.md)
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/arc/ |
D | memcmp-bs-norm.S | 97 ; one more load latency cycle
|
/picolibc-3.7.0-3.6.0/newlib/libc/iconv/ |
D | iconv.tex | 93 applied to more than one CCS. 97 Thus, an encoding may be considered as one or more CCS + CES. 104 An example of a more complicated encoding is UTF-8 which is the UCS 260 IBM 866 - the updated version of CP 855 which follows more the logical Russian alphabet 740 efficiency: the first method is more efficient since it converts 752 considered as one or more CCS plus a CES. It also decomposes its 753 conversion modules on @dfn{CES converter} plus one or more @dfn{CCS 843 One more design aspect are the speed- and size- optimized tables. Users can 859 Theoretically, the compiled-in CCS tables should be more appropriate for 982 Thus, in order to make the CCS tables more compact, the 16-bit UCS-2 is [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libm/test/ |
D | meson.build | 36 # Some arrays have more members than what can be supported on some targets.
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/sh/ |
D | memcpy.S | 27 ! 2.: When there are two or three bytes in the last word of an 11-or-more 282 .align 2 ! avoid nop in more frequently executed code.
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | README | 341 support `--enable-malloc-debugging' any more. 358 Use gdtoa rather than legacy ldtoa. gdtoa privides more accurate 360 more heap memory. gdtoa sometimes requires 16KB heap memory, so 389 more information about this option.
|
D | HOWTO | 205 more information. 238 to the corresponding source directory, but that is it. For more details on 282 tested in general. The README file has more information. Hopefully someone
|
/picolibc-3.7.0-3.6.0/newlib/libc/sys/rtems/include/ |
D | README | 18 more compact SUBDIR.${MK_<FOO>}+= form rather than using intermediate
|
12