HomeSort by relevance Sort by last modified time
    Searched refs:PRIxFAST32 (Results 26 - 34 of 34) sorted by null

12

  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
inttypes.h 138 #define PRIxFAST32 "I32x"
139 #define PRIXFAST32 "I32X"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
inttypes.h 121 #define PRIxFAST32 "x"
138 #define PRIXFAST32 "X"
  /external/e2fsprogs/intl/
loadmsgcat.c 355 #if !defined PRIxFAST32 || PRI_MACROS_BROKEN
356 # undef PRIxFAST32
357 # define PRIxFAST32 "x"
359 #if !defined PRIXFAST32 || PRI_MACROS_BROKEN
360 # undef PRIXFAST32
361 # define PRIXFAST32 "X"
693 return PRIxFAST32;
695 return PRIXFAST32;
    [all...]
  /toolchain/binutils/binutils-2.27/intl/
loadmsgcat.c 355 #if !defined PRIxFAST32 || PRI_MACROS_BROKEN
356 # undef PRIxFAST32
357 # define PRIxFAST32 "x"
359 #if !defined PRIXFAST32 || PRI_MACROS_BROKEN
360 # undef PRIXFAST32
361 # define PRIXFAST32 "X"
699 return PRIxFAST32;
701 return PRIXFAST32;
    [all...]
  /external/libcxx/test/std/depr/depr.c.headers/
inttypes_h.pass.cpp 523 #ifndef PRIxFAST32
524 #error PRIxFAST32 not defined
579 #ifndef PRIXFAST32
580 #error PRIXFAST32 not defined
  /external/libcxx/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp 523 #ifndef PRIxFAST32
524 #error PRIxFAST32 not defined
579 #ifndef PRIXFAST32
580 #error PRIXFAST32 not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
inttypes_h.pass.cpp 523 #ifndef PRIxFAST32
524 #error PRIxFAST32 not defined
579 #ifndef PRIXFAST32
580 #error PRIXFAST32 not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp 523 #ifndef PRIxFAST32
524 #error PRIxFAST32 not defined
579 #ifndef PRIXFAST32
580 #error PRIXFAST32 not defined
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
inttypes.h 136 # define PRIxFAST32 __PRIPTR_PREFIX "x"
152 # define PRIXFAST32 __PRIPTR_PREFIX "X"

Completed in 193 milliseconds

12