Home
last modified time | relevance | path

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

12

/DragonStub/inc/dragonstub/linux/
H A Dcompiler.h29 #define is_signed_type(type) (((type)(-1)) < (__force type)1) argument
30 #define is_unsigned_type(type) (!is_signed_type(type)) argument
H A Dunaligned.h3 #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 Dminmax.h138 #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 Dcompiler_attributes.h320 #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 Dcompiler_types.h211 #define __scalar_type_to_expr_cases(type) \ argument
212 unsigned type : (unsigned type)0, signed type : (signed type)0
/DragonStub/lib/ia32/
H A Dsetjmp.S18 .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 Dsetjmp.S4 .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 Dvsprintf.c13 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 Dsetjmp.S15 .type setjmp, %function
23 .type longjmp, %function
H A Dedk2asm.h5 .type x, %function
/DragonStub/inc/ia32/
H A Defibind.h234 #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 Dsetjmp.S37 .type setjmp, @function
52 .type longjmp, @function
/DragonStub/lib/riscv64/
H A Dsetjmp.S43 .type setjmp, @function
60 .type longjmp, @function
/DragonStub/lib/loongarch64/
H A Dsetjmp.S27 .type setjmp, @function
49 .type longjmp, @function
/DragonStub/inc/loongarch64/
H A Defibind.h144 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
145 (_if)->LoadInternal(type, name, entry)
/DragonStub/inc/riscv64/
H A Defibind.h117 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
118 (_if)->LoadInternal(type, name, entry)
/DragonStub/inc/aarch64/
H A Defibind.h147 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
148 (_if)->LoadInternal(type, name, entry)
/DragonStub/inc/arm/
H A Defibind.h155 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
156 (_if)->LoadInternal(type, name, entry)
/DragonStub/inc/mips64el/
H A Defibind.h144 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
145 (_if)->LoadInternal(type, name, entry)
/DragonStub/lib/mips64el/
H A Dsetjmp.S22 .type setjmp, @function
58 .type longjmp, @function
/DragonStub/lib/ia64/
H A Dpalproc.h22 .##type name, @function; \
/DragonStub/gnuefi/
H A Dcrt0-efi-x86_64.S41 .type _start,%function
H A Dcrt0-efi-aarch64.S23 .type _start,%function
H A Dcrt0-efi-ia32.S40 .type _start,%function
/DragonStub/inc/ia64/
H A Defibind.h215 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \ argument
216 (_if)->LoadInternal(type, name, entry)

12