Home
last modified time | relevance | path

Searched refs:int8_t (Results 1 – 9 of 9) sorted by relevance

/DragonStub/inc/ia32/
H A Defibind.h43 typedef char int8_t; typedef
52 typedef signed char int8_t; typedef
64 typedef char int8_t; typedef
76 typedef char int8_t; typedef
107 typedef int8_t INT8;
/DragonStub/inc/ia64/
H A Defibind.h41 typedef __int8 int8_t; typedef
52 typedef char int8_t; typedef
63 typedef char int8_t; typedef
91 typedef int8_t INT8;
/DragonStub/inc/loongarch64/
H A Defibind.h33 typedef signed char int8_t; typedef
58 typedef int8_t INT8;
/DragonStub/inc/aarch64/
H A Defibind.h29 typedef signed char int8_t; // unqualified 'char' is unsigned on ARM typedef
57 typedef int8_t INT8;
/DragonStub/inc/arm/
H A Defibind.h29 typedef signed char int8_t; // unqualified 'char' is unsigned on ARM typedef
65 typedef int8_t INT8;
/DragonStub/inc/mips64el/
H A Defibind.h31 typedef signed char int8_t; // unqualified 'char' is unsigned on ARM typedef
59 typedef int8_t INT8;
/DragonStub/inc/x86_64/
H A Defibind.h54 typedef char int8_t; typedef
63 typedef signed char int8_t; typedef
75 typedef char int8_t; typedef
87 typedef char int8_t; typedef
117 typedef int8_t INT8;
/DragonStub/inc/riscv64/
H A Defibind.h34 typedef int8_t INT8;
/DragonStub/
H A DChangeLog909 definitions for uint64_t, int64_t and int8_t. The 64-bit types are now defined
917 necessary. Also, int8_t is now defined as signed char instead of just char