/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | types.h | 57 #define s64 x86emus64 macro 73 typedef int64_t s64; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | types.h | 57 #define s64 x86emus64 macro 73 typedef int64_t s64; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | types.h | 58 #define s64 x86emus64 macro 74 typedef int64_t s64; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | types.h | 58 #define s64 x86emus64 macro 74 typedef int64_t s64; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | types.h | 58 #define s64 x86emus64 macro 74 typedef int64_t s64; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | types.h | 58 #define s64 x86emus64 macro 74 typedef int64_t s64; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | types.h | 57 #define s64 x86emus64 macro 73 typedef int64_t s64; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | types.h | 57 #define s64 x86emus64 macro 73 typedef int64_t s64; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | types.h | 57 #define s64 x86emus64 macro 73 typedef int64_t s64; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | types.h | 58 #define s64 x86emus64 macro 96 typedef long long s64; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | types.h | 58 #define s64 x86emus64 macro 96 typedef long long s64; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | types.h | 58 #define s64 x86emus64 macro 96 typedef long long s64; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | types.h | 58 #define s64 x86emus64 macro 95 typedef long long s64; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | types.h | 58 #define s64 x86emus64 macro 95 typedef long long s64; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | types.h | 58 #define s64 x86emus64 macro 95 typedef long long s64; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | types.h | 58 #define s64 x86emus64 macro 96 typedef long long s64; typedef
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | types.h | 58 #define s64 x86emus64 macro 96 typedef long long s64; typedef
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | stdint.h | 24 typedef int64_t s64; typedef
|
/vbox/src/recompiler/target-i386/ |
H A D | helper.h | 118 DEF_HELPER_1(fildll_ST0, void, s64) 124 DEF_HELPER_0(fistll_ST0, s64) 127 DEF_HELPER_0(fisttll_ST0, s64) 133 DEF_HELPER_0(fistll_ST0, s64) 136 DEF_HELPER_0(fisttll_ST0, s64)
|
H A D | ops_sse_header.h | 184 DEF_HELPER_1(cvtss2sq, s64, XMMReg) 185 DEF_HELPER_1(cvtsd2sq, s64, XMMReg) 195 DEF_HELPER_1(cvttss2sq, s64, XMMReg) 196 DEF_HELPER_1(cvttsd2sq, s64, XMMReg)
|
/vbox/src/VBox/Main/src-server/darwin/ |
H A D | iokit.cpp | 365 SInt64 s64; member in union:__anon16524 386 case kCFNumberSInt64Type: DARWIN_IOKIT_LOG(("SInt64] = %RI64 (%#RX64)\n", NumType, u.s64, u.s64)); break;
|
/vbox/src/VBox/Runtime/common/dbg/ |
H A D | dbgmoddwarf.cpp | 1799 int64_t s64 = rtDwarfCursor_GetSLeb128(pCursor, sErrValue); local 1800 if (s64 > INT32_MAX || s64 < INT32_MIN) 1805 return (int32_t)s64;
|
/vbox/include/iprt/ |
H A D | types.h | 556 } s64; member in union:RTFLOAT64U
|
/vbox/src/bldprogs/ |
H A D | VBoxCPP.cpp | 292 int64_t s64; member in struct:VBCPPEXPR::__anon17018::__anon17022 3753 pExpr->u.SignedValue.s64 = (int64_t)u64; 3785 int64_t s64; 3791 case '0': s64 = 0x00; break; 3792 case 'n': s64 = 0x0d; break; 3793 case 'r': s64 = 0x0a; break; 3794 case 't': s64 = 0x09; break; 3800 s64 = ch2; 3810 pExpr->u.SignedValue.s64 = s64; [all...] |