Searched refs:pad (Results 1 – 10 of 10) sorted by relevance
/picolibc-latest/newlib/libm/common/ |
D | frexpl.c | 71 __uint32_t pad:16; member 77 __uint32_t pad:16; member 80 __uint32_t pad:16; member
|
D | math_config.h | 1191 struct {double invc, pad, logc, logctail;} tab[1 << POW_LOG_TABLE_BITS]; member
|
/picolibc-latest/newlib/libc/machine/i960/ |
D | strncpy.S | 144 subo 1, g7, g3 # mask to null pad after null byte 146 st g4, (g5) # store last part of src and first of null-pad
|
D | strncpy_ca.S | 179 subo 1,g5,g5 # null pad. 180 andnot g5,g1,g1 # last bytes to copy, and null pad rest of word 182 subo 1,LSW,g5 # mask to get last bytes to copy, and null pad 183 and g5,g1,g1 # last bytes to copy, and null pad rest of word 214 bne.t 1f # drop thru if null byte reached (to pad)
|
/picolibc-latest/newlib/libc/time/ |
D | strftime.c | 695 CHAR pad; in __strftime() local 712 pad = '\0'; in __strftime() 718 pad = *format++; in __strftime() 872 if (pad) /* '0' or '+' */ in __strftime() 875 if (century >= 100 && pad == CQ('+')) in __strftime() 930 if (pad) /* '0' or '+' */ in __strftime() 931 *fmt++ = pad; in __strftime() 934 if (!pad) in __strftime() 1002 else if (pad == CQ('+') && p_year >= 10000) in __strftime() 1010 if (pad) in __strftime() [all …]
|
/picolibc-latest/semihost/machine/mips/ |
D | mips_iob.c | 46 #define reg_pad(n) uint8_t __cat(pad, n)[REG_SPACING-1];
|
/picolibc-latest/newlib/libc/machine/powerpc/ |
D | setjmp.S | 131 # one word pad to get floating point aligned on 8 byte boundary 324 # one word pad to get floating point aligned on 8 byte boundary
|
/picolibc-latest/ |
D | picolibc.ld.in | 194 * alignment, but for ld.lld we have to explicitly pad
|
/picolibc-latest/newlib/libc/stdlib/ |
D | mallocr.c | 2858 int malloc_trim(size_t pad) in malloc_trim() argument 2870 extra = ((top_size - pad - MINSIZE + (pagesz-1)) / pagesz - 1) * pagesz; in malloc_trim()
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 10541 * libc/stdio/vfprintf.c (_VFPRINTF_R): Don't zero pad on infinity 20601 * libc/stdio/vfprintf.c: pad 0.0 correctly with %e
|