HomeSort by relevance Sort by last modified time
    Searched defs:PRIu64 (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
opj_inttypes.h 41 #define PRIu64 "I64u"
  /external/chromium_org/base/
format_macros.h 13 // The "d" in the macro corresponds to %d; you can also use PRIu64 etc.
42 #define WidePRIu64 PRIu64
83 #if !defined(PRIu64)
84 #define PRIu64 "I64u"
  /external/compiler-rt/lib/profile/
InstrProfiling.h 18 #define PRIu64 "llu"
  /external/libpcap/Win32/Include/
bittypes.h 81 #ifndef PRIu64
83 #define PRIu64 "I64u"
85 #define PRIu64 "llu"
87 #endif /* PRIu64 */
  /external/tcpdump/win32/Include/
bittypes.h 81 #ifndef PRIu64
83 #define PRIu64 "I64u"
85 #define PRIu64 "llu"
87 #endif /* PRIu64 */
  /external/qemu/android/utils/
system.h 169 #ifndef PRIu64
170 # define PRIu64 "llu"
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
basictypes.h 103 #ifndef PRIu64
104 #define PRIu64 "llu"
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
basictypes.h 103 #ifndef PRIu64
104 #define PRIu64 "llu"
  /external/compiler-rt/SDKs/darwin/usr/include/
inttypes.h 44 #define PRIu64 __INTTYPE_PRI64__ "u"
  /external/llvm/include/llvm/Support/
DataTypes.h 180 #ifndef PRIu64
181 # define PRIu64 "I64u"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_print_pop.h 24 #undef PRIu64
86 #define PRIu64 "llu"
_mingw_print_push.h 24 #undef PRIu64
85 #define PRIu64 "llu"
inttypes.h 94 #define PRIu64 "I64u"
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 336 #define PRIu64 "I64u"
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 333 #define PRIu64 "I64u"
  /bionic/libc/include/
inttypes.h 108 #define PRIu64 __PRI_64_prefix"u" /* uint64_t */
  /development/ndk/platforms/android-3/include/
inttypes.h 101 #define PRIu64 "llu" /* uint64_t */
  /development/ndk/platforms/android-L/include/
inttypes.h 108 #define PRIu64 __PRI_64_prefix"u" /* uint64_t */
  /external/chromium_org/third_party/libusb/src/msvc/
inttypes.h 107 #define PRIu64 "I64u"
  /external/e2fsprogs/intl/
loadmsgcat.c 183 #if !defined PRIu64 || PRI_MACROS_BROKEN
184 # undef PRIu64
185 # define PRIu64 (sizeof (long) == 8 ? "lu" : "llu")
281 # define PRIuLEAST64 PRIu64
377 # define PRIuFAST64 PRIu64
572 return PRIu64;
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
inttypes.h 101 #define PRIu64 "llu" /* uint64_t */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
inttypes.h 101 #define PRIu64 "llu" /* uint64_t */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
inttypes.h 101 #define PRIu64 "llu" /* uint64_t */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
inttypes.h 101 #define PRIu64 "llu" /* uint64_t */
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
inttypes.h 101 #define PRIu64 "llu" /* uint64_t */

Completed in 817 milliseconds

1 2 3 4