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

/external/libvpx/vpx/
H A Dvpx_integer.h42 typedef unsigned int uintptr_t; typedef
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_config_minimal.h39 typedef unsigned long uintptr_t; typedef
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_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
H A DSDL_config_os2.h37 typedef unsigned long uintptr_t; typedef
/external/bison/src/
H A Dsystem.h64 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 Didempotent-operations.c82 typedef unsigned uintptr_t; typedef
85 uintptr_t x = (uintptr_t) array;
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/mesa3d/src/mesa/main/
H A Dcompiler.h75 typedef unsigned __int64 uintptr_t; typedef
78 typedef unsigned __int32 uintptr_t; typedef
/external/dbus/dbus/
H A Ddbus-sysdeps-wince-glue.h119 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/clang/lib/Headers/
H A Dstdint.h230 typedef __uintn_t(__INTPTR_WIDTH__) uintptr_t; typedef
/external/clang/lib/include/
H A Dstdint.h230 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 633 milliseconds