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

1 2 34

  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
inttypes.h 131 #define PRIxLEAST64 __PRI_64_prefix"x" /* uint_least64_t */
149 #define PRIXLEAST64 __PRI_64_prefix"X" /* uint_least64_t */
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
inttypes.h 131 #define PRIxLEAST64 __PRI_64_prefix"x" /* uint_least64_t */
149 #define PRIXLEAST64 __PRI_64_prefix"X" /* uint_least64_t */
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
inttypes.h 131 #define PRIxLEAST64 __PRI_64_prefix"x" /* uint_least64_t */
149 #define PRIXLEAST64 __PRI_64_prefix"X" /* uint_least64_t */
  /external/bison/lib/
inttypes.in.h 317 # if !defined PRIxLEAST64 || @PRI_MACROS_BROKEN@
318 # undef PRIxLEAST64
319 # define PRIxLEAST64 PRIx64
321 # if !defined PRIXLEAST64 || @PRI_MACROS_BROKEN@
322 # undef PRIXLEAST64
323 # define PRIXLEAST64 PRIX64
  /external/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 267 #ifndef PRIxLEAST64
268 #error PRIxLEAST64 not defined
323 #ifndef PRIXLEAST64
324 #error PRIXLEAST64 not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 267 #ifndef PRIxLEAST64
268 #error PRIxLEAST64 not defined
323 #ifndef PRIXLEAST64
324 #error PRIXLEAST64 not defined
  /external/e2fsprogs/intl/
loadmsgcat.c 283 #if !defined PRIxLEAST64 || PRI_MACROS_BROKEN
284 # undef PRIxLEAST64
285 # define PRIxLEAST64 PRIx64
287 #if !defined PRIXLEAST64 || PRI_MACROS_BROKEN
288 # undef PRIXLEAST64
289 # define PRIXLEAST64 PRIX64
641 return PRIxLEAST64;
643 return PRIXLEAST64;
    [all...]
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 511 #ifndef PRIxLEAST64
512 #error PRIxLEAST64 not defined
567 #ifndef PRIXLEAST64
568 #error PRIXLEAST64 not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 511 #ifndef PRIxLEAST64
512 #error PRIxLEAST64 not defined
567 #ifndef PRIXLEAST64
568 #error PRIXLEAST64 not defined
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
inttypes.h 132 # define PRIxLEAST64 __PRI64_PREFIX "x"
148 # define PRIXLEAST64 __PRI64_PREFIX "X"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h 132 # define PRIxLEAST64 __PRI64_PREFIX "x"
148 # define PRIXLEAST64 __PRI64_PREFIX "X"
  /external/bison/darwin-lib/
inttypes.h 629 # if !defined PRIxLEAST64 || 0
630 # undef PRIxLEAST64
631 # define PRIxLEAST64 PRIx64
633 # if !defined PRIXLEAST64 || 0
634 # undef PRIXLEAST64
635 # define PRIXLEAST64 PRIX64
    [all...]
  /external/bison/linux-lib/
inttypes.h 629 # if !defined PRIxLEAST64 || 0
630 # undef PRIxLEAST64
631 # define PRIxLEAST64 PRIx64
633 # if !defined PRIXLEAST64 || 0
634 # undef PRIXLEAST64
635 # define PRIXLEAST64 PRIX64
    [all...]

Completed in 943 milliseconds

1 2 34