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

1 2 34

  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
inttypes.h 136 #define PRIxFAST64 __PRI_64_prefix"x" /* uint_fast64_t */
154 #define PRIXFAST64 __PRI_64_prefix"X" /* uint_fast64_t */
  /external/bison/lib/
inttypes.in.h 490 # if !defined PRIxFAST64 || @PRI_MACROS_BROKEN@
491 # undef PRIxFAST64
492 # define PRIxFAST64 PRIx64
494 # if !defined PRIXFAST64 || @PRI_MACROS_BROKEN@
495 # undef PRIXFAST64
496 # define PRIXFAST64 PRIX64
  /external/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 283 #ifndef PRIxFAST64
284 #error PRIxFAST64 not defined
339 #ifndef PRIXFAST64
340 #error PRIXFAST64 not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 283 #ifndef PRIxFAST64
284 #error PRIxFAST64 not defined
339 #ifndef PRIXFAST64
340 #error PRIXFAST64 not defined
  /external/e2fsprogs/intl/
loadmsgcat.c 379 #if !defined PRIxFAST64 || PRI_MACROS_BROKEN
380 # undef PRIxFAST64
381 # define PRIxFAST64 PRIx64
383 #if !defined PRIXFAST64 || PRI_MACROS_BROKEN
384 # undef PRIXFAST64
385 # define PRIXFAST64 PRIX64
709 return PRIxFAST64;
711 return PRIXFAST64;
    [all...]
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 527 #ifndef PRIxFAST64
528 #error PRIxFAST64 not defined
583 #ifndef PRIXFAST64
584 #error PRIXFAST64 not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 527 #ifndef PRIxFAST64
528 #error PRIxFAST64 not defined
583 #ifndef PRIXFAST64
584 #error PRIXFAST64 not defined
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
inttypes.h 137 # define PRIxFAST64 __PRI64_PREFIX "x"
153 # define PRIXFAST64 __PRI64_PREFIX "X"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h 137 # define PRIxFAST64 __PRI64_PREFIX "x"
153 # define PRIXFAST64 __PRI64_PREFIX "X"
  /external/bison/darwin-lib/
inttypes.h 802 # if !defined PRIxFAST64 || 0
803 # undef PRIxFAST64
804 # define PRIxFAST64 PRIx64
806 # if !defined PRIXFAST64 || 0
807 # undef PRIXFAST64
808 # define PRIXFAST64 PRIX64
    [all...]
  /external/bison/linux-lib/
inttypes.h 802 # if !defined PRIxFAST64 || 0
803 # undef PRIxFAST64
804 # define PRIxFAST64 PRIx64
806 # if !defined PRIXFAST64 || 0
807 # undef PRIXFAST64
808 # define PRIXFAST64 PRIX64
    [all...]

Completed in 669 milliseconds

1 2 34