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

1 2 3

  /external/tcpdump/missing/
bittypes.h 95 #ifndef PRIo64
97 #define PRIo64 "I64o"
99 #define PRIo64 "llo"
101 #endif /* PRIo64 */
  /external/llvm/include/llvm/Support/
DataTypes.h 177 #ifndef PRIo64
178 # define PRIo64 "I64o"
  /external/tcpdump/
acconfig.h 111 #undef PRIo64
  /bionic/libc/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /development/ndk/platforms/android-3/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /external/chromium_org/third_party/libusb/src/msvc/
inttypes.h 89 #define PRIo64 "I64o"
  /external/e2fsprogs/intl/
loadmsgcat.c 179 #if !defined PRIo64 || PRI_MACROS_BROKEN
180 # undef PRIo64
181 # define PRIo64 (sizeof (long) == 8 ? "lo" : "llo")
277 # define PRIoLEAST64 PRIo64
373 # define PRIoFAST64 PRIo64
570 return PRIo64;
    [all...]
  /external/qemu/
qemu-common.h 117 #define PRIo64 "I64o"
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */

Completed in 2633 milliseconds

1 2 3