HomeSort by relevance Sort by last modified time
    Searched refs:PRIXMAX (Results 76 - 88 of 88) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
inttypes.h 138 #define PRIxMAX "jx" /* uintmax_t */
156 #define PRIXMAX "jX" /* uintmax_t */
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
inttypes.h 138 #define PRIxMAX "jx" /* uintmax_t */
156 #define PRIXMAX "jX" /* uintmax_t */
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
inttypes.h 138 #define PRIxMAX "jx" /* uintmax_t */
156 #define PRIXMAX "jX" /* uintmax_t */
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
inttypes.h 138 #define PRIxMAX "jx" /* uintmax_t */
156 #define PRIXMAX "jX" /* uintmax_t */
  /external/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 287 #ifndef PRIxMAX
288 #error PRIxMAX not defined
343 #ifndef PRIXMAX
344 #error PRIXMAX not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 287 #ifndef PRIxMAX
288 #error PRIxMAX not defined
343 #ifndef PRIXMAX
344 #error PRIXMAX not defined
  /external/bison/darwin-lib/
inttypes.h 844 #if !defined PRIxMAX || 0
845 # undef PRIxMAX
847 # define PRIxMAX PRIx64
849 # define PRIxMAX "lx"
852 #if !defined PRIXMAX || 0
853 # undef PRIXMAX
855 # define PRIXMAX PRIX64
857 # define PRIXMAX "lX"
    [all...]
  /external/bison/linux-lib/
inttypes.h 844 #if !defined PRIxMAX || 0
845 # undef PRIxMAX
847 # define PRIxMAX PRIx64
849 # define PRIxMAX "lx"
852 #if !defined PRIXMAX || 0
853 # undef PRIXMAX
855 # define PRIXMAX PRIX64
857 # define PRIXMAX "lX"
    [all...]
  /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...]
  /external/libcxx/test/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
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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.11-4.6/sysroot/usr/include/
inttypes.h 161 # define PRIxMAX __PRI64_PREFIX "x"
162 # define PRIXMAX __PRI64_PREFIX "X"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h 161 # define PRIxMAX __PRI64_PREFIX "x"
162 # define PRIXMAX __PRI64_PREFIX "X"

Completed in 532 milliseconds

1 2 34