HomeSort by relevance Sort by last modified time
    Searched refs:PRIdPTR (Results 76 - 93 of 93) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
inttypes.h 66 #define PRIdPTR __PRI_PTR_prefix"d" /* intptr_t */
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
inttypes.h 66 #define PRIdPTR __PRI_PTR_prefix"d" /* intptr_t */
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
inttypes.h 66 #define PRIdPTR __PRI_PTR_prefix"d" /* intptr_t */
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
inttypes.h 66 #define PRIdPTR __PRI_PTR_prefix"d" /* intptr_t */
  /external/bison/lib/
inttypes.in.h 549 #if !defined PRIdPTR || @PRI_MACROS_BROKEN@
550 # undef PRIdPTR
552 # define PRIdPTR @PRIPTR_PREFIX@ "d"
  /external/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 67 #ifndef PRIdPTR
68 #error PRIdPTR not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 67 #ifndef PRIdPTR
68 #error PRIdPTR not defined
  /external/e2fsprogs/intl/
loadmsgcat.c 411 #if !defined PRIdPTR || PRI_MACROS_BROKEN
412 # undef PRIdPTR
413 # define PRIdPTR \
736 return PRIdPTR;
    [all...]
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 311 #ifndef PRIdPTR
312 #error PRIdPTR not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 311 #ifndef PRIdPTR
312 #error PRIdPTR not defined
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
inttypes.h 166 # define PRIdPTR __PRIPTR_PREFIX "d"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h 166 # define PRIdPTR __PRIPTR_PREFIX "d"
  /external/bison/darwin-lib/
inttypes.h 861 #if !defined PRIdPTR || 0
862 # undef PRIdPTR
864 # define PRIdPTR "l" "d"
    [all...]
  /external/bison/linux-lib/
inttypes.h 861 #if !defined PRIdPTR || 0
862 # undef PRIdPTR
864 # define PRIdPTR "l" "d"
    [all...]
  /frameworks/base/core/jni/
android_util_Binder.cpp     [all...]
  /frameworks/native/libs/ui/
Region.cpp 818 snprintf(buffer, SIZE, " Region %s (this=%p, count=%" PRIdPTR ")\n",
834 ALOGD(" Region %s (this=%p, count=%" PRIdPTR ")\n", what, this, tail-head);
  /system/core/debuggerd/
tombstone.cpp 339 _LOG(log, logtype::MAPS, "%s%" PRIPTR "-%" PRIPTR " %c%c%c %7" PRIdPTR " %s\n",
  /art/runtime/
class_linker.cc     [all...]

Completed in 944 milliseconds

1 2 34