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

1 2 3 4 5

  /external/pdfium/third_party/libopenjpeg20/
opj_inttypes.h 42 #define PRIx64 "I64x"
  /external/webrtc/webrtc/base/
format_macros.h 86 #if !defined(PRIx64)
87 #define PRIx64 "I64x"
  /external/google-breakpad/src/google_breakpad/common/
breakpad_types.h 79 /* Try to get PRIx64 from inttypes.h, but if it's not defined, fall back to
82 #ifndef PRIx64
83 #define PRIx64 "llx"
84 #endif /* !PRIx64 */
  /external/libpcap/Win32/Include/
bittypes.h 73 #ifndef PRIx64
75 #define PRIx64 "I64x"
77 #define PRIx64 "llx"
79 #endif /* PRIx64 */
  /external/flac/include/share/
compat.h 125 # define PRIx64 "llx"
141 # define PRIx64 "I64x"
  /external/google-breakpad/src/processor/
dump_context.cc 41 #define PRIx64 "llx"
361 printf(" float_save.fpregs[%2d] = 0x%" PRIx64 "\n",
369 // PRIx64 as two 64-bit quantities requires knowledge of the CPU's
381 printf(" context_flags = 0x%" PRIx64 "\n",
383 printf(" srr0 = 0x%" PRIx64 "\n",
385 printf(" srr1 = 0x%" PRIx64 "\n",
390 printf(" gpr[%2d] = 0x%" PRIx64 "\n",
393 printf(" cr = 0x%" PRIx64 "\n", context_ppc64->cr);
394 printf(" xer = 0x%" PRIx64 "\n",
396 printf(" lr = 0x%" PRIx64 "\n", context_ppc64->lr)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DataTypes.h 171 #ifndef PRIx64
172 # define PRIx64 "I64x"
  /external/swiftshader/third_party/LLVM/include-android/llvm/Support/
DataTypes.h 170 #ifndef PRIx64
171 # define PRIx64 "I64x"
  /external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
DataTypes.h 170 #ifndef PRIx64
171 # define PRIx64 "I64x"
  /external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
DataTypes.h 170 #ifndef PRIx64
171 # define PRIx64 "I64x"
  /external/llvm/include/llvm/Support/
DataTypes.h 183 #ifndef PRIx64
184 # define PRIx64 "I64x"
186 #ifndef PRIX64
187 # define PRIX64 "I64X"
  /external/tcpdump/
tcpdump-stdinc.h 104 #ifndef PRIx64
105 #define PRIx64 "I64x"
130 #ifndef PRIx64
131 #define PRIx64 "llx"
  /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"
  /bionic/libc/include/
inttypes.h 127 #define PRIx64 __PRI_64_prefix"x" /* uint64_t */
145 #define PRIX64 __PRI_64_prefix"X" /* uint64_t */
  /development/ndk/platforms/android-21/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-9/include/
inttypes.h 119 #define PRIx64 "llx" /* uint64_t */
137 #define PRIX64 "llX" /* uint64_t */
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_fmtio.h 113 #define PRIx64 "lx" /* uint64_t */
128 #define PRIX64 "lX" /* uint64_t */
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_fmtio.h 113 #define PRIx64 "lx" /* uint64_t */
128 #define PRIX64 "lX" /* uint64_t */
  /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...]
  /external/libusb/msvc/
inttypes.h 125 #define PRIx64 "I64x"
142 #define PRIX64 "I64X"
  /external/syslinux/com32/include/
inttypes.h 101 #define PRIx64 __PRI64_RANK "x"
119 #define PRIX64 __PRI64_RANK "X"
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
inttypes.h 119 #define PRIx64 "llx" /* uint64_t */
137 #define PRIX64 "llX" /* uint64_t */
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
inttypes.h 119 #define PRIx64 "llx" /* uint64_t */
137 #define PRIX64 "llX" /* uint64_t */

Completed in 666 milliseconds

1 2 3 4 5