/picolibc-latest/newlib/libc/tinystdio/ |
D | CMakeLists.txt | 36 asprintf.c 37 atold_engine.c 38 bufio.c 39 clearerr.c 40 dtox_engine.c 41 ecvt.c 42 ecvtf.c 43 ecvtf_r.c 44 ecvtl.c 45 ecvtl_r.c [all …]
|
D | meson.build | 36 'asprintf.c', 37 'atomic_load.c', 38 'atold_engine.c', 39 'bufio.c', 40 'clearerr.c', 41 'dtox_engine.c', 42 'ecvt.c', 43 'ecvtf.c', 44 'ecvtf_r.c', 45 'ecvtl.c', [all …]
|
/picolibc-latest/newlib/libc/stdio/ |
D | meson.build | 41 'clearerr.c', 42 'fclose.c', 43 'fdopen.c', 44 'feof.c', 45 'ferror.c', 46 'fflush.c', 47 'fgetc.c', 48 'fgetpos.c', 49 'fgets.c', 50 'fileno.c', [all …]
|
D | open_memstream.c | 94 char c; member 108 memstream *c = (memstream *) cookie; in memwriter() local 109 char *cbuf = *c->pbuf; in memwriter() 113 if (sizeof (OFF_T) == sizeof (size_t) && (ssize_t) (c->pos + n) < 0) in memwriter() 123 if (c->pos + n >= c->max) in memwriter() 125 size_t newsize = c->max * 3 / 2; in memwriter() 126 if (newsize < c->pos + n + 1) in memwriter() 127 newsize = c->pos + n + 1; in memwriter() 131 *c->pbuf = cbuf; in memwriter() 132 c->max = newsize; in memwriter() [all …]
|
D | fmemopen.c | 92 fmemcookie *c = (fmemcookie *) cookie; in fmemreader() local 94 if (c->pos > c->eof) in fmemreader() 96 if (n >= c->eof - c->pos) in fmemreader() 97 n = c->eof - c->pos; in fmemreader() 98 memcpy (buf, c->buf + c->pos, n); in fmemreader() 99 c->pos += n; in fmemreader() 111 fmemcookie *c = (fmemcookie *) cookie; in fmemwriter() local 116 if (c->append) in fmemwriter() 117 c->pos = c->eof; in fmemwriter() 118 else if (c->pos > c->eof) in fmemwriter() [all …]
|
/picolibc-latest/newlib/libm/common/ |
D | CMakeLists.txt | 35 target_include_directories(c PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}") 38 signgam.c 39 s_finite.c 40 s_copysign.c 41 s_modf.c 42 s_scalbn.c 43 s_cbrt.c 44 s_exp10.c 45 s_expm1.c 46 s_ilogb.c [all …]
|
D | meson.build | 36 'signgam.c' 40 's_finite.c', 41 's_copysign.c', 42 's_modf.c', 43 's_scalbn.c', 44 's_cbrt.c', 45 's_exp10.c', 46 's_expm1.c', 47 's_ilogb.c', 48 's_infinity.c', [all …]
|
/picolibc-latest/newlib/libm/complex/ |
D | CMakeLists.txt | 12 cabs.c 13 cacos.c 14 cacosh.c 15 carg.c 16 casin.c 17 casinh.c 18 catan.c 19 catanh.c 20 ccos.c 21 ccosh.c [all …]
|
D | meson.build | 36 'cabs.c', 37 'cacos.c', 38 'cacosh.c', 39 'carg.c', 40 'casin.c', 41 'casinh.c', 42 'catan.c', 43 'catanh.c', 44 'ccos.c', 45 'ccosh.c', [all …]
|
/picolibc-latest/newlib/libc/string/ |
D | CMakeLists.txt | 36 bcmp.c 37 bcopy.c 38 bzero.c 39 explicit_bzero.c 40 ffsl.c 41 ffsll.c 42 fls.c 43 flsl.c 44 flsll.c 45 gnu_basename.c [all …]
|
D | meson.build | 36 'bcmp.c', 37 'bcopy.c', 38 'bzero.c', 39 'explicit_bzero.c', 40 'ffsl.c', 41 'ffsll.c', 42 'fls.c', 43 'flsl.c', 44 'flsll.c', 45 'gnu_basename.c', [all …]
|
/picolibc-latest/newlib/libm/ld/ |
D | files | 1 e_acoshl.c 2 e_atanhl.c 3 e_coshl.c 4 e_expl.c 5 e_fmodl.c 6 e_hypotl.c 7 e_lgammal_r.c 8 e_log10l.c 9 e_log2l.c 10 e_logl.c [all …]
|
D | CMakeLists.txt | 37 e_acoshl.c 38 e_atanhl.c 39 e_coshl.c 40 e_expl.c 41 e_fmodl.c 42 e_hypotl.c 43 e_lgammal_r.c 44 e_log10l.c 45 e_log2l.c 46 e_logl.c [all …]
|
D | meson.build | 41 'e_acoshl.c', 42 'e_atanhl.c', 43 'e_coshl.c', 44 'e_expl.c', 45 'e_fmodl.c', 46 'e_hypotl.c', 47 'e_lgammal_r.c', 48 'e_log10l.c', 49 'e_log2l.c', 50 'e_logl.c', [all …]
|
/picolibc-latest/newlib/libm/math/ |
D | CMakeLists.txt | 36 k_cos.c 37 k_rem_pio2.c 38 k_sin.c 39 k_tan.c 40 kf_cos.c 41 kf_rem_pio2.c 42 kf_sin.c 43 kf_tan.c 44 s_acos.c 45 s_acosh.c [all …]
|
D | meson.build | 36 'k_cos.c', 37 'k_rem_pio2.c', 38 'k_sin.c', 39 'k_tan.c', 40 'kf_cos.c', 41 'kf_rem_pio2.c', 42 'kf_sin.c', 43 'kf_tan.c', 44 's_acos.c', 45 's_acosh.c', [all …]
|
/picolibc-latest/newlib/libc/stdlib/ |
D | CMakeLists.txt | 36 a64l.c 37 abort.c 38 abs.c 39 aligned_alloc.c 40 arc4random.c 41 arc4random_uniform.c 42 assert.c 43 assert_func.c 44 assert_no_arg.c 45 atof.c [all …]
|
D | mbctype.h | 14 int _issjis1 (int c); 15 int _issjis2 (int c); 16 int _iseucjp (int c); 17 int _isjis (int c); 19 #define _issjis1(c) (((c) >= 0x81 && (c) <= 0x9f) || ((c) >= 0xe0 && (c) <= 0xef)) argument 20 #define _issjis2(c) (((c) >= 0x40 && (c) <= 0x7e) || ((c) >= 0x80 && (c) <= 0xfc)) argument 21 #define _iseucjp1(c) ((c) == 0x8e || (c) == 0x8f || ((c) >= 0xa1 && (c) <= 0xfe)) argument 22 #define _iseucjp2(c) ((c) >= 0xa1 && (c) <= 0xfe) argument 23 #define _isjis(c) ((c) >= 0x21 && (c) <= 0x7e) argument
|
D | meson.build | 36 'nano-calloc.c', 37 'nano-free.c', 38 'nano-getpagesize.c', 39 'nano-mallinfo.c', 40 'nano-malloc.c', 41 'nano-malloc-stats.c', 42 'nano-malloc-usable-size.c', 43 'nano-mallopt.c', 44 'nano-memalign.c', 45 'nano-posix-memalign.c', [all …]
|
D | strtoul.c | 135 register int c; in strtoul_l() local 143 c = *s++; in strtoul_l() 144 } while (isspace_l(c, loc)); in strtoul_l() 145 if (c == '-') { in strtoul_l() 147 c = *s++; in strtoul_l() 148 } else if (c == '+') in strtoul_l() 149 c = *s++; in strtoul_l() 151 c == '0' && (*s == 'x' || *s == 'X')) { in strtoul_l() 152 c = s[1]; in strtoul_l() 157 base = c == '0' ? 8 : 10; in strtoul_l() [all …]
|
/picolibc-latest/newlib/libc/include/ |
D | ctype.h | 69 int isalnum (int c); 70 int isalpha (int c); 71 int iscntrl (int c); 72 int isdigit (int c); 73 int isgraph (int c); 74 int islower (int c); 75 int isprint (int c); 76 int ispunct (int c); 77 int isspace (int c); 78 int isupper (int c); [all …]
|
/picolibc-latest/test/ |
D | test-ctype.c | 45 if (!!iscat(name)(c) != !!name) { \ 47 c, c, #name, boolname(iscat(name)(c)), boolname(name)); \ 54 int c; in main() local 57 for (c = 0; c < 128; c++) { in main() 59 bool blank = c == ' ' || c == '\t'; in main() 60 bool cntrl = c < ' ' || c >= 127; in main() 61 bool digit = '0' <= c && c <= '9'; in main() 62 bool graph = ' ' < c && c < 127; in main() 63 bool lower = 'a' <= c && c <= 'z'; in main() 64 bool print = ' ' <= c && c < 127; in main() [all …]
|
/picolibc-latest/newlib/libc/ctype/ |
D | CMakeLists.txt | 36 categories.c 37 ctype_.c 38 isalnum.c 39 isalnum_l.c 40 isalpha.c 41 isalpha_l.c 42 isascii.c 43 isascii_l.c 44 isblank.c 45 isblank_l.c [all …]
|
D | meson.build | 36 'categories.c', 37 'ctype_.c', 38 'isalnum.c', 39 'isalnum_l.c', 40 'isalpha.c', 41 'isalpha_l.c', 42 'isascii.c', 43 'isascii_l.c', 44 'isblank.c', 45 'isblank_l.c', [all …]
|
/picolibc-latest/newlib/libm/test/ |
D | meson.build | 51 'acosf_vec.c', 52 'acoshf_vec.c', 53 'acosh_vec.c', 54 'acos_vec.c', 55 'asinf_vec.c', 56 'asinhf_vec.c', 57 'asinh_vec.c', 58 'asin_vec.c', 59 'atan2f_vec.c', 60 'atan2_vec.c', [all …]
|