HomeSort by relevance Sort by last modified time
    Searched refs:PRIo64 (Results 1 - 25 of 56) 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"
DataTypes.h.cmake 167 #ifndef PRIo64
168 # define PRIo64 "I64o"
DataTypes.h.in 164 #ifndef PRIo64
165 # define PRIo64 "I64o"
  /external/tcpdump/
acconfig.h 111 #undef PRIo64
  /external/bison/lib/
inttypes.in.h 208 # if !defined PRIo64 || @PRI_MACROS_BROKEN@
209 # undef PRIo64
210 # define PRIo64 _PRIu64_PREFIX "o"
311 # define PRIoLEAST64 PRIo64
346 # define PRIoFAST8 PRIo64
394 # define PRIoFAST16 PRIo64
442 # define PRIoFAST32 PRIo64
484 # define PRIoFAST64 PRIo64
519 # define PRIoMAX PRIo64
  /external/elfutils/src/
size.c 451 fmtstr = "%-*s %*" PRIo64 " %*" PRIo64 "\n";
479 printf ("%-*s %*" PRIo64 "\n\n\n", maxlen, sgettext ("sysv|Total"),
500 fmtstr = "%" PRIo64 "(%s)";
530 printf (" = %" PRIo64 "\n", total);
641 : "%" PRIo64 "(%c%c%c)"),
655 printf (" = %" PRIo64 "\n", total);
  /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/bison/darwin-lib/
inttypes.h 520 # if !defined PRIo64 || 0
521 # undef PRIo64
522 # define PRIo64 _PRIu64_PREFIX "o"
623 # define PRIoLEAST64 PRIo64
658 # define PRIoFAST8 PRIo64
706 # define PRIoFAST16 PRIo64
754 # define PRIoFAST32 PRIo64
796 # define PRIoFAST64 PRIo64
831 # define PRIoMAX PRIo64
    [all...]
  /external/bison/linux-lib/
inttypes.h 520 # if !defined PRIo64 || 0
521 # undef PRIo64
522 # define PRIo64 _PRIu64_PREFIX "o"
623 # define PRIoLEAST64 PRIo64
658 # define PRIoFAST8 PRIo64
706 # define PRIoFAST16 PRIo64
754 # define PRIoFAST32 PRIo64
796 # define PRIoFAST64 PRIo64
831 # define PRIoMAX PRIo64
    [all...]
  /external/libusb_aah/msvc/
inttypes.h 89 #define PRIo64 "I64o"
  /external/webkit/Source/JavaScriptCore/os-win32/
inttypes.h 126 #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 */

Completed in 728 milliseconds

1 2 3