Searched refs:type (Results 1 – 10 of 10) sorted by relevance
/include/ |
A D | math-narrow-eval.h | 32 # 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 D | stdio_ext.h | 8 #define __fsetlocking(fp, type) \ argument 12 if (type != FSETLOCKING_QUERY) \ 15 if (type == FSETLOCKING_BYCALLER) \
|
A D | alloc_buffer.h | 272 #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 D | values.h | 29 #define _TYPEBITS(type) (sizeof (type) * CHAR_BIT) argument
|
A D | list.h | 76 #define list_entry(ptr, type, member) \ argument 77 ((type *) ((char *) (ptr) - (unsigned long) (&((type *) 0)->member)))
|
A D | libc-pointer-arith.h | 25 # define __pointer_type(type) (__builtin_classify_type ((type) 0) == 5) argument
|
A D | link.h | 389 #define ELFW(type) _ElfW (ELF, __ELF_NATIVE_CLASS, type) argument
|
A D | libc-symbols.h | 327 #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 D | netdb.h | 278 (uint32_t addr, int type, struct netent *net, \
|
/include/sys/ |
A D | auxv.h | 10 _Bool __getauxval2 (unsigned long int type, unsigned long int *result);
|
Completed in 27 milliseconds