/picolibc-latest/newlib/libc/include/sys/ |
D | tree.h | 68 #define SPLAY_HEAD(name, type) \ argument 70 struct type *sph_root; /* root of the tree */ \ 80 #define SPLAY_ENTRY(type) \ argument 82 struct type *spe_left; /* left element */ \ 83 struct type *spe_right; /* right element */ \ 125 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument 126 void name##_SPLAY(struct name *, struct type *); \ 128 struct type *name##_SPLAY_INSERT(struct name *, struct type *); \ 129 struct type *name##_SPLAY_REMOVE(struct name *, struct type *); \ 132 static __unused __inline struct type * \ [all …]
|
D | queue.h | 173 #define QUEUE_TYPEOF(type) type argument 175 #define QUEUE_TYPEOF(type) struct type argument 181 #define SLIST_HEAD(name, type) \ argument 183 struct type *slh_first; /* first element */ \ 186 #define SLIST_CLASS_HEAD(name, type) \ argument 188 class type *slh_first; /* first element */ \ 194 #define SLIST_ENTRY(type) \ argument 196 struct type *sle_next; /* next element */ \ 199 #define SLIST_CLASS_ENTRY(type) \ argument 201 class type *sle_next; /* next element */ \ [all …]
|
D | cdefs.h | 426 #define __declare_extern_inline(type) extern __inline type __attribute((gnu_inline, always_inline)) argument 538 #define __offsetof(type, field) offsetof(type, field) argument 539 #define __rangeof(type, start, end) \ argument 540 (__offsetof(type, end) - __offsetof(type, start)) 678 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var)) argument 682 #define __DEVOLATILE(type, var) ((type)(__uintptr_t)(volatile void *)(var)) argument 686 #define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var)) argument 715 #define __datatype_type_tag(kind, type) \ argument 716 __attribute__((__type_tag_for_datatype__(kind, type))) 719 #define __datatype_type_tag(kind, type) argument
|
/picolibc-latest/ |
D | meson_options.txt | 35 option('fast-strcmp', type: 'boolean', value: true, 38 option('have-alias-attribute', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', 41 option('have-format-attribute', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', 44 option('have-weak-attribute', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', 47 option('multilib', type: 'boolean', value: true, 50 option('multilib-list', type: 'array', value: [], 53 option('multilib-exclude', type: 'array', value: [], 56 option('build-type-subdir', type: 'string', 57 description: 'Build-type subdir. Also skips installing .specs file') 59 option('picolib', type: 'boolean', value: true, [all …]
|
/picolibc-latest/newlib/libm/ld/common/ |
D | s_lround.c | 37 static const type dtype_min = DTYPE_MIN - (type)0.5; 38 static const type dtype_max = DTYPE_MAX + (type)0.5; 39 #define INRANGE(x) (dtype_max - DTYPE_MAX != (type)0.5 || \ 43 fn(type x) in fn()
|
/picolibc-latest/newlib/libc/posix/ |
D | nftw.c | 54 int type; in do_nftw() local 60 type = FTW_SLN; in do_nftw() 62 else type = FTW_NS; in do_nftw() 64 if (access(path, R_OK) < 0) type = FTW_DNR; in do_nftw() 65 else if (flags & FTW_DEPTH) type = FTW_DP; in do_nftw() 66 else type = FTW_D; in do_nftw() 68 if (flags & FTW_PHYS) type = FTW_SL; in do_nftw() 69 else type = FTW_SLN; in do_nftw() 71 type = FTW_F; in do_nftw() 93 if (!(flags & FTW_DEPTH) && (r=fn(path, &st, type, &lev))) in do_nftw() [all …]
|
/picolibc-latest/newlib/libm/ld/ |
D | math_ld.h | 57 #define STRICT_ASSIGN(type, lval, rval) ((lval) = (rval)) argument 62 #define STRICT_ASSIGN(type, lval, rval) ((lval) = (rval)) argument 64 #define STRICT_ASSIGN(type, lval, rval) do { \ argument 65 volatile type __lval; \ 67 if (sizeof(type) >= sizeof(long double)) \
|
/picolibc-latest/newlib/libc/machine/aarch64/ |
D | asmdefs.h | 25 #define GNU_PROPERTY(type, value) \ argument 32 .word type; \ 37 #define GNU_PROPERTY(type, value) \ argument 44 .word type; \ 64 .type name,%function; \ 74 .type name,%function; \
|
/picolibc-latest/newlib/libc/stdlib/ |
D | ecvtbuf.c | 76 char type, in print_e() argument 115 if (type == 'g') in print_e() 116 type = 'e'; in print_e() 117 else if (type == 'G') in print_e() 118 type = 'E'; in print_e() 134 *buf++ = type; in print_e() 299 char type, in _gcvt() argument 329 print_e (buf, invalue, ndigit - 1, type, dot); in _gcvt()
|
D | __atexit.c | 60 __register_exitproc (int type, in __register_exitproc() argument 93 if (type != __et_atexit) in __register_exitproc() 99 if (type == __et_cxa) in __register_exitproc()
|
/picolibc-latest/newlib/libc/picolib/ |
D | getauxval.c | 39 unsigned long getauxval(unsigned long type) in getauxval() argument 41 (void) type; in getauxval()
|
/picolibc-latest/newlib/libc/include/machine/ |
D | fenv.h | 109 #define __declare_fenv_inline(type) __declare_extern_inline(type) argument
|
/picolibc-latest/newlib/libm/fenv/ |
D | fenv.c | 37 #define __declare_fenv_inline(type) type argument
|
/picolibc-latest/newlib/libm/test/ |
D | dcvt.c | 93 int type; /* fFeEgG used in printing before exp */ member 333 in->buffer[buffer_idx++] = in->type; in _cvte() 449 char type, in _dcvt() argument 467 in.type = type; in _dcvt() 470 switch (type) in _dcvt() 486 in.type = (type == 'g' ? 'e' : 'E'); in _dcvt() 497 in.type = (type == 'g' ? 'f' : 'F'); in _dcvt()
|
/picolibc-latest/newlib/libc/machine/m68k/ |
D | setjmp.S | 22 .type SYM (setjmp), @function 24 .type SYM (longjmp), @function 49 .type SYM (setjmp_68881), @function 51 .type SYM (longjmp_68881), @function
|
/picolibc-latest/newlib/libc/stdio/ |
D | fsetlocking.c | 69 int type) in __fsetlocking() argument 74 switch (type) in __fsetlocking()
|
/picolibc-latest/newlib/libc/ctype/ |
D | jp2uc.c | 52 __jp2uc (wint_t c, int type) in __jp2uc() argument 62 switch (type) in __jp2uc() 157 __uc2jp (wint_t c, int type) in __uc2jp() argument 160 (void) type; in __uc2jp()
|
/picolibc-latest/newlib/libc/machine/m68k/machine/ |
D | fenv.h | 68 #define __declare_fenv_inline(type) __declare_extern_inline(type) argument
|
/picolibc-latest/newlib/libc/machine/pru/ |
D | setjmp.s | 29 .type setjmp,@function 31 .type longjmp,@function
|
/picolibc-latest/newlib/libc/machine/riscv/machine/ |
D | fenv.h | 81 #define __declare_fenv_inline(type) __declare_extern_inline(type) argument
|
/picolibc-latest/newlib/libc/machine/arm/machine/ |
D | fenv.h | 74 #define __declare_fenv_inline(type) __declare_extern_inline(type) argument
|
/picolibc-latest/newlib/libc/machine/sh/machine/ |
D | fenv.h | 79 #define __declare_fenv_inline(type) __declare_extern_inline(type) argument
|
/picolibc-latest/newlib/libc/machine/xtensa/machine/ |
D | fenv.h | 75 #define __declare_fenv_inline(type) __declare_extern_inline(type) argument
|
/picolibc-latest/newlib/libc/machine/sparc/machine/ |
D | fenv.h | 87 #define __declare_fenv_inline(type) __declare_extern_inline(type) argument
|
/picolibc-latest/newlib/libc/machine/x86/machine/ |
D | fenv.h | 161 #define __declare_fenv_inline(type) __declare_extern_inline(type) argument
|