/picolibc-latest/newlib/libc/machine/xtensa/machine/ |
D | fenv-fp.h | 41 fexcept_t current; in fedisableexcept() local 42 __asm__ volatile ("rur.fcr %0" : "=a"(current)); in fedisableexcept() 43 current &= ~(excepts << _FE_EXCEPTION_ENABLE_OFFSET); in fedisableexcept() 44 __asm__ volatile ("wur.fcr %0" : "=a"(current)); in fedisableexcept() 50 fexcept_t current; in feenableexcept() local 51 __asm__ volatile ("rur.fcr %0" : "=a"(current)); in feenableexcept() 52 current |= excepts << _FE_EXCEPTION_ENABLE_OFFSET; in feenableexcept() 53 __asm__ volatile ("wur.fcr %0" : "=a"(current)); in feenableexcept() 69 fexcept_t current; in fegetexcept() local 70 __asm__ volatile ("rur.fsr %0" : "=a"(current)); in fegetexcept() [all …]
|
/picolibc-latest/newlib/libc/search/ |
D | bsearch.c | 93 void *current; in bsearch() local 105 current = (void *) (((char *) base) + (index * size)); in bsearch() 107 result = compar (key, current); in bsearch() 114 return current; in bsearch()
|
/picolibc-latest/newlib/libc/xdr/ |
D | xdr_rec.c | 325 size_t current; in xdrrec_getbytes() local 329 current = (int) rstrm->fbtbc; in xdrrec_getbytes() 330 if (current == 0) in xdrrec_getbytes() 338 current = (len < current) ? len : current; in xdrrec_getbytes() 339 if (!get_input_bytes (rstrm, addr, current)) in xdrrec_getbytes() 341 addr += current; in xdrrec_getbytes() 342 rstrm->fbtbc -= current; in xdrrec_getbytes() 343 len -= current; in xdrrec_getbytes() 354 size_t current; in xdrrec_putbytes() local 358 current = (size_t) ((uintptr_t) rstrm->out_boundry - in xdrrec_putbytes() [all …]
|
/picolibc-latest/newlib/libm/fenv/ |
D | fenv.tex | 12 * Function fegetenv:: Get current floating-point environment 14 * Function fegetround:: Get current rounding direction 15 * Function feholdexcept:: Save current floating-point environment 17 * Function fesetenv:: Set current floating-point environment 19 * Function fesetround:: Set current rounding direction 21 * Function feupdateenv:: Update current floating-point environment
|
/picolibc-latest/cmake/ |
D | picolibc.cmake | 39 # Get current sources 48 foreach(current IN LISTS current_sources) 49 get_filename_component(current_base "${current}" NAME_WLE) 83 # Get current headers 91 foreach(current IN LISTS current_headers) 92 if("${rel_header}" STREQUAL "${current}")
|
/picolibc-latest/newlib/libc/machine/i960/ |
D | strrchr.S | 120 addo 1,g2,g2 # advance src pointer to byte after current 122 cmpo g1,g14 # is current byte char? 127 1: cmpobne 0,g14,Lfind_null # is current byte null?
|
D | memcmp.S | 122 .diff: bl .neg # arrays differ at current byte.
|
D | memccpy.S | 116 mov g7, g4 # keep a copy of the current word
|
D | strcpy.S | 165 st g4, (g5) # store current word
|
D | strncpy.S | 116 st g4, (g5) # store current word
|
D | memcpy.S | 129 mov g7, g4 # keep a copy of the current word
|
D | strncat.S | 123 st g4, (g5) # store current word
|
D | strcpy_ca.S | 141 mov MSW,LSW # keep a copy of current word
|
D | strncpy_ca.S | 174 lda (g5),LSW # keep a copy of the current mask
|
D | strncat_ca.S | 130 mov MSW,LSW # keep a copy of current word
|
/picolibc-latest/doc/ |
D | releasing.md | 3 Here are the current steps to perform when releasing a new version of 6 1. Make sure the current code builds on all supported architectures: 39 about the current source files 99 4. Update debian packaging to current standards
|
D | tls.md | 15 an API for the library to get the global structure for the current
|
/picolibc-latest/newlib/ |
D | refcontainers.xslt | 8 <!-- Copy the current node -->
|
D | HOWTO | 87 https://sourceware.org/elix/api/current/api.pdf 127 the current system does not include that version, it can be downloaded from the 208 above, the _%C% suffix can be used. See the Makefile.am file for the current 215 above, the _%C% suffix can be used. See the Makefile.am file for the current 266 for the Makefile in the current directory. While not applicable to Newlib
|
D | README | 220 specific files in the current directory, but arranges for them to
|
D | ChangeLog-2015 | 5291 Change documentation to reflect current behaviour more closely. 5435 the current charset through. 5754 * libc/locale/nl_langinfo.c (nl_langinfo): Just return current locale 6674 current charset. 6848 corresponding with current charset. Don't allow non-existant 7513 * libm/machine/spu/headers/acosd2.h: Rebase against current simdmath. 7578 be in sync with current kernels. 8203 * libm/machine/spu/headers/acoshf4.h: Rebase against current simdmath. 9787 * libc/stdio/Makefile.am (CHEWOUT_FILES): Sort, match current list 16395 compile with current GNU tools. [all …]
|
/picolibc-latest/newlib/libc/time/ |
D | time.tex | 21 (elapsed, current, or compute time) or to perform calculations based 76 * Function time:: Get current calendar time (as single number)
|
/picolibc-latest/ |
D | README.md | 31 The file COPYING.picolibc contains all of the current copyright and 583 * Merge current newlib bits to get code that doesn't use struct _reent 655 10. Merge current newlib bits 993 7. Merge current newlib bits in. This includes better fenv support, 1010 2. Merge current newlib bits. The only thing which affects picolibc 1064 8. Sync up with current newlib head. 1162 with current newlib sources.
|
/picolibc-latest/newlib/libc/ |
D | sys.tex | 240 Timing information for current process. Minimal implementation:
|
/picolibc-latest/newlib/libc/iconv/ |
D | iconv.tex | 861 whereas dynamic loading requires RAM. Moreover, in the current iconv 1679 @code{_iconv_nls_get_state} - returns the current encoding's shift state 1683 @code{_iconv_nls_set_state} sets the current encoding's shift state (the
|