Home
last modified time | relevance | path

Searched refs:new (Results 1 – 25 of 35) sorted by relevance

12

/picolibc-latest/newlib/libc/machine/spu/
Drename.c43 const char *new; member
48 rename (old, new) in rename() argument
50 const char *new;
54 args.new = new;
/picolibc-latest/newlib/libc/tinystdio/
Dfilestrputalloc.c46 char *new = realloc(old, new_size); in __file_str_put_alloc() local
47 if (!new) in __file_str_put_alloc()
50 sstream->pos = new + old_size; in __file_str_put_alloc()
51 sstream->end = new + new_size; in __file_str_put_alloc()
/picolibc-latest/newlib/libc/posix/
Dnftw.c53 struct history new; in do_nftw() local
77 new.chain = h; in do_nftw()
78 new.dev = st.st_dev; in do_nftw()
79 new.ino = st.st_ino; in do_nftw()
80 new.level = h ? h->level+1 : 0; in do_nftw()
81 new.base = j+1; in do_nftw()
83 lev.level = new.level; in do_nftw()
116 if ((r=do_nftw(path, fn, fd_limit-1, flags, &new))) { in do_nftw()
/picolibc-latest/newlib/libc/string/
DmkwidthA17 sed -e "s,^\([^;]*\);A,\1," -e t -e d EastAsianWidth.txt > width-a-new
20 PATH="$PATH:." uniset +width-a-new compact >> WIDTH-A
21 rm -f width-a-new
/picolibc-latest/newlib/libc/stdio/
Drename.c57 const char *new) in rename() argument
59 return rename ( old, new); in rename()
/picolibc-latest/newlib/
DNEWS73 - new reduced "tiny" code size printf and puts support
75 - new --enable-newlib-reent-check-verify configure option to verify reent memory
80 - new msp430-elfbare target support
105 - new expf, exp2f, logf, and powf implementations
108 - new long double complex math routines
125 - new string functions (e.g. timingsafe_bcmp)
126 - new stdlib functions (e.g. arc4random)
134 - new version of strtold
147 - new nano formatted I/O support
165 - new nds32 platform support
[all …]
DChangeLog-20159 * libc/stdlib/Makefile.am: Add new source file.
19 * libc/machine/arc/asm.h: Define new GCC definition for old compiler.
20 * libc/machine/arc/memcmp-bs-norm.S: Use new GCC defines to detect
532 * libc/include/sys/_intsup.h: Defined new __INTxx, __FASTxx and
537 new __INTxx, __FASTxx and __LEASTxx macro's in their corresponding PRI
746 * libm/machine/aarch64/Makefile.in: Add new source files.
1263 * libm/common/Makefile.am: Reference new files
1264 * libm/common/Makefile.in: Reference new files
1396 * libc/machine/arm/strcmp.S: Add new wrapper.
1436 * libc/machine/aarch64/Makefile.am (lib_a_SOURCES): Add new files.
[all …]
/picolibc-latest/doc/
Dreleasing.md3 Here are the current steps to perform when releasing a new version of
43 7. Update meson.build and CMakeLists.txt with new version number
73 14. Create new release on picolibc wiki pasting in relevant README.md
76 15. Create new release on github site, pasting in relevant README.md
80 about the new release.
105 6. Add new Debian change log entry
Dctype.md17 new direct implementation is selected by default. You can also force a
Dtls.md79 2) Copy __tdata_size bytes from __tdata_source to the new block to
81 3) Clear __tbss_size bytes starting _tdata_size bytes into the new
/picolibc-latest/newlib/libc/machine/i960/
Dmemcmp_ca.S194 notor g1,3,g14 # first step in computing new src1 ptr
202 lda 4(g3),g1 # set new src2 ptr
204 subo g14,g0,g0 # second (final) step in computing new src1 ptr
205 addi g14,g2,g2 # compute new max_bytes too
Dstrncmp_ca.S236 notor g1,3,g14 # first step in computing new src1 ptr
244 lda 4(g3),g1 # set new src2 ptr
247 subo g14,g0,g0 # second (final) step in computing new src1 ptr
248 addi g14,g2,g2 # compute new max_bytes too
Dstrcmp_ca.S237 notor g1,3,MSW # first step in computing new src1 ptr
238 lda 4(g3),g1 # set new src2 ptr
242 subo MSW,g0,g0 # second (final) step in computing new src1 ptr
/picolibc-latest/newlib/libc/machine/arm/
Darm_asm.h502 .macro ASM_ALIAS new old
503 .global \new
504 .type \new, %function
506 .thumb_set \new, \old
508 .set \new, \old
/picolibc-latest/newlib/libc/machine/m32c/
Dsetjmp.S125 mov.l [a0],a1 ; dest is new stack
/picolibc-latest/newlib/libc/machine/rx/
Dsetjmp.S91 mov.l 0x4[r1], r1 ; This sets up the new return value
/picolibc-latest/newlib/libc/machine/crx/
Dsetjmp.S15 # the new terms are clearly indicated on the first page of each file where #
/picolibc-latest/newlib/libc/
Dsys.tex86 Transfer control to a new process. Minimal implementation (for a system
100 Create a new process. Minimal implementation (for a system without processes):
162 Establish a new name for an existing file. Minimal implementation:
168 int link(char *old, char *new) @{
/picolibc-latest/newlib/libc/machine/rl78/
Dsetjmp.S160 movw sp, ax ; this is the *new* stack
/picolibc-latest/newlib/libc/machine/cr16/
Dsetjmp.S15 # the new terms are clearly indicated on the first page of each file where #
/picolibc-latest/newlib/libc/iconv/
Diconv.tex18 * How to add new encoding:: The steps to add new encoding support
851 Its worth to stress that the new encoding support can't be
855 and the possibility to add new Table-based encoding support dynamically, by
856 means of just adding new .cct file, may be easily added).
1476 To simplify the process of adding new encodings support allowing to
1611 @node How to add new encoding
1612 @section How to add new encoding
1614 At first, the new encoding should be broken down to CCS and CES. Then,
1615 the process of adding new encoding is split to the following activities.
1618 @item Generate the .cct CCS file and the .c source file for the new
[all …]
/picolibc-latest/newlib/libc/xdr/
DREADME45 To port XDR to a new newlib target, first enable building it
56 a new xdr_float_*.c implementation, and modify the bottom of
/picolibc-latest/newlib/libc/machine/arc64/
Dmemcpy.S98 ;; at least 16bytes before, thus, we can create a new 16byte load which
/picolibc-latest/
DCOPYING.GPL226 in new free programs; and that you know you can do these things.
237 9. The Free Software Foundation may publish revised and/or new versions
238 of the General Public License from time to time. Such new versions will
240 address new problems or concerns.
284 If you develop a new program, and you want it to be of the greatest
DCONTRIBUTING.md51 3. For brand-new files, please use the global .editorconfig settings

12