Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 194) sorted by relevance

12345678

/picolibc-latest/newlib/libc/include/sys/
Dtree.h68 #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 …]
Dqueue.h173 #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 …]
Dcdefs.h426 #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/
Dmeson_options.txt35 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/
Ds_lround.c37 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/
Dnftw.c54 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/
Dmath_ld.h57 #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/
Dasmdefs.h25 #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/
Decvtbuf.c76 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.c60 __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/
Dgetauxval.c39 unsigned long getauxval(unsigned long type) in getauxval() argument
41 (void) type; in getauxval()
/picolibc-latest/newlib/libc/include/machine/
Dfenv.h109 #define __declare_fenv_inline(type) __declare_extern_inline(type) argument
/picolibc-latest/newlib/libm/fenv/
Dfenv.c37 #define __declare_fenv_inline(type) type argument
/picolibc-latest/newlib/libm/test/
Ddcvt.c93 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/
Dsetjmp.S22 .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/
Dfsetlocking.c69 int type) in __fsetlocking() argument
74 switch (type) in __fsetlocking()
/picolibc-latest/newlib/libc/ctype/
Djp2uc.c52 __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/
Dfenv.h68 #define __declare_fenv_inline(type) __declare_extern_inline(type) argument
/picolibc-latest/newlib/libc/machine/pru/
Dsetjmp.s29 .type setjmp,@function
31 .type longjmp,@function
/picolibc-latest/newlib/libc/machine/riscv/machine/
Dfenv.h81 #define __declare_fenv_inline(type) __declare_extern_inline(type) argument
/picolibc-latest/newlib/libc/machine/arm/machine/
Dfenv.h74 #define __declare_fenv_inline(type) __declare_extern_inline(type) argument
/picolibc-latest/newlib/libc/machine/sh/machine/
Dfenv.h79 #define __declare_fenv_inline(type) __declare_extern_inline(type) argument
/picolibc-latest/newlib/libc/machine/xtensa/machine/
Dfenv.h75 #define __declare_fenv_inline(type) __declare_extern_inline(type) argument
/picolibc-latest/newlib/libc/machine/sparc/machine/
Dfenv.h87 #define __declare_fenv_inline(type) __declare_extern_inline(type) argument
/picolibc-latest/newlib/libc/machine/x86/machine/
Dfenv.h161 #define __declare_fenv_inline(type) __declare_extern_inline(type) argument

12345678