/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/ |
H A D | stdint.h | 80 #ifndef uint64_t 81 typedef __uint64_t uint64_t; typedef 82 #define uint64_t __uint64_t macro
|
H A D | types.h | 92 #ifndef uint64_t 93 typedef __uint64_t uint64_t; typedef 94 #define uint64_t __uint64_t macro 100 typedef uint64_t u_int64_t; 118 typedef uint64_t u_quad_t; /* quads */ 129 * the C99 types int64_t and uint64_t instead. 133 typedef uint64_t u_longlong_t; /* for XDR */ 169 typedef uint64_t ino_t; /* inode number */
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/bits/ |
H A D | stdint.h | 13 typedef unsigned long long uint64_t; typedef
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86_64/include/bits/ |
H A D | stdint.h | 11 typedef unsigned long long uint64_t; typedef
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/ |
H A D | dtrace_asm.s | 384 uint64_t label
|
/vbox/include/iprt/ |
H A D | stdint.h | 124 typedef unsigned _int64 uint64_t; typedef 131 typedef struct { uint32_t lo; uint32_t hi; } uint64_t; typedef in typeref:struct:__anon574 138 typedef unsigned long long uint64_t; typedef 147 typedef uint64_t uintmax_t; 172 typedef uint64_t uintptr_t;
|
/vbox/src/VBox/Runtime/common/vfs/ |
H A D | vfsmemory.cpp | 86 uint64_t off; 103 uint64_t offCurPos; 165 static PRTVFSMEMEXTENT rtVfsMemFile_LocateExtentSlow(PRTVFSMEMFILE pThis, uint64_t off, bool *pfHit) 223 DECLINLINE(PRTVFSMEMEXTENT) rtVfsMemFile_LocateExtent(PRTVFSMEMFILE pThis, uint64_t off, bool *pfHit) 261 uint64_t offUnsigned = off < 0 ? pThis->offCurPos : (uint64_t)off; 262 if (offUnsigned >= (uint64_t)pThis->Base.ObjInfo.cbObject) 274 if (offUnsigned + pSgBuf->paSegs[0].cbSeg > (uint64_t)pThis->Base.ObjInfo.cbObject) 278 *pcbRead = cbLeftToRead = (size_t)((uint64_t)pThis->Base.ObjInfo.cbObject - offUnsigned); 374 static PRTVFSMEMEXTENT rtVfsMemFile_AllocExtent(PRTVFSMEMFILE pThis, uint64_t offUnsigne 255 Assert(off < 0); NOREF(fBlocking); uint64_t offUnsigned = off < 0 ? pThis->offCurPos : (uint64_t)off; if (offUnsigned >= (uint64_t)pThis->Base.ObjInfo.cbObject) argument [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | myri10ge_mcp.h | 36 typedef unsigned long long uint64_t; typedef
|
/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/ |
H A D | pixman.h | 87 typedef unsigned __int64 uint64_t; typedef
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/Ipf/ |
H A D | pyconfig.h | 1170 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, 1236 #undef uint64_t macro
|
/vbox/src/VBox/Devices/Graphics/vmsvga_glext/ |
H A D | glxext.h | 506 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */ 515 typedef unsigned long int uint64_t; typedef 518 typedef unsigned long long int uint64_t; typedef 528 typedef unsigned long long int uint64_t; typedef 534 typedef unsigned __int64 uint64_t; typedef
|
H A D | glext.h | 6220 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */ 6229 typedef unsigned long int uint64_t; typedef 6232 typedef unsigned long long int uint64_t; typedef 6242 typedef unsigned long long int uint64_t; typedef 6248 typedef unsigned __int64 uint64_t; typedef 6257 typedef uint64_t GLuint64EXT; 6262 typedef uint64_t GLuint64;
|
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/ |
H A D | glxext.h | 487 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */ 496 typedef unsigned long int uint64_t; typedef 499 typedef unsigned long long int uint64_t; typedef 509 typedef unsigned long long int uint64_t; typedef 515 typedef unsigned __int64 uint64_t; typedef
|
H A D | glext.h | 5355 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */ 5364 typedef unsigned long int uint64_t; typedef 5367 typedef unsigned long long int uint64_t; typedef 5377 typedef unsigned long long int uint64_t; typedef 5383 typedef unsigned __int64 uint64_t; typedef 5392 typedef uint64_t GLuint64EXT; 5397 typedef uint64_t GLuint64;
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/ |
H A D | glxext.h | 405 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */ 414 typedef unsigned long int uint64_t; typedef 417 typedef unsigned long long int uint64_t; typedef 427 typedef unsigned long long int uint64_t; typedef 433 typedef unsigned __int64 uint64_t; typedef
|
H A D | glext.h | 3738 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */ 3747 typedef unsigned long int uint64_t; typedef 3750 typedef unsigned long long int uint64_t; typedef 3760 typedef unsigned long long int uint64_t; typedef 3766 typedef unsigned __int64 uint64_t; typedef 3774 typedef uint64_t GLuint64EXT;
|
/vbox/include/VBox/HostServices/ |
H A D | glxext.h | 385 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */ 394 typedef unsigned long int uint64_t; typedef 397 typedef unsigned long long int uint64_t; typedef 407 typedef unsigned long long int uint64_t; typedef 413 typedef unsigned __int64 uint64_t; typedef
|
H A D | glext.h | 3421 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */ 3430 typedef unsigned long int uint64_t; typedef 3433 typedef unsigned long long int uint64_t; typedef 3443 typedef unsigned long long int uint64_t; typedef 3449 typedef unsigned __int64 uint64_t; typedef 3457 typedef uint64_t GLuint64EXT;
|
/vbox/src/VBox/GuestHost/OpenGL/include/GL/ |
H A D | glext.h | 3750 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */ 3759 typedef unsigned long int uint64_t; typedef 3762 typedef unsigned long long int uint64_t; typedef 3772 typedef unsigned long long int uint64_t; typedef 3778 typedef unsigned __int64 uint64_t; typedef 3786 typedef uint64_t GLuint64EXT;
|