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

1 2 3

  /external/clang/test/CoverageMapping/
macro-expressions.cpp 12 #define PRIo64 PRI_64_LENGTH_MODIFIER "o"
49 (void)(i ? PRIo64 : PRIu64);
  /external/libpcap/Win32/Include/
bittypes.h 65 #ifndef PRIo64
67 #define PRIo64 "I64o"
69 #define PRIo64 "llo"
71 #endif /* PRIo64 */
  /external/llvm/include/llvm/Support/
DataTypes.h 177 #ifndef PRIo64
178 # define PRIo64 "I64o"
  /external/tcpdump/
tcpdump-stdinc.h 96 #ifndef PRIo64
97 #define PRIo64 "I64o"
122 #ifndef PRIo64
123 #define PRIo64 "llo"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_print_pop.h 20 #undef PRIo64
82 #define PRIo64 "llo"
_mingw_print_push.h 20 #undef PRIo64
81 #define PRIo64 "llo"
inttypes.h 76 #define PRIo64 "I64o"
  /bionic/libc/include/
inttypes.h 90 #define PRIo64 __PRI_64_prefix"o" /* int64_t */
  /development/ndk/platforms/android-21/include/
inttypes.h 90 #define PRIo64 __PRI_64_prefix"o" /* int64_t */
  /development/ndk/platforms/android-3/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /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...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
inttypes.h 83 #define PRIo64 "llo" /* int64_t */

Completed in 1663 milliseconds

1 2 3