Searched defs:uintptr_t (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dstdint.h90 #ifndef uintptr_t
91 typedef __uintptr_t uintptr_t; typedef
92 #define uintptr_t __uintptr_t macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Ddtrace_asm.s122 uintptr_t label
150 dtrace_copy(uintptr_t src, uintptr_t dest, size_t size)
197 dtrace_copystr(uintptr_t uaddr, uintptr_t kaddr, size_t size,
273 uintptr_t label
415 int fault, int fltoffs, uintptr_t illval)
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dglheader.h67 /* Get typedefs for uintptr_t and friends */
73 typedef UINT_PTR uintptr_t; typedef
78 typedef unsigned long uintptr_t; typedef
92 # define u_intptr_t uintptr_t
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dcrtdefs.h120 typedef unsigned __int64 uintptr_t; typedef
122 typedef unsigned int uintptr_t; typedef
/vbox/include/iprt/
H A Dstdint.h165 typedef unsigned long uintptr_t; typedef
172 typedef uint64_t uintptr_t; typedef
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dcrtdefs.h129 typedef unsigned __int64 uintptr_t; typedef
131 typedef unsigned int uintptr_t; typedef

Completed in 35 milliseconds