Searched defs:L (Results 1 – 11 of 11) sorted by relevance
/picolibc-latest/newlib/libc/machine/aarch64/ |
D | rawmemchr.S | 39 #define L(l) .L ## l macro
|
D | asmdefs.h | 81 #define L(l) .L ## l macro
|
/picolibc-latest/newlib/libc/machine/mips/ |
D | strcmp.S | 64 # define L(label) $L ## label macro 66 # define L(label) .L ## label macro
|
D | memset.S | 69 # define L(label) $L ## label macro 71 # define L(label) .L ## label macro
|
D | memcpy.S | 76 # define L(label) $L ## label macro 78 # define L(label) .L ## label macro
|
/picolibc-latest/newlib/libc/stdlib/ |
D | strtorx.c | 59 ULtox(__UShort *L, __ULong *bits, Long exp, int k) in ULtox() 97 _strtorx_l(s, sp, rounding, L, loc) const char *s; char **sp; int rounding; void *L; locale_t loc; in _strtorx_l() argument
|
D | strtod.c | 205 ULtod (__ULong *L, in ULtod() 253 Long L; local 1211 __int64_t L = (__int64_t)aadj; local
|
D | strtodg.c | 154 __ULong L, *x, *xe; in trailz() local 420 __ULong L; in mantbits() local 449 Long L; in _strtodg_l() local
|
D | gdtoa-gethex.c | 156 __ULong L, lostbits, *x; in gethex() local
|
D | dtoa.c | 225 __Long L; in __dtoa() local
|
D | mprec.c | 686 register __Long L; in ulp() local
|