/DragonStub/inc/dragonstub/linux/ |
H A D | unaligned.h | 3 #define __get_unaligned_t(type, ptr) \ argument 11 #define __put_unaligned_t(type, val, ptr) \ argument
|
H A D | compiler.h | 29 #define is_signed_type(type) (((type)(-1)) < (__force type)1) argument 30 #define is_unsigned_type(type) (!is_signed_type(type)) argument
|
/DragonStub/inc/dragonstub/ |
H A D | compiler_attributes.h | 320 #define __pass_dynamic_object_size(type) \ argument 323 #define __pass_dynamic_object_size(type) argument 326 #define __pass_object_size(type) __attribute__((__pass_object_size__(type))) argument 328 #define __pass_object_size(type) argument
|
H A D | minmax.h | 138 #define min_t(type, x, y) __careful_cmp((type)(x), (type)(y), <) argument 146 #define max_t(type, x, y) __careful_cmp((type)(x), (type)(y), >) argument 155 #define __unconst_integer_type_cases(type) \ argument 223 #define clamp_t(type, val, lo, hi) \ argument
|
H A D | linux-efi.h | 256 u8 type; global() member
|
H A D | linux-efi.h | 263 u8 type; global() member
|
H A D | compiler_types.h | 211 #define __scalar_type_to_expr_cases(type) \ argument
|
H A D | linux-efi.h | 310 u8 type; member
|
/DragonStub/inc/ia32/ |
H A D | efibind.h | 234 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 266 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
|
/DragonStub/inc/riscv64/ |
H A D | efibind.h | 117 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
|
/DragonStub/inc/loongarch64/ |
H A D | efibind.h | 144 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
|
/DragonStub/inc/aarch64/ |
H A D | efibind.h | 147 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
|
/DragonStub/inc/arm/ |
H A D | efibind.h | 155 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
|
/DragonStub/inc/mips64el/ |
H A D | efibind.h | 144 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
|
/DragonStub/inc/x86_64/ |
H A D | efibind.h | 247 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 279 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
|
/DragonStub/inc/ia64/ |
H A D | efibind.h | 215 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
|
/DragonStub/apps/lib/ |
H A D | vsprintf.c | 13 unsigned int type : 8; /* format_type enum */ member
|
/DragonStub/inc/ |
H A D | elf.h | 573 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) argument 578 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type)) argument 669 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) argument 673 #define ELF64_R_INFO(sym,type) ((((Elf64_Xword) (sym)) << 32) + (type)) argument
|