Searched defs:int8_t (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dstdint.h45 #ifndef int8_t
46 typedef __int8_t int8_t; typedef
47 #define int8_t __int8_t macro
H A Dtypes.h57 #ifndef int8_t
58 typedef __int8_t int8_t; typedef
59 #define int8_t __int8_t macro
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/bits/
H A Dstdint.h15 typedef signed char int8_t; typedef
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86_64/include/bits/
H A Dstdint.h13 typedef signed char int8_t; typedef
/vbox/include/iprt/
H A Dstdint.h102 typedef signed char int8_t; typedef
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllCImplStrInstr.cpp.h93 int8_t const cbIncr = pCtx->eflags.Bits.u1DF ? -(OP_SIZE / 8) : (OP_SIZE / 8);
249 int8_t const cbIncr = pCtx->eflags.Bits.u1DF ? -(OP_SIZE / 8) : (OP_SIZE / 8);
399 int8_t const cbIncr = pCtx->eflags.Bits.u1DF ? -(OP_SIZE / 8) : (OP_SIZE / 8);
521 int8_t const cbIncr = pCtx->eflags.Bits.u1DF ? -(OP_SIZE / 8) : (OP_SIZE / 8);
650 int8_t const cbIncr = pCtx->eflags.Bits.u1DF ? -(OP_SIZE / 8) : (OP_SIZE / 8);
805 int8_t const cbIncr = pCtx->eflags.Bits.u1DF ? -(OP_SIZE / 8) : (OP_SIZE / 8);
906 IEM_CIMPL_DEF_1(RT_CONCAT4(iemCImpl_lods_,OP_rAX,_m,ADDR_SIZE), int8_t, iEffSeg) variable
926 int8_t const cbIncr = pCtx->eflags.Bits.u1DF ? -(OP_SIZE / 8) : (OP_SIZE / 8);
1113 int8_t const cbIncr = pCtx->eflags.Bits.u1DF ? -(OP_SIZE / 8) : (OP_SIZE / 8);
1333 int8_t cons
[all...]
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.h133 typedef char int8_t; typedef
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dmyri10ge_mcp.h29 typedef signed char int8_t; typedef
/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/
H A Dpixman.h80 typedef __int8 int8_t; typedef

Completed in 72 milliseconds