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

1 2 3 4 5

  /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/libpcap/Win32/Include/
bittypes.h 81 #ifndef PRIu64
83 #define PRIu64 "I64u"
85 #define PRIu64 "llu"
87 #endif /* PRIu64 */
  /hardware/qcom/display/msm8996/sdm/include/utils/
constants.h 31 #ifndef PRIu64
32 #define PRIu64 "llu"
  /hardware/qcom/display/msm8998/sdm/include/utils/
constants.h 31 #ifndef PRIu64
32 #define PRIu64 "llu"
  /external/flac/include/share/
compat.h 123 # define PRIu64 "llu"
139 # define PRIu64 "I64u"
  /external/llvm/include/llvm/Support/
DataTypes.h 180 #ifndef PRIu64
181 # define PRIu64 "I64u"
  /external/tcpdump/
tcpdump-stdinc.h 100 #ifndef PRIu64
101 #define PRIu64 "I64u"
126 #ifndef PRIu64
127 #define PRIu64 "llu"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_print_pop.h 24 #undef PRIu64
86 #define PRIu64 "llu"
_mingw_print_push.h 24 #undef PRIu64
85 #define PRIu64 "llu"
inttypes.h 94 #define PRIu64 "I64u"
  /prebuilts/misc/windows/sdl2/test/
testgesture.c 39 #ifndef PRIu64
41 #define PRIu64 "I64u"
43 #define PRIu64 "llu"
  /bionic/libc/include/
inttypes.h 109 #define PRIu64 __PRI_64_prefix"u" /* uint64_t */
  /development/ndk/platforms/android-21/include/
inttypes.h 108 #define PRIu64 __PRI_64_prefix"u" /* uint64_t */
  /development/ndk/platforms/android-9/include/
inttypes.h 101 #define PRIu64 "llu" /* uint64_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_fmtio.h 98 #define PRIu64 "lu" /* uint64_t */
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_fmtio.h 98 #define PRIu64 "lu" /* uint64_t */
  /external/e2fsprogs/intl/
loadmsgcat.c 183 #if !defined PRIu64 || PRI_MACROS_BROKEN
184 # undef PRIu64
185 # define PRIu64 (sizeof (long) == 8 ? "lu" : "llu")
281 # define PRIuLEAST64 PRIu64
377 # define PRIuFAST64 PRIu64
572 return PRIu64;
    [all...]
  /external/libusb/msvc/
inttypes.h 107 #define PRIu64 "I64u"
  /external/syslinux/com32/include/
inttypes.h 83 #define PRIu64 __PRI64_RANK "u"
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
inttypes.h 101 #define PRIu64 "llu" /* uint64_t */
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
inttypes.h 101 #define PRIu64 "llu" /* uint64_t */
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
inttypes.h 101 #define PRIu64 "llu" /* uint64_t */
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
inttypes.h 101 #define PRIu64 "llu" /* uint64_t */

Completed in 1205 milliseconds

1 2 3 4 5