/picolibc-3.7.0-3.6.0/test/ |
D | test-atomic.c | 21 uint32_t old; in main() local 22 old = atomic_exchange_explicit(&atomic_4, 0, memory_order_relaxed); in main() 23 if (atomic_4 == 0 && old == 1) { in main() 25 old, atomic_4); in main() 28 old, atomic_4); in main() 40 uint16_t old; in main() local 41 old = atomic_exchange_explicit(&atomic_2, 0, memory_order_relaxed); in main() 42 if (atomic_2 == 0 && old == 1) { in main() 44 old, atomic_2); in main() 47 old, atomic_2); in main()
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/ |
D | rename.c | 40 const char *old; member 47 rename (old, new) in rename() argument 48 const char *old; in rename() 52 args.old = old;
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | rename.c | 57 rename (const char *old, in rename() argument 60 return rename ( old, new); in rename()
|
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/ |
D | filestrputalloc.c | 44 char *old = sstream->end - old_size; in __file_str_put_alloc() local 46 char *new = realloc(old, new_size); in __file_str_put_alloc()
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/z8k/ |
D | setjmp.S | 41 ldl rr12,rr4(#8) ! restore old frame pointer 42 ldl rr14,rr4(#12) ! restore old stack pointer 91 ldl rr12,r4(#6) ! restore old frame pointer 92 ldl rr14,r4(#10) ! restore old stack pointer
|
/picolibc-3.7.0-3.6.0/newlib/libc/signal/ |
D | signal.c | 126 _sig_func_ptr old = _sig_func[sig]; in signal() local 128 return old; in signal()
|
/picolibc-3.7.0-3.6.0/scripts/ |
D | do-clang-riscv-configure | 40 libs=-old
|
D | do-clang-rv32imafdc-configure | 40 libs=-old
|
/picolibc-3.7.0-3.6.0/newlib/libm/test/ |
D | test_ieee.c | 191 fp_rnd old = fpgetround(); in test_ieee() local 198 fpsetround(old); in test_ieee()
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/arm/ |
D | memcpy-armv7m.S | 84 .macro ASM_ALIAS new old 88 .thumb_set \new, \old 90 .set \new, \old
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/ |
D | tree.h | 625 struct type *child, *old, *parent, *right; \ 628 old = elm; \ 639 RB_RIGHT(old, field) = child; \ 648 RB_SET_PARENT(RB_RIGHT(old, field), elm, field); \ 650 RB_SET_PARENT(RB_LEFT(old, field), elm, field); \ 652 elm->field = old->field; \ 654 RB_SWAP_CHILD(head, old, elm, field); \ 664 return (old); \
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/rx/ |
D | setjmp.S | 73 mov.l r2, [r0] ; Overwrite the old return address
|
/picolibc-3.7.0-3.6.0/doc/ |
D | build.md | 216 There are two versions of many libm functions, old ones from SunPro 221 code. Measurements show the old routines are generally more accurate, 231 | newlib-obsolete-math | true | Use old code for both float and double valued functions | 232 | newlib-obsolete-math-float | auto | Use old code for float-valued functions | 233 | newlib-obsolete-math-double | auto | Use old code for double-valued functions |
|
/picolibc-3.7.0-3.6.0/ |
D | CMakeLists.txt | 455 # Use old math code for double funcs (0 no, 1 yes) 458 # Use old math code for double funcs (0 no, 1 yes)
|
D | picolibc.h.in | 447 /* Use old math code */
|
D | meson_options.txt | 288 …description: 'Use old math code that uses float type for float valued math routines (default: auto… 291 …description: 'Use old math code for double valued math routines (default: automatic based on platf…
|
D | meson.build | 1384 conf_data.set('__OBSOLETE_MATH', obsolete_math_value, description: 'Use old math code (undef auto, … 1385 conf_data.set('__OBSOLETE_MATH_FLOAT', obsolete_math_float_value, description: 'Use old math code f… 1386 conf_data.set('__OBSOLETE_MATH_DOUBLE', obsolete_math_double_value, description: 'Use old math code…
|
D | README.md | 623 8. Fix all old-style (K&R) function definitions.
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/hppa/ |
D | pcc_prefix.s | 335 previous_sp: .equ 64 ; old stack pointer (locates previous frame)
|
/picolibc-3.7.0-3.6.0/newlib/libc/sys/rtems/include/ |
D | README | 12 and the old model of WITHOUT_CDDL disabling both wasn't helpful.
|
/picolibc-3.7.0-3.6.0/newlib/libc/xdr/ |
D | README | 122 The return value is the "old" function pointer, which may
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/avr/ |
D | macros.inc | 42 /* if not defined, assume old version with underscores */
|
/picolibc-3.7.0-3.6.0/newlib/libc/ |
D | sys.tex | 168 int link(char *old, char *new) @{
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 19 * libc/machine/arc/asm.h: Define new GCC definition for old compiler. 5650 * libc/stdio/fflush.c (_fflush_r): Store old errno to check for 5651 low-level seek error condition. Restore old errno in case of 6202 Move old wcwidth implementation here for non-multibyte aware 8260 less than the old __ctype_ptr. 12251 * libc/sys/linux/dl/dl-local.h: New file based on old dlfcn.h 13469 * libc/stdlib/atexit.h: Remove old definitions. Add new. 13866 instead of looking for old compiler flags. 13887 * libc/stdio/iprintf.c (_iprintf_r): Fix old-style argument 19858 * libc/sys/go32/*.s: Removed references to DJ's old address. [all …]
|