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

1 2 34

  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
inttypes.h 129 #define PRIxLEAST16 "x" /* uint_least16_t */
147 #define PRIXLEAST16 "X" /* uint_least16_t */
  /external/bison/lib/
inttypes.in.h 266 #if !defined PRIxLEAST16 || @PRI_MACROS_BROKEN@
267 # undef PRIxLEAST16
268 # define PRIxLEAST16 "x"
270 #if !defined PRIXLEAST16 || @PRI_MACROS_BROKEN@
271 # undef PRIXLEAST16
272 # define PRIXLEAST16 "X"
  /external/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 259 #ifndef PRIxLEAST16
260 #error PRIxLEAST16 not defined
315 #ifndef PRIXLEAST16
316 #error PRIXLEAST16 not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 259 #ifndef PRIxLEAST16
260 #error PRIxLEAST16 not defined
315 #ifndef PRIXLEAST16
316 #error PRIXLEAST16 not defined
  /external/e2fsprogs/intl/
loadmsgcat.c 235 #if !defined PRIxLEAST16 || PRI_MACROS_BROKEN
236 # undef PRIxLEAST16
237 # define PRIxLEAST16 "x"
239 #if !defined PRIXLEAST16 || PRI_MACROS_BROKEN
240 # undef PRIXLEAST16
241 # define PRIXLEAST16 "X"
609 return PRIxLEAST16;
611 return PRIXLEAST16;
    [all...]
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 503 #ifndef PRIxLEAST16
504 #error PRIxLEAST16 not defined
559 #ifndef PRIXLEAST16
560 #error PRIXLEAST16 not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 503 #ifndef PRIxLEAST16
504 #error PRIxLEAST16 not defined
559 #ifndef PRIXLEAST16
560 #error PRIXLEAST16 not defined
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
inttypes.h 130 # define PRIxLEAST16 "x"
146 # define PRIXLEAST16 "X"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h 130 # define PRIxLEAST16 "x"
146 # define PRIXLEAST16 "X"
  /external/bison/darwin-lib/
inttypes.h 578 #if !defined PRIxLEAST16 || 0
579 # undef PRIxLEAST16
580 # define PRIxLEAST16 "x"
582 #if !defined PRIXLEAST16 || 0
583 # undef PRIXLEAST16
584 # define PRIXLEAST16 "X"
    [all...]
  /external/bison/linux-lib/
inttypes.h 578 #if !defined PRIxLEAST16 || 0
579 # undef PRIxLEAST16
580 # define PRIxLEAST16 "x"
582 #if !defined PRIXLEAST16 || 0
583 # undef PRIXLEAST16
584 # define PRIXLEAST16 "X"
    [all...]

Completed in 390 milliseconds

1 2 34