/DragonStub/inc/dragonstub/linux/ |
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
|
H A D | unaligned.h | 3 #define __get_unaligned_t(type, ptr) \ argument 6 type x; \ 11 #define __put_unaligned_t(type, val, ptr) \ argument 14 type x; \
|
/DragonStub/inc/dragonstub/ |
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 156 unsigned type : (unsigned type)0, signed type : (signed type)0 223 #define clamp_t(type, val, lo, hi) \ argument 224 __careful_clamp((type)(val), (type)(lo), (type)(hi))
|
H A D | compiler_attributes.h | 320 #define __pass_dynamic_object_size(type) \ argument 321 __attribute__((__pass_dynamic_object_size__(type))) 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 | compiler_types.h | 211 #define __scalar_type_to_expr_cases(type) \ argument 212 unsigned type : (unsigned type)0, signed type : (signed type)0
|
/DragonStub/lib/ia32/ |
H A D | setjmp.S | 18 .type setjmp, @function 20 .def setjmp; .scl 2; .type 32; .endef 35 .type longjmp, @function 37 .def longjmp; .scl 2; .type 32; .endef
|
/DragonStub/lib/x86_64/ |
H A D | setjmp.S | 4 .type setjmp, @function 6 .def setjmp; .scl 2; .type 32; .endef 24 .type longjmp, @function 26 .def longjmp; .scl 2; .type 32; .endef
|
/DragonStub/apps/lib/ |
H A D | vsprintf.c | 13 unsigned int type : 8; /* format_type enum */ member 406 spec.type = FORMAT_TYPE_PTR; in special_hex_number() 920 if (spec->type == FORMAT_TYPE_WIDTH) { in format_decode() 925 spec->type = FORMAT_TYPE_NONE; in format_decode() 930 if (spec->type == FORMAT_TYPE_PRECISION) { in format_decode() 934 spec->type = FORMAT_TYPE_NONE; in format_decode() 939 spec->type = FORMAT_TYPE_NONE; in format_decode() 989 spec->type = FORMAT_TYPE_WIDTH; in format_decode() 1004 spec->type = FORMAT_TYPE_PRECISION; in format_decode() 1030 spec->type = FORMAT_TYPE_CHAR; in format_decode() [all …]
|
/DragonStub/lib/arm/ |
H A D | setjmp.S | 15 .type setjmp, %function 23 .type longjmp, %function
|
H A D | edk2asm.h | 5 .type x, %function
|
/DragonStub/inc/ia32/ |
H A D | efibind.h | 234 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 235 (_if)->LoadInternal(type, name, NULL) 266 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 267 (_if)->LoadInternal(type, name, entry)
|
/DragonStub/lib/aarch64/ |
H A D | setjmp.S | 37 .type setjmp, @function 52 .type longjmp, @function
|
/DragonStub/lib/riscv64/ |
H A D | setjmp.S | 43 .type setjmp, @function 60 .type longjmp, @function
|
/DragonStub/lib/loongarch64/ |
H A D | setjmp.S | 27 .type setjmp, @function 49 .type longjmp, @function
|
/DragonStub/inc/loongarch64/ |
H A D | efibind.h | 144 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 145 (_if)->LoadInternal(type, name, entry)
|
/DragonStub/inc/riscv64/ |
H A D | efibind.h | 117 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 118 (_if)->LoadInternal(type, name, entry)
|
/DragonStub/inc/aarch64/ |
H A D | efibind.h | 147 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 148 (_if)->LoadInternal(type, name, entry)
|
/DragonStub/inc/arm/ |
H A D | efibind.h | 155 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 156 (_if)->LoadInternal(type, name, entry)
|
/DragonStub/inc/mips64el/ |
H A D | efibind.h | 144 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 145 (_if)->LoadInternal(type, name, entry)
|
/DragonStub/lib/mips64el/ |
H A D | setjmp.S | 22 .type setjmp, @function 58 .type longjmp, @function
|
/DragonStub/lib/ia64/ |
H A D | palproc.h | 22 .##type name, @function; \
|
/DragonStub/gnuefi/ |
H A D | crt0-efi-x86_64.S | 41 .type _start,%function
|
H A D | crt0-efi-aarch64.S | 23 .type _start,%function
|
H A D | crt0-efi-ia32.S | 40 .type _start,%function
|
/DragonStub/inc/ia64/ |
H A D | efibind.h | 215 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument 216 (_if)->LoadInternal(type, name, entry)
|