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

1 2 3 4

  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
opj_inttypes.h 42 #define PRIx64 "I64x"
  /external/chromium_org/base/
format_macros.h 43 #define WidePRIx64 PRIx64
87 #if !defined(PRIx64)
88 #define PRIx64 "I64x"
  /external/libpcap/Win32/Include/
bittypes.h 73 #ifndef PRIx64
75 #define PRIx64 "I64x"
77 #define PRIx64 "llx"
79 #endif /* PRIx64 */
  /external/tcpdump/win32/Include/
bittypes.h 73 #ifndef PRIx64
75 #define PRIx64 "I64x"
77 #define PRIx64 "llx"
79 #endif /* PRIx64 */
  /external/qemu/android/utils/
system.h 166 #ifndef PRIx64
167 # define PRIx64 "llx"
  /external/qemu/
disas.c 58 "Address 0x%" PRIx64 " is out of bounds.\n", memaddr);
71 (*info->fprintf_func) (info->stream, "0x%" PRIx64, addr);
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
basictypes.h 91 #ifndef PRIx64
92 #define PRIx64 "llx"
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
basictypes.h 91 #ifndef PRIx64
92 #define PRIx64 "llx"
  /external/compiler-rt/SDKs/darwin/usr/include/
inttypes.h 49 #define PRIx64 __INTTYPE_PRI64__ "x"
54 #define PRIX64 __INTTYPE_PRI64__ "X"
  /external/llvm/include/llvm/Support/
DataTypes.h 183 #ifndef PRIx64
184 # define PRIx64 "I64x"
186 #ifndef PRIX64
187 # define PRIX64 "I64X"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_print_pop.h 28 #undef PRIx64
32 #undef PRIX64
90 #define PRIx64 "llx"
94 #define PRIX64 "llX"
_mingw_print_push.h 28 #undef PRIx64
32 #undef PRIX64
89 #define PRIx64 "llx"
93 #define PRIX64 "llX"
inttypes.h 112 #define PRIx64 "I64x"
129 #define PRIX64 "I64X"
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 332 #define PRIx64 "I64x"
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 329 #define PRIx64 "I64x"
  /bionic/libc/include/
inttypes.h 126 #define PRIx64 __PRI_64_prefix"x" /* uint64_t */
144 #define PRIX64 __PRI_64_prefix"X" /* uint64_t */
  /development/ndk/platforms/android-3/include/
inttypes.h 119 #define PRIx64 "llx" /* uint64_t */
137 #define PRIX64 "llX" /* uint64_t */
  /development/ndk/platforms/android-L/include/
inttypes.h 126 #define PRIx64 __PRI_64_prefix"x" /* uint64_t */
144 #define PRIX64 __PRI_64_prefix"X" /* uint64_t */
  /external/chromium_org/third_party/libusb/src/msvc/
inttypes.h 125 #define PRIx64 "I64x"
142 #define PRIX64 "I64X"
  /external/e2fsprogs/intl/
loadmsgcat.c 187 #if !defined PRIx64 || PRI_MACROS_BROKEN
188 # undef PRIx64
189 # define PRIx64 (sizeof (long) == 8 ? "lx" : "llx")
191 #if !defined PRIX64 || PRI_MACROS_BROKEN
192 # undef PRIX64
193 # define PRIX64 (sizeof (long) == 8 ? "lX" : "llX")
285 # define PRIxLEAST64 PRIx64
289 # define PRIXLEAST64 PRIX64
381 # define PRIxFAST64 PRIx64
385 # define PRIXFAST64 PRIX64
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
inttypes.h 119 #define PRIx64 "llx" /* uint64_t */
137 #define PRIX64 "llX" /* uint64_t */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
inttypes.h 119 #define PRIx64 "llx" /* uint64_t */
137 #define PRIX64 "llX" /* uint64_t */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
inttypes.h 119 #define PRIx64 "llx" /* uint64_t */
137 #define PRIX64 "llX" /* uint64_t */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
inttypes.h 119 #define PRIx64 "llx" /* uint64_t */
137 #define PRIX64 "llX" /* uint64_t */
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
inttypes.h 119 #define PRIx64 "llx" /* uint64_t */
137 #define PRIX64 "llX" /* uint64_t */

Completed in 4060 milliseconds

1 2 3 4