HomeSort by relevance Sort by last modified time
    Searched defs:uintptr_t (Results 26 - 31 of 31) sorted by null

12

  /development/ndk/platforms/android-L/include/
stdint.h 70 typedef __uintptr_t uintptr_t; typedef
  /external/bison/darwin-lib/
stdint.h 101 <inttypes.h> also defines intptr_t and uintptr_t. */
294 #undef uintptr_t macro
298 #define uintptr_t gl_uintptr_t macro
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 714 typedef stdint_intptr_glue3(uint,stdint_intptr_bits,_t) uintptr_t; typedef
718 nothing for the definition of uintptr_t. */
  /external/clang/lib/Headers/
stdint.h 270 typedef __uintn_t(__INTPTR_WIDTH__) uintptr_t; typedef
  /external/clang/test/Analysis/
malloc.c 1211 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
    [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h 537 (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
    [all...]

Completed in 604 milliseconds

12