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

1 2 34

  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
inttypes.h 130 #define PRIxLEAST32 "x" /* uint_least32_t */
148 #define PRIXLEAST32 "X" /* uint_least32_t */
  /external/bison/lib/
inttypes.in.h 290 #if !defined PRIxLEAST32 || @PRI_MACROS_BROKEN@
291 # undef PRIxLEAST32
292 # define PRIxLEAST32 "x"
294 #if !defined PRIXLEAST32 || @PRI_MACROS_BROKEN@
295 # undef PRIXLEAST32
296 # define PRIXLEAST32 "X"
  /external/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 263 #ifndef PRIxLEAST32
264 #error PRIxLEAST32 not defined
319 #ifndef PRIXLEAST32
320 #error PRIXLEAST32 not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 263 #ifndef PRIxLEAST32
264 #error PRIxLEAST32 not defined
319 #ifndef PRIXLEAST32
320 #error PRIXLEAST32 not defined
  /external/e2fsprogs/intl/
loadmsgcat.c 259 #if !defined PRIxLEAST32 || PRI_MACROS_BROKEN
260 # undef PRIxLEAST32
261 # define PRIxLEAST32 "x"
263 #if !defined PRIXLEAST32 || PRI_MACROS_BROKEN
264 # undef PRIXLEAST32
265 # define PRIXLEAST32 "X"
625 return PRIxLEAST32;
627 return PRIXLEAST32;
    [all...]
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 507 #ifndef PRIxLEAST32
508 #error PRIxLEAST32 not defined
563 #ifndef PRIXLEAST32
564 #error PRIXLEAST32 not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 507 #ifndef PRIxLEAST32
508 #error PRIxLEAST32 not defined
563 #ifndef PRIXLEAST32
564 #error PRIXLEAST32 not defined
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
inttypes.h 131 # define PRIxLEAST32 "x"
147 # define PRIXLEAST32 "X"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h 131 # define PRIxLEAST32 "x"
147 # define PRIXLEAST32 "X"
  /external/bison/darwin-lib/
inttypes.h 602 #if !defined PRIxLEAST32 || 0
603 # undef PRIxLEAST32
604 # define PRIxLEAST32 "x"
606 #if !defined PRIXLEAST32 || 0
607 # undef PRIXLEAST32
608 # define PRIXLEAST32 "X"
    [all...]
  /external/bison/linux-lib/
inttypes.h 602 #if !defined PRIxLEAST32 || 0
603 # undef PRIxLEAST32
604 # define PRIxLEAST32 "x"
606 #if !defined PRIXLEAST32 || 0
607 # undef PRIXLEAST32
608 # define PRIXLEAST32 "X"
    [all...]

Completed in 708 milliseconds

1 2 34