HomeSort by relevance Sort by last modified time
    Searched refs:PRIuPTR (Results 76 - 100 of 102) sorted by null

1 2 34 5

  /development/ndk/platforms/android-L/include/
inttypes.h 121 #define PRIuPTR __PRI_PTR_prefix"u" /* uintptr_t */
  /external/jemalloc/include/msvc_compat/C99/
inttypes.h 158 #define PRIuPTR __PRIPTR_PREFIX "u"
  /frameworks/rs/
rsProgramFragment.cpp 71 ALOGE("No texture bound for shader id %" PRIuPTR ", texture unit %u", (uintptr_t)this, ct);
rsProgram.cpp 155 ALOGE("Attempt to bind alloc at slot %u, on shader id %" PRIuPTR ", but const count is %u",
161 ALOGE("Attempt to bind alloc at slot %u, on shader id %" PRIuPTR ", but types mismatch",
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
inttypes.h 121 #define PRIuPTR __PRI_PTR_prefix"u" /* uintptr_t */
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
inttypes.h 121 #define PRIuPTR __PRI_PTR_prefix"u" /* uintptr_t */
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
inttypes.h 121 #define PRIuPTR __PRI_PTR_prefix"u" /* uintptr_t */
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
inttypes.h 121 #define PRIuPTR __PRI_PTR_prefix"u" /* uintptr_t */
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
inttypes.h 121 #define PRIuPTR __PRI_PTR_prefix"u" /* uintptr_t */
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
inttypes.h 121 #define PRIuPTR __PRI_PTR_prefix"u" /* uintptr_t */
  /external/bison/lib/
inttypes.in.h 567 #if !defined PRIuPTR || @PRI_MACROS_BROKEN@
568 # undef PRIuPTR
570 # define PRIuPTR @PRIPTR_PREFIX@ "u"
  /external/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 235 #ifndef PRIuPTR
236 #error PRIuPTR not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 235 #ifndef PRIuPTR
236 #error PRIuPTR not defined
  /external/chromium_org/tools/android/heap_profiler/
heap_dump.c 201 printf("%" PRIuPTR, st.frames[n]);
  /external/e2fsprogs/intl/
loadmsgcat.c 432 #if !defined PRIuPTR || PRI_MACROS_BROKEN
433 # undef PRIuPTR
434 # define PRIuPTR \
742 return PRIuPTR;
    [all...]
  /system/core/libbacktrace/
BacktraceImpl.cpp 117 snprintf(buf, sizeof(buf), "#%02zu pc %0*" PRIxPTR " %s (%s+%" PRIuPTR ")",
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc 652 RAW_VLOG(11, "Live stack at %p of %"PRIuPTR" bytes",
657 RAW_VLOG(11, "Live stack at %p of %"PRIuPTR" bytes",
699 RAW_VLOG(11, "Live stack at %p of %"PRIuPTR" bytes",
704 RAW_VLOG(11, "Live stack at %p of %"PRIuPTR" bytes",
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc 652 RAW_VLOG(11, "Live stack at %p of %"PRIuPTR" bytes",
657 RAW_VLOG(11, "Live stack at %p of %"PRIuPTR" bytes",
699 RAW_VLOG(11, "Live stack at %p of %"PRIuPTR" bytes",
704 RAW_VLOG(11, "Live stack at %p of %"PRIuPTR" bytes",
    [all...]
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 479 #ifndef PRIuPTR
480 #error PRIuPTR not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 479 #ifndef PRIuPTR
480 #error PRIuPTR not defined
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
inttypes.h 169 # define PRIuPTR __PRIPTR_PREFIX "u"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h 169 # define PRIuPTR __PRIPTR_PREFIX "u"
  /external/bison/darwin-lib/
inttypes.h 879 #if !defined PRIuPTR || 0
880 # undef PRIuPTR
882 # define PRIuPTR "l" "u"
    [all...]
  /external/bison/linux-lib/
inttypes.h 879 #if !defined PRIuPTR || 0
880 # undef PRIuPTR
882 # define PRIuPTR "l" "u"
    [all...]
  /system/core/liblog/tests/
liblog_test.cpp 90 "TEST__android_log_print", "Concurrent %" PRIuPTR,

Completed in 996 milliseconds

1 2 34 5