Searched defs:uintptr_t (Results 1 - 25 of 34) sorted by last modified time

12

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_config_dreamcast.h38 typedef unsigned long uintptr_t; typedef
H A DSDL_config_macos.h40 typedef unsigned long uintptr_t; typedef
H A DSDL_config_minimal.h39 typedef unsigned long uintptr_t; typedef
H A DSDL_config_os2.h37 typedef unsigned long uintptr_t; typedef
H A DSDL_config_symbian.h51 typedef unsigned int uintptr_t; typedef
H A DSDL_config_win32.h43 typedef unsigned __int64 uintptr_t; typedef
45 typedef unsigned int uintptr_t; typedef
69 typedef unsigned int uintptr_t; typedef
/external/mesa3d/include/c99/
H A Dstdint.h116 typedef unsigned __int64 uintptr_t; typedef
119 typedef _W64 unsigned int uintptr_t; typedef
/external/mesa3d/src/egl/main/
H A Deglcompiler.h51 typedef unsigned __int64 uintptr_t; typedef
54 typedef unsigned __int32 uintptr_t; typedef
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h537 (uintptr_t) CreateThread( SECURITY_PTR, STACK_SIZE, (LPTHREAD_START_ROUTINE) START_ADDRESS, ARG_LIST, FLAGS, \
630 #define IsFieldAligned( X, TYPE, FIELD, Y ) IsAligned( ( (uintptr_t)( X ) ) + offsetof( TYPE, FIELD ), ( Y ) )
790 typedef unsigned long int uintptr_t; typedef
/external/libvpx/libvpx/vpx/
H A Dvpx_integer.h36 typedef size_t uintptr_t; typedef
/external/libpcap/
H A Dpcap-stdinc.h72 typedef unsigned __int64 uintptr_t; typedef
74 typedef _W64 unsigned int uintptr_t; typedef
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h116 typedef unsigned __int64 uintptr_t; typedef
119 typedef _W64 unsigned int uintptr_t; typedef
/external/icu/icu4c/source/common/
H A Dputilimp.h60 * uintptr_t is an optional part of the standard definitions in stdint.h.
62 * "On XSI-conformant systems, the intptr_t and uintptr_t types are required;
64 * We assume that when uintptr_t is defined, UINTPTR_MAX is defined as well.
70 typedef size_t uintptr_t; typedef
537 * but that do not define uintptr_t.
552 ((void *)(((uintptr_t)(base)+0x7fffffffu) > (uintptr_t)(base) \
553 ? ((uintptr_t)(base)+0x7fffffffu) \
554 : (uintptr_t)-1))
/external/compiler-rt/lib/profile/
H A DInstrProfiling.h21 typedef uint32_t uintptr_t; typedef
/external/clang/test/Analysis/
H A Dmalloc.c1211 typedef unsigned __INTPTR_TYPE__ uintptr_t;
1217 glob = (intptr_t)(uintptr_t)ptr;
1223 (void*)(intptr_t)(uintptr_t)ptr; // expected-warning {{unused}}
1210 typedef unsigned __INTPTR_TYPE__ uintptr_t; typedef
H A Dnull-deref-ps.c4 typedef unsigned uintptr_t; typedef
52 uintptr_t x = (uintptr_t) p;
63 uintptr_t x = array; // expected-warning{{incompatible pointer to integer conversion}}
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-back-references.cpp47 typedef unsigned int uintptr_t; typedef
49 void *h(size_t a, uintptr_t b) { return 0; }
/external/clang/test/Headers/Inputs/include/
H A Dstdint.h14 typedef unsigned __INTPTR_TYPE__ uintptr_t; typedef
/external/clang/lib/Headers/
H A Dstdint.h270 typedef __uintn_t(__INTPTR_WIDTH__) uintptr_t; typedef
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/dj/
H A Dlibyasm-stdint.h2 typedef unsigned long uintptr_t; typedef
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/
H A Dlibyasm-stdint.h5 typedef unsigned long uintptr_t; typedef
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dlibyasm.h37 typedef unsigned long uintptr_t; typedef
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h714 typedef stdint_intptr_glue3(uint,stdint_intptr_bits,_t) uintptr_t; typedef
718 nothing for the definition of uintptr_t. */
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_integer.h45 typedef size_t uintptr_t; typedef
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h116 typedef unsigned __int64 uintptr_t; typedef
119 typedef _W64 unsigned int uintptr_t; typedef

Completed in 8485 milliseconds

12