Searched refs:uint64 (Results 1 - 16 of 16) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dobsints.c43 * int64, and uint64.
77 uint64 ui64;
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dstdint.h34 typedef uint64_t uint64; typedef
/vbox/include/VBox/
H A Dhgcmsvc.h102 uint64_t uint64; member in union:VBOXHGCMSVCPARM::__anon232
130 *u64 = u.uint64;
232 u.uint64 = u64;
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/
H A Dprotypes.h55 * int32, uint32, int64, and uint64 because some of these int
105 * uint64
111 typedef PRUint64 uint64; typedef
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/os2/
H A Dxptcinvoke_emx.cpp116 case nsXPTType::T_U64 : *((uint64*) d) = s->val.u64; d++; break;
/vbox/src/VBox/HostServices/SharedFolders/
H A Dservice.cpp480 SHFLHANDLE Handle = paParms[1].u.uint64;
532 SHFLHANDLE Handle = paParms[1].u.uint64;
533 uint64_t offset = paParms[2].u.uint64;
599 SHFLHANDLE Handle = paParms[1].u.uint64;
600 uint64_t offset = paParms[2].u.uint64;
666 SHFLHANDLE Handle = paParms[1].u.uint64;
667 uint64_t offset = paParms[2].u.uint64;
668 uint64_t length = paParms[3].u.uint64;
756 SHFLHANDLE Handle = paParms[1].u.uint64;
1027 SHFLHANDLE Handle = paParms[1].u.uint64;
[all...]
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsIStreamBufferAccess.idl133 # define ULL_(x) ((uint64) x ## i64)
/vbox/include/VBox/HostServices/
H A DService.h122 *pu64Info = m_paParms[iParm].u.uint64;
154 paParmsDst[i].u.uint64 = paParmsSrc[i].u.uint64;
/vbox/src/VBox/HostServices/GuestControl/
H A Dservice.cpp190 mpParms[i].u.uint64 = paParms[i].u.uint64;
325 i, mpParms[i].u.uint64));
327 paDstParms[i].u.uint64 = mpParms[i].u.uint64;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxrng.c131 uint64 t;
/vbox/src/recompiler/target-i386/
H A Dcpu.h773 uint64 mcg_cap;
774 uint64 mcg_status;
775 uint64 mcg_ctl;
776 uint64 mce_banks[MCE_BANKS_DEF*4];
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDevHGCM.cpp880 pHostParm->u.uint64 = u64;
882 Log(("vmmdevHGCMCall: uint64 guest parameter %llu\n", u64));
1021 pHostParm->u.uint64 = u64;
1023 Log(("vmmdevHGCMCall: uint64 guest parameter %llu\n", u64));
1391 pHostParm->u.uint64 = u64;
1393 Log(("vmmdevHGCMCall: uint64 guest parameter %llu\n", u64));
1571 pHostParm->u.uint64 = u64;
1573 Log(("vmmdevHGCMCall: uint64 guest parameter %llu\n", u64));
2033 pGuestParm->u.value64 = pHostParm->u.uint64;
2142 pGuestParm->u.value64 = pHostParm->u.uint64;
[all...]
/vbox/src/recompiler/fpu/
H A Dsoftfloat.h63 typedef uint64_t uint64; typedef
H A Dsoftfloat.c1152 uint64 absA;
1175 float32 uint64_to_float32( uint64 a STATUS_PARAM )
1215 float64 uint64_to_float64( uint64 a STATUS_PARAM )
1234 uint64 absA;
1258 uint64 absA;
/vbox/src/VBox/HostServices/SharedOpenGL/crserver/
H A Dcrservice.cpp654 uint64_t pid = paParms[0].u.uint64;
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp5745 parm[2].u.uint64 = 0;
5760 *aTimestamp = parm[2].u.uint64;

Completed in 2278 milliseconds