Home
last modified time | relevance | path

Searched refs:old (Results 1 – 24 of 24) sorted by relevance

/picolibc-3.7.0-3.6.0/test/
Dtest-atomic.c21 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/
Drename.c40 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/
Drename.c57 rename (const char *old, in rename() argument
60 return rename ( old, new); in rename()
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dfilestrputalloc.c44 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/
Dsetjmp.S41 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/
Dsignal.c126 _sig_func_ptr old = _sig_func[sig]; in signal() local
128 return old; in signal()
/picolibc-3.7.0-3.6.0/scripts/
Ddo-clang-riscv-configure40 libs=-old
Ddo-clang-rv32imafdc-configure40 libs=-old
/picolibc-3.7.0-3.6.0/newlib/libm/test/
Dtest_ieee.c191 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/
Dmemcpy-armv7m.S84 .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/
Dtree.h625 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/
Dsetjmp.S73 mov.l r2, [r0] ; Overwrite the old return address
/picolibc-3.7.0-3.6.0/doc/
Dbuild.md216 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/
DCMakeLists.txt455 # Use old math code for double funcs (0 no, 1 yes)
458 # Use old math code for double funcs (0 no, 1 yes)
Dpicolibc.h.in447 /* Use old math code */
Dmeson_options.txt288 …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…
Dmeson.build1384 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…
DREADME.md623 8. Fix all old-style (K&R) function definitions.
/picolibc-3.7.0-3.6.0/newlib/libc/machine/hppa/
Dpcc_prefix.s335 previous_sp: .equ 64 ; old stack pointer (locates previous frame)
/picolibc-3.7.0-3.6.0/newlib/libc/sys/rtems/include/
DREADME12 and the old model of WITHOUT_CDDL disabling both wasn't helpful.
/picolibc-3.7.0-3.6.0/newlib/libc/xdr/
DREADME122 The return value is the "old" function pointer, which may
/picolibc-3.7.0-3.6.0/newlib/libc/machine/avr/
Dmacros.inc42 /* if not defined, assume old version with underscores */
/picolibc-3.7.0-3.6.0/newlib/libc/
Dsys.tex168 int link(char *old, char *new) @{
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-201519 * 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 …]