Home
last modified time | relevance | path

Searched refs:pad (Results 1 – 10 of 10) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/common/
Dfrexpl.c71 __uint32_t pad:16; member
77 __uint32_t pad:16; member
80 __uint32_t pad:16; member
Dmath_config.h1191 struct {double invc, pad, logc, logctail;} tab[1 << POW_LOG_TABLE_BITS]; member
/picolibc-3.7.0-3.6.0/newlib/libc/machine/i960/
Dstrncpy.S142 subo 1, g7, g3 # mask to null pad after null byte
144 st g4, (g5) # store last part of src and first of null-pad
Dstrncpy_ca.S177 subo 1,g5,g5 # null pad.
178 andnot g5,g1,g1 # last bytes to copy, and null pad rest of word
180 subo 1,LSW,g5 # mask to get last bytes to copy, and null pad
181 and g5,g1,g1 # last bytes to copy, and null pad rest of word
212 bne.t 1f # drop thru if null byte reached (to pad)
/picolibc-3.7.0-3.6.0/newlib/libc/time/
Dstrftime.c696 CHAR pad; in __strftime() local
713 pad = '\0'; in __strftime()
719 pad = *format++; in __strftime()
873 if (pad) /* '0' or '+' */ in __strftime()
876 if (century >= 100 && pad == CQ('+')) in __strftime()
931 if (pad) /* '0' or '+' */ in __strftime()
932 *fmt++ = pad; in __strftime()
935 if (!pad) in __strftime()
1003 else if (pad == CQ('+') && p_year >= 10000) in __strftime()
1011 if (pad) in __strftime()
[all …]
/picolibc-3.7.0-3.6.0/semihost/machine/mips/
Dmips_iob.c49 #define reg_pad(n) uint8_t __cat(pad, n)[REG_SPACING-1];
/picolibc-3.7.0-3.6.0/newlib/libc/machine/powerpc/
Dsetjmp.S129 # one word pad to get floating point aligned on 8 byte boundary
322 # one word pad to get floating point aligned on 8 byte boundary
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dmallocr.c3301 int malloc_trim(size_t pad) in malloc_trim() argument
3303 int malloc_trim(pad) RDECL size_t pad; in malloc_trim()
3316 extra = ((top_size - pad - MINSIZE + (pagesz-1)) / pagesz - 1) * pagesz;
/picolibc-3.7.0-3.6.0/
Dpicolibc.ld.in194 * alignment, but for ld.lld we have to explicitly pad
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-201510541 * libc/stdio/vfprintf.c (_VFPRINTF_R): Don't zero pad on infinity
20601 * libc/stdio/vfprintf.c: pad 0.0 correctly with %e