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

1 2 3 4 5 6

  /external/libpcap/
portability.h 183 #ifndef PRIo64
185 #define PRIo64 "I64o"
187 #define PRIo64 "llo"
189 #endif /* PRIo64 */
  /external/clang/test/CoverageMapping/
macro-expressions.cpp 12 #define PRIo64 PRI_64_LENGTH_MODIFIER "o"
87 (void)(i ? PRIo64 : PRIu64);
  /external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
DataTypes.h 105 #define PRIo64 "I64o"
  /external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
DataTypes.h 105 #define PRIo64 "I64o"
  /external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/
DataTypes.h 105 #define PRIo64 "I64o"
  /external/tcpdump/
netdissect-stdinc.h 98 #ifndef PRIo64
99 #define PRIo64 "I64o"
124 #ifndef PRIo64
125 #define PRIo64 "llo"
  /external/llvm/include/llvm/Support/
DataTypes.h 177 #ifndef PRIo64
178 # define PRIo64 "I64o"
DataTypes.h.cmake 105 #define PRIo64 "I64o"
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 177 #ifndef PRIo64
178 # define PRIo64 "I64o"
DataTypes.h.cmake 105 #define PRIo64 "I64o"
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 177 #ifndef PRIo64
178 # define PRIo64 "I64o"
DataTypes.h.cmake 105 #define PRIo64 "I64o"
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 177 #ifndef PRIo64
178 # define PRIo64 "I64o"
DataTypes.h.cmake 105 #define PRIo64 "I64o"
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 177 #ifndef PRIo64
178 # define PRIo64 "I64o"
DataTypes.h.cmake 105 #define PRIo64 "I64o"
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 177 #ifndef PRIo64
178 # define PRIo64 "I64o"
DataTypes.h.cmake 105 #define PRIo64 "I64o"
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 177 #ifndef PRIo64
178 # define PRIo64 "I64o"
DataTypes.h.cmake 105 #define PRIo64 "I64o"
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 177 #ifndef PRIo64
178 # define PRIo64 "I64o"
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 177 #ifndef PRIo64
178 # define PRIo64 "I64o"
  /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"
  /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

Completed in 880 milliseconds

1 2 3 4 5 6