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

1 2 34

  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
inttypes.h 134 #define PRIxFAST16 "x" /* uint_fast16_t */
152 #define PRIXFAST16 "X" /* uint_fast16_t */
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
inttypes.h 134 #define PRIxFAST16 "x" /* uint_fast16_t */
152 #define PRIXFAST16 "X" /* uint_fast16_t */
  /external/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 275 #ifndef PRIxFAST16
276 #error PRIxFAST16 not defined
331 #ifndef PRIXFAST16
332 #error PRIXFAST16 not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 275 #ifndef PRIxFAST16
276 #error PRIxFAST16 not defined
331 #ifndef PRIXFAST16
332 #error PRIXFAST16 not defined
  /external/bison/darwin-lib/
inttypes.h 719 #if !defined PRIxFAST16 || 0
720 # undef PRIxFAST16
722 # define PRIxFAST16 PRIx64
724 # define PRIxFAST16 "x"
727 #if !defined PRIXFAST16 || 0
728 # undef PRIXFAST16
730 # define PRIXFAST16 PRIX64
732 # define PRIXFAST16 "X"
    [all...]
  /external/bison/linux-lib/
inttypes.h 719 #if !defined PRIxFAST16 || 0
720 # undef PRIxFAST16
722 # define PRIxFAST16 PRIx64
724 # define PRIxFAST16 "x"
727 #if !defined PRIXFAST16 || 0
728 # undef PRIXFAST16
730 # define PRIXFAST16 PRIX64
732 # define PRIXFAST16 "X"
    [all...]
  /external/e2fsprogs/intl/
loadmsgcat.c 331 #if !defined PRIxFAST16 || PRI_MACROS_BROKEN
332 # undef PRIxFAST16
333 # define PRIxFAST16 "x"
335 #if !defined PRIXFAST16 || PRI_MACROS_BROKEN
336 # undef PRIXFAST16
337 # define PRIXFAST16 "X"
677 return PRIxFAST16;
679 return PRIXFAST16;
    [all...]
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 519 #ifndef PRIxFAST16
520 #error PRIxFAST16 not defined
575 #ifndef PRIXFAST16
576 #error PRIXFAST16 not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 519 #ifndef PRIxFAST16
520 #error PRIxFAST16 not defined
575 #ifndef PRIXFAST16
576 #error PRIXFAST16 not defined
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
inttypes.h 135 # define PRIxFAST16 __PRIPTR_PREFIX "x"
151 # define PRIXFAST16 __PRIPTR_PREFIX "X"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h 135 # define PRIxFAST16 __PRIPTR_PREFIX "x"
151 # define PRIXFAST16 __PRIPTR_PREFIX "X"

Completed in 399 milliseconds

1 2 34