HomeSort by relevance Sort by last modified time
    Searched refs:PRIxMAX (Results 1 - 21 of 21) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_print_pop.h 31 #undef PRIxMAX
35 #undef PRIXMAX
93 #define PRIxMAX "llx"
97 #define PRIXMAX "llX"
_mingw_print_push.h 31 #undef PRIxMAX
35 #undef PRIXMAX
92 #define PRIxMAX "llx"
96 #define PRIXMAX "llX"
inttypes.h 124 #define PRIxMAX "I64x"
141 #define PRIXMAX "I64X"
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_fmtio.h 122 #define PRIxMAX "lx" /* uintmax_t */
137 #define PRIXMAX "lX" /* uintmax_t */
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_fmtio.h 122 #define PRIxMAX "lx" /* uintmax_t */
137 #define PRIXMAX "lX" /* uintmax_t */
  /external/python/cpython2/Lib/plat-sunos5/
TYPES.py 190 PRIxMAX = "lx"
194 PRIxMAX = "llx"
198 PRIxMAX = "x"
  /external/elfutils/tests/
asm-tst8.c 154 printf ("requested value 0xfeedbeef, is %#" PRIxMAX "\n",
  /external/libusb/msvc/
inttypes.h 137 #define PRIxMAX "I64x"
154 #define PRIXMAX "I64X"
  /bionic/libc/include/
inttypes.h 139 #define PRIxMAX "jx" /* uintmax_t */
157 #define PRIXMAX "jX" /* uintmax_t */
  /external/syslinux/com32/include/
inttypes.h 113 #define PRIxMAX __PRI64_RANK "x"
131 #define PRIXMAX __PRI64_RANK "X"
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
inttypes.h 156 #define PRIxMAX "I64x"
157 #define PRIXMAX "I64X"
  /external/e2fsprogs/intl/
loadmsgcat.c 403 #if !defined PRIxMAX || PRI_MACROS_BROKEN
404 # undef PRIxMAX
405 # define PRIxMAX (sizeof (uintmax_t) == sizeof (long) ? "lx" : "llx")
407 #if !defined PRIXMAX || PRI_MACROS_BROKEN
408 # undef PRIXMAX
409 # define PRIXMAX (sizeof (uintmax_t) == sizeof (long) ? "lX" : "llX")
727 return PRIxMAX;
729 return PRIXMAX;
    [all...]
  /toolchain/binutils/binutils-2.27/intl/
loadmsgcat.c 403 #if !defined PRIxMAX || PRI_MACROS_BROKEN
404 # undef PRIxMAX
405 # define PRIxMAX (sizeof (uintmax_t) == sizeof (long) ? "lx" : "llx")
407 #if !defined PRIXMAX || PRI_MACROS_BROKEN
408 # undef PRIXMAX
409 # define PRIXMAX (sizeof (uintmax_t) == sizeof (long) ? "lX" : "llX")
733 return PRIxMAX;
735 return PRIXMAX;
    [all...]
  /external/elfutils/src/
addr2line.c 556 gettext ("offset %#" PRIxMAX " lies outside"
650 gettext ("offset %#" PRIxMAX " lies outside"
size.c 585 PRIxMAX " %s",
readelf.c     [all...]
  /external/libcxx/test/std/depr/depr.c.headers/
inttypes_h.pass.cpp 531 #ifndef PRIxMAX
532 #error PRIxMAX not defined
587 #ifndef PRIXMAX
588 #error PRIXMAX not defined
  /external/libcxx/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp 531 #ifndef PRIxMAX
532 #error PRIxMAX not defined
587 #ifndef PRIXMAX
588 #error PRIXMAX not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
inttypes_h.pass.cpp 531 #ifndef PRIxMAX
532 #error PRIxMAX not defined
587 #ifndef PRIXMAX
588 #error PRIXMAX not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp 531 #ifndef PRIxMAX
532 #error PRIxMAX not defined
587 #ifndef PRIXMAX
588 #error PRIXMAX not defined
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
inttypes.h 161 # define PRIxMAX __PRI64_PREFIX "x"
162 # define PRIXMAX __PRI64_PREFIX "X"

Completed in 600 milliseconds