Searched defs:u64 (Results 1 - 25 of 92) sorted by relevance

1234

/vbox/src/VBox/HostDrivers/VBoxUSB/
H A DUSBLib.cpp40 register uint64_t u64 = UINT64_C(14695981039346656037); local
46 u64 = (u64 * UINT64_C(1099511628211)) ^ u8;
50 return u64;
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_linux_alpha.cpp69 case nsXPTType::T_U64 : *d = (PRUint64)s->val.u64; break;
75 union { PRUint64 u64; double d; } t; member in union:__anon17324
77 *d = t.u64;
83 case nsXPTType::T_DOUBLE : *d = (PRUint64)s->val.u64; break;
H A Dxptcinvoke_openvms_alpha.cpp80 case nsXPTType::T_U64 : *d = (PRUint64)s->val.u64; break;
86 union { PRUint64 u64; double d; } t; member in union:__anon17325
88 *d = t.u64;
94 case nsXPTType::T_DOUBLE : *d = (PRUint64)s->val.u64; break;
H A Dxptcinvoke_osf1_alpha.cpp69 case nsXPTType::T_U64 : *d = (PRUint64)s->val.u64; break;
75 union { PRUint64 u64; double d; } t; member in union:__anon17326
77 *d = t.u64;
83 case nsXPTType::T_DOUBLE : *d = (PRUint64)s->val.u64; break;
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DtstDarwinKeyboard.cpp79 uint64_t u64 = RTTimeNanoTS(); local
81 u64Grab += RTTimeNanoTS() - u64;
83 u64 = RTTimeNanoTS();
85 u64Release += RTTimeNanoTS() - u64;
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dtime-r0drv-linux.c45 uint64_t u64; local
48 u64 = Ts.tv_sec * RT_NS_1SEC_64 + Ts.tv_nsec;
49 return u64;
58 uint64_t u64 = get_jiffies_64();
60 u64 += INITIAL_JIFFIES;
62 u64 *= TICK_NSEC;
63 return u64;
71 uint64_t u64 = jiffies;
73 u64 += INITIAL_JIFFIES;
75 u64 *
[all...]
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dtime-r0drv-os2.cpp86 uint64_t u64 = ulSeconds * UINT64_C(1000000000) + (uint32_t)uchHundredths * 10000000; local
90 return RTTimeSpecSetNano(pTime, u64);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dtypes.h53 #define u64 x86emuu64 macro
68 typedef uint64_t u64; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dtypes.h53 #define u64 x86emuu64 macro
68 typedef uint64_t u64; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dtypes.h54 #define u64 x86emuu64 macro
89 typedef unsigned long long u64; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dtypes.h54 #define u64 x86emuu64 macro
89 typedef unsigned long long u64; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dtypes.h54 #define u64 x86emuu64 macro
89 typedef unsigned long long u64; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dtypes.h54 #define u64 x86emuu64 macro
88 typedef unsigned long long u64; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dtypes.h54 #define u64 x86emuu64 macro
88 typedef unsigned long long u64; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dtypes.h54 #define u64 x86emuu64 macro
88 typedef unsigned long long u64; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dtypes.h54 #define u64 x86emuu64 macro
69 typedef uint64_t u64; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dtypes.h54 #define u64 x86emuu64 macro
69 typedef uint64_t u64; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dtypes.h54 #define u64 x86emuu64 macro
69 typedef uint64_t u64; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dtypes.h54 #define u64 x86emuu64 macro
69 typedef uint64_t u64; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dtypes.h53 #define u64 x86emuu64 macro
68 typedef uint64_t u64; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dtypes.h53 #define u64 x86emuu64 macro
68 typedef uint64_t u64; typedef
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dtypes.h53 #define u64 x86emuu64 macro
68 typedef uint64_t u64; typedef
/vbox/src/VBox/Runtime/testcase/
H A DtstRTTime.cpp62 uint64_t u64 = RTTimeNanoTS(); local
63 if (u64 <= u64Prev)
66 RTTestFailed(hTest, "i=%#010x u64=%#llx u64Prev=%#llx (1)\n", i, u64, u64Prev);
70 u64 = RTTimeNanoTS();
72 else if (u64 - u64Prev > 1000000000 /* 1sec */)
74 RTTestFailed(hTest, "i=%#010x u64=%#llx u64Prev=%#llx delta=%lld\n", i, u64, u64Prev, u64 - u64Prev);
78 u64
[all...]
H A DtstTime-3.cpp48 uint64_t u64; /* manual say larger integer, should be safe to assume it's the same. */ local
49 GetSystemTimeAsFileTime((LPFILETIME)&u64);
50 return u64 * 100;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dtypes.h54 #define u64 x86emuu64 macro
89 typedef unsigned long long u64; typedef

Completed in 83 milliseconds

1234