Home
last modified time | relevance | path

Searched refs:adjust (Results 1 – 22 of 22) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/machine/spu/
Dmemmove.c47 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()
Dmemcpy.c50 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()
Dstrcpy.h44 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/
Dfmemopen.c112 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/
Dstrftime.c959 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/
DTC-thumbv6m.cmake13 # adjust the default behavior of the FIND_XXX() commands:
DTC-thumbv7m.cmake13 # adjust the default behavior of the FIND_XXX() commands:
DTC-clang-thumbv6m.cmake13 # adjust the default behavior of the FIND_XXX() commands:
DTC-clang-thumbv7m.cmake13 # adjust the default behavior of the FIND_XXX() commands:
/picolibc-3.7.0-3.6.0/newlib/libc/machine/i960/
Dstrncat.S102 subo 5, g5, g5 # adjust dest ptr
107 addo 1, g5, g5 # adjust dest ptr
Dstrncmp_ca.S128 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
Dstrncmp.S104 .Lcloop.a: subo 4,g0,g0 # adjust max_byte counter
Dstrncpy.S145 subo 8,g2,g6 # adjust max_byte counter
Dstrncat_ca.S208 subo g14,0,g14 # adjust shift count for big endian
271 subo g14,0,g14 # adjust shift count for big endian
Dmemcmp_ca.S126 subo g14,0,g14 # adjust shift count for big endian.
Dmemcpy_ca.S210 subo g14,0,g14 # adjust shift count for big endian
332 subo g14,0,g14 # adjust shift count for big endian
Dmemccpy_ca.S225 subo g14,0,g14 # adjust shift count for big endian
Dstrncpy_ca.S268 subo g1,4,g14 # adjust shift count for big endian.
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dnano-mallocr.c272 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/
Dprintf.md119 applications needn't adjust format strings in most cases, but the
/picolibc-3.7.0-3.6.0/
Dmeson.build1512 # libc will adjust this if supported
1515 # semihost will adjust these if supported
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-20156046 * 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