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

1 2 34

  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
inttypes.h 128 #define PRIxLEAST8 "x" /* uint_least8_t */
146 #define PRIXLEAST8 "X" /* uint_least8_t */
  /external/bison/lib/
inttypes.in.h 242 #if !defined PRIxLEAST8 || @PRI_MACROS_BROKEN@
243 # undef PRIxLEAST8
244 # define PRIxLEAST8 "x"
246 #if !defined PRIXLEAST8 || @PRI_MACROS_BROKEN@
247 # undef PRIXLEAST8
248 # define PRIXLEAST8 "X"
  /external/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 255 #ifndef PRIxLEAST8
256 #error PRIxLEAST8 not defined
311 #ifndef PRIXLEAST8
312 #error PRIXLEAST8 not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 255 #ifndef PRIxLEAST8
256 #error PRIxLEAST8 not defined
311 #ifndef PRIXLEAST8
312 #error PRIXLEAST8 not defined
  /external/e2fsprogs/intl/
loadmsgcat.c 211 #if !defined PRIxLEAST8 || PRI_MACROS_BROKEN
212 # undef PRIxLEAST8
213 # define PRIxLEAST8 "x"
215 #if !defined PRIXLEAST8 || PRI_MACROS_BROKEN
216 # undef PRIXLEAST8
217 # define PRIXLEAST8 "X"
593 return PRIxLEAST8;
595 return PRIXLEAST8;
    [all...]
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 499 #ifndef PRIxLEAST8
500 #error PRIxLEAST8 not defined
555 #ifndef PRIXLEAST8
556 #error PRIXLEAST8 not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 499 #ifndef PRIxLEAST8
500 #error PRIxLEAST8 not defined
555 #ifndef PRIXLEAST8
556 #error PRIXLEAST8 not defined
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
inttypes.h 129 # define PRIxLEAST8 "x"
145 # define PRIXLEAST8 "X"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h 129 # define PRIxLEAST8 "x"
145 # define PRIXLEAST8 "X"
  /external/bison/darwin-lib/
inttypes.h 554 #if !defined PRIxLEAST8 || 0
555 # undef PRIxLEAST8
556 # define PRIxLEAST8 "x"
558 #if !defined PRIXLEAST8 || 0
559 # undef PRIXLEAST8
560 # define PRIXLEAST8 "X"
    [all...]
  /external/bison/linux-lib/
inttypes.h 554 #if !defined PRIxLEAST8 || 0
555 # undef PRIxLEAST8
556 # define PRIxLEAST8 "x"
558 #if !defined PRIXLEAST8 || 0
559 # undef PRIXLEAST8
560 # define PRIXLEAST8 "X"
    [all...]

Completed in 269 milliseconds

1 2 34