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

/external/clang/test/Headers/Inputs/include/
H A Dstdint.h14 typedef unsigned __INTPTR_TYPE__ uintptr_t; typedef
/external/libvpx/libvpx/vpx/
H A Dvpx_integer.h36 typedef size_t uintptr_t; typedef
/external/syslinux/com32/include/bitsize32/
H A Dstdint.h17 typedef unsigned int uintptr_t; typedef
/external/syslinux/com32/include/bitsize64/
H A Dstdint.h17 typedef unsigned long int uintptr_t; typedef
/external/icu/icu4c/source/common/
H A Dputilimp.h62 * uintptr_t is an optional part of the standard definitions in stdint.h.
64 * "On XSI-conformant systems, the intptr_t and uintptr_t types are required;
66 * We assume that when uintptr_t is defined, UINTPTR_MAX is defined as well.
72 typedef size_t uintptr_t; typedef
542 * but that do not define uintptr_t.
557 ((void *)(((uintptr_t)(base)+0x7fffffffu) > (uintptr_t)(base) \
558 ? ((uintptr_t)(base)+0x7fffffffu) \
559 : (uintptr_t)-1))
/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.c1422 typedef unsigned __INTPTR_TYPE__ uintptr_t;
1428 glob = (intptr_t)(uintptr_t)ptr;
1434 (void*)(intptr_t)(uintptr_t)ptr; // expected-warning {{unused}}
1421 typedef unsigned __INTPTR_TYPE__ uintptr_t; typedef
/external/v8/tools/clang/plugins/tests/
H A Dipc.cpp9 typedef unsigned int uintptr_t; typedef
221 CALL_WRITEPARAM(uintptr_t) // ERROR
/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/libusb/msvc/
H A Dstdint.h49 #undef uintptr_t macro
51 typedef unsigned __int64 uintptr_t; typedef
53 typedef unsigned int uintptr_t; typedef
/external/libvncserver/compat/msvc/
H A Dstdint.h116 typedef unsigned __int64 uintptr_t; typedef
119 typedef _W64 unsigned int uintptr_t; typedef
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h101 typedef unsigned __int64 uintptr_t; typedef
104 typedef _W64 unsigned int uintptr_t; typedef
/external/syslinux/dos/
H A Dstdint.h47 typedef uint32_t uintptr_t; typedef
/external/lz4/tests/
H A Dfuzzer.c54 typedef size_t uintptr_t; /* true on most systems, except OpenVMS-64 (which doesn't need address overflow test) */ typedef
187 if (((uintptr_t)buffers[nbBuff] > (uintptr_t)0x80000000) && (!highAddress)) {
193 { size_t const sizeToGenerateOverflow = (size_t)(- ((uintptr_t)buffers[nbBuff-1]) + 512);
/external/clang/lib/Headers/
H A Dopencl-c.h75 typedef __UINTPTR_TYPE__ uintptr_t; typedef
14878 // add/sub: atomic type argument can be uintptr_t/intptr_t, value type argument can be ptrdiff_t.
14879 // or/xor/and/min/max: atomic type argument can be intptr_t/uintptr_t, value type argument can be intptr_t/uintptr_t.
14882 uintptr_t __ovld atomic_fetch_add(volatile atomic_uintptr_t *object, ptrdiff_t operand);
14883 uintptr_t __ovld atomic_fetch_add_explicit(volatile atomic_uintptr_t *object, ptrdiff_t operand, memory_order order);
14884 uintptr_t __ovld atomic_fetch_add_explicit(volatile atomic_uintptr_t *object, ptrdiff_t operand, memory_order order, memory_scope scope);
14885 uintptr_t __ovld atomic_fetch_sub(volatile atomic_uintptr_t *object, ptrdiff_t operand);
14886 uintptr_t __ovld atomic_fetch_sub_explicit(volatile atomic_uintptr_t *object, ptrdiff_t operand, memory_order order);
14887 uintptr_t __ovl
[all...]
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
/external/python/cpython2/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2502 uintptr_t = c_ulong variable
2655 'OSBigEndian', 'uintptr_t', '__darwin_uid_t', 'u_int',
/external/python/cpython3/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2502 uintptr_t = c_ulong variable
2655 'OSBigEndian', 'uintptr_t', '__darwin_uid_t', 'u_int',

Completed in 2074 milliseconds