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

1 2 3

  /external/chromium/base/
format_macros.h 13 // printf("xyz:%" PRId64, value);
29 #if (defined(_INTTYPES_H) || defined(_INTTYPES_H_)) && !defined(PRId64)
42 #define WidePRId64 PRId64
52 #if !defined(PRId64)
53 #define PRId64 "I64d"
  /external/tcpdump/missing/
bittypes.h 87 #ifndef PRId64
89 #define PRId64 "I64d"
91 #define PRId64 "lld"
93 #endif /* PRId64 */
  /external/libvpx/libvpx/vpx/
vpx_integer.h 49 #define PRId64 "I64d"
  /external/open-vcdiff/gflags/src/windows/
port.h 71 #define PRId64 "I64d"
  /external/qemu/android/utils/
system.h 18 #include <inttypes.h> /* for PRId64 et al. */
171 #ifndef PRId64
172 # define PRId64 "lld"
  /external/libvpx/libvpx/vpx_ports/
vpxtypes.h 80 # define VPX64 PRId64
83 # undef PRId64
84 # define PRId64 "lld"
85 # define VPX64 PRId64
88 # undef PRId64
89 # define PRId64 "I64d"
90 # define VPX64 PRId64
95 # undef PRId64
96 # define PRId64 "lld"
97 # define VPX64 PRId64
    [all...]
  /external/llvm/include/llvm/Support/
DataTypes.h 171 #ifndef PRId64
172 # define PRId64 "I64d"
  /external/tcpdump/
acconfig.h 110 #undef PRId64
  /bionic/libc/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */
  /development/ndk/platforms/android-3/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */
  /external/e2fsprogs/intl/
loadmsgcat.c 171 #if !defined PRId64 || PRI_MACROS_BROKEN
172 # undef PRId64
173 # define PRId64 (sizeof (long) == 8 ? "ld" : "lld")
269 # define PRIdLEAST64 PRId64
365 # define PRIdFAST64 PRId64
566 return PRId64;
    [all...]
  /external/libusb_aah/msvc/
inttypes.h 55 #define PRId64 "I64d"
  /external/qemu/
qemu-common.h 114 #define PRId64 "I64d"
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */

Completed in 783 milliseconds

1 2 3