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

/external/clang/test/Headers/Inputs/include/
H A Dstdint.h14 typedef unsigned __INTPTR_TYPE__ uintptr_t; typedef
/external/compiler-rt/lib/profile/
H A DInstrProfiling.h21 typedef uint32_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/libvpx/libvpx/vpx/
H A Dvpx_integer.h47 typedef size_t 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/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
541 * but that do not define uintptr_t.
556 ((void *)(((uintptr_t)(base)+0x7fffffffu) > (uintptr_t)(base) \
557 ? ((uintptr_t)(base)+0x7fffffffu) \
558 : (uintptr_t)-1))
/external/bison/src/
H A Dsystem.h51 typedef size_t uintptr_t; typedef
/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/Analysis/
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}}
H A Dmalloc.c1326 typedef unsigned __INTPTR_TYPE__ uintptr_t;
1332 glob = (intptr_t)(uintptr_t)ptr;
1338 (void*)(intptr_t)(uintptr_t)ptr; // expected-warning {{unused}}
1325 typedef unsigned __INTPTR_TYPE__ 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/mesa3d/include/c99/
H A Dstdint.h116 typedef unsigned __int64 uintptr_t; typedef
119 typedef _W64 unsigned int uintptr_t; typedef
/external/bison/darwin-lib/
H A Dstdint.h101 <inttypes.h> also defines intptr_t and uintptr_t. */
294 #undef uintptr_t macro
298 #define uintptr_t gl_uintptr_t macro
/external/clang/lib/Headers/
H A Dstdint.h270 typedef __uintn_t(__INTPTR_WIDTH__) 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

Completed in 671 milliseconds