HomeSort by relevance Sort by last modified time
    Searched refs:PRIuPTR (Results 1 - 21 of 21) sorted by null

  /bionic/tests/
inttypes_test.cpp 31 snprintf(buf, sizeof(buf), "%08" PRIuPTR, u);
  /external/chromium_org/third_party/libusb/src/msvc/
inttypes.h 239 #define PRIuPTR "I64u"
251 #define PRIuPTR "u"
  /development/ndk/platforms/android-3/include/
inttypes.h 114 #define PRIuPTR "u" /* uintptr_t */
  /external/chromium_org/third_party/mesa/src/include/c99/
inttypes.h 150 #define PRIuPTR "Iu"
  /external/mesa3d/include/c99/
inttypes.h 150 #define PRIuPTR "Iu"
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 338 # define PRIuPTR "llu"
341 # define PRIuPTR "lu"
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 335 # define PRIuPTR "llu"
338 # define PRIuPTR "lu"
  /bionic/libc/bionic/
debug_stacktrace.cpp 170 " #%02zd pc %" PAD_PTR " %s (%s+%" PRIuPTR ")",
  /bionic/libc/include/
inttypes.h 121 #define PRIuPTR __PRI_PTR_prefix"u" /* uintptr_t */
  /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"
  /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
  /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...]
  /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
  /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...]
  /art/runtime/
class_linker.cc     [all...]

Completed in 2600 milliseconds