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

1 2

  /external/pdfium/third_party/libopenjpeg20/
opj_inttypes.h 41 #define PRIu64 "I64u"
  /external/webrtc/webrtc/base/
format_macros.h 20 // The "d" in the macro corresponds to %d; you can also use PRIu64 etc.
82 #if !defined(PRIu64)
83 #define PRIu64 "I64u"
  /external/clang/test/CoverageMapping/
macro-expressions.cpp 13 #define PRIu64 PRI_64_LENGTH_MODIFIER "u"
87 (void)(i ? PRIo64 : PRIu64);
  /external/libffi/testsuite/libffi.call/
ffitest.h 84 #define PRIu64 "lu"
101 #define PRIu64 "llu"
108 #define PRIu64 "lu"
129 #define PRIu64 "I64u"
  /external/libpcap/
portability.h 199 #ifndef PRIu64
201 #define PRIu64 "I64u"
203 #define PRIu64 "llu"
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
ffitest.h 84 #define PRIu64 "lu"
101 #define PRIu64 "llu"
108 #define PRIu64 "lu"
129 #define PRIu64 "I64u"
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
ffitest.h 84 #define PRIu64 "lu"
101 #define PRIu64 "llu"
108 #define PRIu64 "lu"
129 #define PRIu64 "I64u"
  /external/gflags/src/
windows_port.h 118 #define PRIu64 "I64u"
  /external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
DataTypes.h 106 #define PRIu64 "I64u"
  /external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
DataTypes.h 106 #define PRIu64 "I64u"
  /external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/
DataTypes.h 106 #define PRIu64 "I64u"
  /hardware/qcom/display/msm8996/sdm/include/utils/
constants.h 31 #ifndef PRIu64
32 #define PRIu64 "llu"
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
DataTypes.h 106 #define PRIu64 "I64u"
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
DataTypes.h 106 #define PRIu64 "I64u"
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
DataTypes.h 106 #define PRIu64 "I64u"
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
DataTypes.h 106 #define PRIu64 "I64u"
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
DataTypes.h 106 #define PRIu64 "I64u"
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
DataTypes.h 106 #define PRIu64 "I64u"
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
DataTypes.h 106 #define PRIu64 "I64u"
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
DataTypes.h 106 #define PRIu64 "I64u"
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
DataTypes.h 106 #define PRIu64 "I64u"
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
DataTypes.h 106 #define PRIu64 "I64u"
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
DataTypes.h 106 #define PRIu64 "I64u"
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
DataTypes.h 106 #define PRIu64 "I64u"
  /external/flac/include/share/
compat.h 125 # define PRIu64 "llu"
141 # define PRIu64 "I64u"

Completed in 420 milliseconds

1 2