/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/ |
D | memmove.c | 47 int adjust, delta; in memmove() local 100 adjust = (int)spu_extract(spu_cmpgt(spu_promote(doffset1, 0), spu_promote(soffset1, 0)), 0); in memmove() 102 delta += adjust & 16; in memmove() 107 vSrc += adjust; in memmove() 168 adjust = (int)spu_extract(spu_cmpgt(spu_promote(soffset2, 0), spu_promote(doffset2, 0)), 0); in memmove() 170 delta += adjust & 16; in memmove() 175 vSrc -= adjust; in memmove()
|
D | memcpy.c | 50 int adjust, delta; in memcpy() local 71 adjust = (int)spu_extract(spu_cmpgt(spu_promote(doffset1, 0), spu_promote(soffset1, 0)), 0); in memcpy() 73 delta += adjust & 16; in memcpy() 78 vSrc += adjust; in memcpy()
|
D | strcpy.h | 44 int adjust, offset, soffset, doffset, shift; in _strncpy() local 77 adjust = spu_extract(vtmp, 0); in _strncpy() 79 offset += adjust & 16; in _strncpy() 83 vsrc += adjust; in _strncpy()
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | fmemopen.c | 112 int adjust = 0; /* true if at EOF, but still need to write NUL. */ in fmemwriter() local 123 adjust = c->writeonly; in fmemwriter() 134 if (c->eof - adjust < c->max) in fmemwriter() 135 c->saved = c->buf[c->eof - adjust] = '\0'; in fmemwriter() 141 c->saved = c->buf[c->pos + n - adjust]; in fmemwriter() 142 c->buf[c->pos + n - adjust] = '\0'; in fmemwriter() 145 adjust = 0; in fmemwriter() 148 if (n - adjust) in fmemwriter() 149 memcpy (c->buf + c->pos - n, buf, n - adjust); in fmemwriter()
|
/picolibc-3.7.0-3.6.0/newlib/libc/time/ |
D | strftime.c | 959 int adjust = iso_year_adjust (tim_p); in __strftime() local 962 if (adjust < 0 && tim_p->tm_year <= -YEAR_BASE) in __strftime() 963 adjust = 1; in __strftime() 964 else if (adjust > 0 && tim_p->tm_year < -YEAR_BASE) in __strftime() 965 adjust = -1; in __strftime() 967 ((year + adjust) % 100 + 100) % 100); in __strftime() 977 int adjust = iso_year_adjust (tim_p); in __strftime() local 983 if (adjust < 0 && tim_p->tm_year <= -YEAR_BASE) in __strftime() 984 sign = adjust = 1; in __strftime() 985 else if (adjust > 0 && sign) in __strftime() [all …]
|
/picolibc-3.7.0-3.6.0/cmake/ |
D | TC-thumbv6m.cmake | 13 # adjust the default behavior of the FIND_XXX() commands:
|
D | TC-thumbv7m.cmake | 13 # adjust the default behavior of the FIND_XXX() commands:
|
D | TC-clang-thumbv6m.cmake | 13 # adjust the default behavior of the FIND_XXX() commands:
|
D | TC-clang-thumbv7m.cmake | 13 # adjust the default behavior of the FIND_XXX() commands:
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/i960/ |
D | strncat.S | 102 subo 5, g5, g5 # adjust dest ptr 107 addo 1, g5, g5 # adjust dest ptr
|
D | strncmp_ca.S | 128 subo g14,0,g14 # adjust shift count for big endian 159 subo g14,0,g14 # adjust shift count for big endian 238 subo MSW,0,MSW # adjust shift count for big endian
|
D | strncmp.S | 104 .Lcloop.a: subo 4,g0,g0 # adjust max_byte counter
|
D | strncpy.S | 145 subo 8,g2,g6 # adjust max_byte counter
|
D | strncat_ca.S | 208 subo g14,0,g14 # adjust shift count for big endian 271 subo g14,0,g14 # adjust shift count for big endian
|
D | memcmp_ca.S | 126 subo g14,0,g14 # adjust shift count for big endian.
|
D | memcpy_ca.S | 210 subo g14,0,g14 # adjust shift count for big endian 332 subo g14,0,g14 # adjust shift count for big endian
|
D | memccpy_ca.S | 225 subo g14,0,g14 # adjust shift count for big endian
|
D | strncpy_ca.S | 268 subo g1,4,g14 # adjust shift count for big endian.
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/ |
D | nano-mallocr.c | 272 intptr_t adjust = align_p - p; in __malloc_sbrk_aligned() local 273 char *extra = sbrk(adjust); in __malloc_sbrk_aligned() 276 __malloc_sbrk_top = extra + adjust; in __malloc_sbrk_aligned()
|
/picolibc-3.7.0-3.6.0/doc/ |
D | printf.md | 119 applications needn't adjust format strings in most cases, but the
|
/picolibc-3.7.0-3.6.0/ |
D | meson.build | 1512 # libc will adjust this if supported 1515 # semihost will adjust these if supported
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 6046 * libm/common/sf_isinf.c: Add #include <ieeefp.h>, adjust comment to 23861 * libc/stdio/fseek.c: add fflush call to adjust seek offset 23862 on append stream (fix from NetBSD sources), adjust curoff offset 23864 * libc/stdio/ftell.c: adjust curoff offset for ungetc's benefit. 26619 method used to adjust doc for missing "signals" chapter when
|