Home
last modified time | relevance | path

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

/include/
A Dmath-narrow-eval.h32 # define excess_precision(type) __builtin_types_compatible_p (type, float) argument
34 # define excess_precision(type) (__builtin_types_compatible_p (type, float) \ argument
35 || __builtin_types_compatible_p (type, \
A Dstdio_ext.h8 #define __fsetlocking(fp, type) \ argument
12 if (type != FSETLOCKING_QUERY) \
15 if (type == FSETLOCKING_BYCALLER) \
A Dalloc_buffer.h272 #define alloc_buffer_alloc(buf, type) \ argument
273 ((type *) __alloc_buffer_alloc \
274 (buf, __alloc_buffer_assert_size (sizeof (type)), \
275 __alloc_buffer_assert_align (__alignof__ (type))))
327 #define alloc_buffer_next(buf, type) \ argument
328 ((type *) __alloc_buffer_next \
329 (buf, __alloc_buffer_assert_align (__alignof__ (type))))
342 #define alloc_buffer_alloc_array(buf, type, count) \ argument
343 ((type *) __libc_alloc_buffer_alloc_array \
344 (buf, __alloc_buffer_assert_size (sizeof (type)), \
[all …]
A Dvalues.h29 #define _TYPEBITS(type) (sizeof (type) * CHAR_BIT) argument
A Dlist.h76 #define list_entry(ptr, type, member) \ argument
77 ((type *) ((char *) (ptr) - (unsigned long) (&((type *) 0)->member)))
A Dlibc-pointer-arith.h25 # define __pointer_type(type) (__builtin_classify_type ((type) 0) == 5) argument
A Dlink.h389 #define ELFW(type) _ElfW (ELF, __ELF_NATIVE_CLASS, type) argument
A Dlibc-symbols.h327 #define declare_symbol_alias(symbol, original, type, size) \ argument
328 declare_symbol_alias_1 (symbol, original, type, size)
330 # define declare_symbol_alias_1(symbol, original, type, size) \ argument
332 .type C_SYMBOL_NAME (symbol), %##type; \
335 # define declare_symbol_alias_1(symbol, original, type, size) \ argument
339 "%" #type \
A Dnetdb.h278 (uint32_t addr, int type, struct netent *net, \
/include/sys/
A Dauxv.h10 _Bool __getauxval2 (unsigned long int type, unsigned long int *result);

Completed in 27 milliseconds