Searched defs:type (Results 1 – 8 of 8) 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
|
A D | stdio_ext.h | 8 #define __fsetlocking(fp, type) \ argument
|
A D | alloc_buffer.h | 272 #define alloc_buffer_alloc(buf, type) \ argument 327 #define alloc_buffer_next(buf, type) \ argument 342 #define alloc_buffer_alloc_array(buf, type, count) \ argument
|
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
|
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 330 # define declare_symbol_alias_1(symbol, original, type, size) \ argument 335 # define declare_symbol_alias_1(symbol, original, type, size) \ argument
|
Completed in 22 milliseconds