Searched refs:_W64 (Results 1 - 4 of 4) sorted by relevance

/external/libpcap/
H A Dpcap-stdinc.h68 typedef _W64 unsigned int uintptr_t;
77 typedef _W64 int intptr_t;
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h57 // Define _W64 macros to mark types changing their size, like intptr_t.
58 #ifndef _W64
60 # define _W64 __w64 macro
62 # define _W64 macro
118 typedef _W64 signed int intptr_t;
119 typedef _W64 unsigned int uintptr_t;
/external/libvncserver/compat/msvc/
H A Dstdint.h57 // Define _W64 macros to mark types changing their size, like intptr_t.
58 #ifndef _W64
60 # define _W64 __w64 macro
62 # define _W64 macro
118 typedef _W64 int intptr_t;
119 typedef _W64 unsigned int uintptr_t;
/external/mesa3d/include/c99/
H A Dstdint.h57 // Define _W64 macros to mark types changing their size, like intptr_t.
58 #ifndef _W64
60 # define _W64 __w64 macro
62 # define _W64 macro
118 typedef _W64 signed int intptr_t;
119 typedef _W64 unsigned int uintptr_t;

Completed in 72 milliseconds