Home
last modified time | relevance | path

Searched refs:moved (Results 1 – 8 of 8) sorted by relevance

/picolibc-latest/newlib/libc/search/
Dhash_page.c180 __uint16_t n, copyto, diff, off, moved; in __split_page() local
198 moved = 0; in __split_page()
203 (int)copyto, (int)moved); in __split_page()
229 moved += 2; in __split_page()
236 ino[0] -= moved; in __split_page()
272 int moved) /* Number of pairs moved to new page. */ in ugly_split() argument
318 ino[0] -= (moved + 2); in ugly_split()
330 moved = 0; in ugly_split()
/picolibc-latest/newlib/libc/machine/i960/
Dstrncpy_ca.S136 subi 4,g2,g2 # decrease max_byte count by the 4 bytes moved
191 subo 4,g2,g2 # decrease max_byte count by the 4 bytes moved
241 subi 4,g2,g2 # decrease max_byte count by the 4 bytes moved
257 subi 4,g2,g2 # decrease max_byte count by the 4 bytes moved
Dmemccpy_ca.S154 subi 4,g3,g3 # decrease max_byte count by the 4 bytes moved
169 subi 4,g3,g3 # decrease max_byte count by the 4 bytes moved
182 subi 4,g3,g3 # decrease max_byte count by the 4 bytes moved
Dmemcpy_ca.S168 subi 4,g2,g2 # decrease max_byte count by the 4 bytes moved
174 subi 4,g2,g2 # decrease max_byte count by the 4 bytes moved
280 subi 4,g2,g2 # decrease max.byte count by the 4 bytes moved
294 subi 4,g2,g2 # decrease max.byte count by the 4 bytes moved
299 subi 4,g2,g2 # decrease max.byte count by the 4 bytes moved
Dstrncat_ca.S158 subi 4,g2,g2 # decrease max_byte count by the 4 bytes moved
268 subi 4,g2,g2 # decrease max_byte count by the 4 bytes moved
289 subi 4,g2,g2 # decrease max_byte count by the 4 bytes moved
/picolibc-latest/newlib/
DNEWS78 - timeval macros moved to <sys/time.h>
DChangeLog-20151554 _mktm_r() with call to gmtime_r() and code moved from _mktm_r() which
2852 code moved to ...
5541 Remove priority handling (moved to sys/priority.h).
7738 * libc/posix/Makefile.am: Add new files moved from
7741 * libc/posix/COPYRIGHT: New file moved from libc/sys/linux/stdlib.
12010 sf_isinf files which have been moved from math/mathfp directories.
12021 which have been moved into common directory.
13826 library build support for files moved from libc/sys/arm.
17156 (_sig_func_ptr): Typedef moved to sys/signal.h.
17192 * libc/string/strdup.c: New file moved from stdlib.
[all …]
/picolibc-latest/
Dmeson.build546 …# Since toolchain may be moved and to another directory, let's get actual path using "gcc -print-s…