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

1 2 3 4 5

  /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"
DataTypes.h.cmake 102 #define PRIx64 "I64x"
103 #define PRIX64 "I64X"
DataTypes.h.in 102 #define PRIx64 "I64x"
103 #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"
  /ndk/tests/device/test-cpufeatures/jni/
test_cpufeatures.c 101 printf("ERROR: Unexpected CPU features mask: %016" PRIX64 "\n",
  /external/bison/lib/
inttypes.in.h 216 # if !defined PRIx64 || @PRI_MACROS_BROKEN@
217 # undef PRIx64
218 # define PRIx64 _PRIu64_PREFIX "x"
220 # if !defined PRIX64 || @PRI_MACROS_BROKEN@
221 # undef PRIX64
222 # define PRIX64 _PRIu64_PREFIX "X"
319 # define PRIxLEAST64 PRIx64
323 # define PRIXLEAST64 PRIX64
362 # define PRIxFAST8 PRIx64
370 # define PRIXFAST8 PRIX64
    [all...]
  /external/llvm/tools/llvm-readobj/
StreamWriter.cpp 41 startLine() << format(" %04" PRIX64 ": ", uint64_t(addr));
Win64EHDumper.cpp 125 OS << format(" (0x%" PRIX64 ")", Offset);
131 OS << format(" +0x%X (0x%" PRIX64 ")", Displacement, Offset);
133 OS << format(" (0x%" PRIX64 ")", Offset);
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_utils.cc 280 printf("XWORD) = %" PRIu64 " (x%" PRIX64 ")\n", attr_value->u64,
285 printf("SXWORD) = %" PRId64 " (x%" PRIX64 ")\n", attr_value->s64,
298 printf("PTR64) = x%08" PRIX64 "\n", attr_value->ptr64);
  /development/ndk/platforms/android-3/include/
inttypes.h 119 #define PRIx64 "llx" /* uint64_t */
137 #define PRIX64 "llX" /* uint64_t */
  /external/bison/darwin-lib/
inttypes.h 528 # if !defined PRIx64 || 0
529 # undef PRIx64
530 # define PRIx64 _PRIu64_PREFIX "x"
532 # if !defined PRIX64 || 0
533 # undef PRIX64
534 # define PRIX64 _PRIu64_PREFIX "X"
631 # define PRIxLEAST64 PRIx64
635 # define PRIXLEAST64 PRIX64
674 # define PRIxFAST8 PRIx64
682 # define PRIXFAST8 PRIX64
    [all...]
  /external/bison/linux-lib/
inttypes.h 528 # if !defined PRIx64 || 0
529 # undef PRIx64
530 # define PRIx64 _PRIu64_PREFIX "x"
532 # if !defined PRIX64 || 0
533 # undef PRIX64
534 # define PRIX64 _PRIu64_PREFIX "X"
631 # define PRIxLEAST64 PRIx64
635 # define PRIXLEAST64 PRIX64
674 # define PRIxFAST8 PRIx64
682 # define PRIXFAST8 PRIX64
    [all...]
  /external/chromium_org/third_party/libusb/src/msvc/
inttypes.h 125 #define PRIx64 "I64x"
142 #define PRIX64 "I64X"
  /external/chromium_org/third_party/mesa/src/include/c99/
inttypes.h 133 #define PRIx64 "I64x"
134 #define PRIX64 "I64X"
  /external/mesa3d/include/c99/
inttypes.h 133 #define PRIx64 "I64x"
134 #define PRIX64 "I64X"
  /external/qemu/include/qom/
cpu.h 41 #define VADDR_PRIx PRIx64
42 #define VADDR_PRIX PRIX64
  /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 */
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
inttypes.h 119 #define PRIx64 "llx" /* uint64_t */
137 #define PRIX64 "llX" /* uint64_t */
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
inttypes.h 119 #define PRIx64 "llx" /* uint64_t */
137 #define PRIX64 "llX" /* uint64_t */

Completed in 483 milliseconds

1 2 3 4 5