HomeSort by relevance Sort by last modified time
    Searched refs:PRIxFAST16 (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_fmtio.h 119 #define PRIxFAST16 "x" /* uint_fast16_t */
134 #define PRIXFAST16 "X" /* uint_fast16_t */
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_fmtio.h 119 #define PRIxFAST16 "x" /* uint_fast16_t */
134 #define PRIXFAST16 "X" /* uint_fast16_t */
  /external/libusb/msvc/
inttypes.h 133 #define PRIxFAST16 "x"
150 #define PRIXFAST16 "X"
  /bionic/libc/include/
inttypes.h 135 #define PRIxFAST16 __PRI_FAST_prefix"x" /* uint_fast16_t */
153 #define PRIXFAST16 __PRI_FAST_prefix"X" /* uint_fast16_t */
  /external/u-boot/include/
inttypes.h 129 # define PRIxFAST16 __PRIPTR_PREFIX "x"
145 # define PRIXFAST16 __PRIPTR_PREFIX "X"
  /external/e2fsprogs/intl/
loadmsgcat.c 331 #if !defined PRIxFAST16 || PRI_MACROS_BROKEN
332 # undef PRIxFAST16
333 # define PRIxFAST16 "x"
335 #if !defined PRIXFAST16 || PRI_MACROS_BROKEN
336 # undef PRIXFAST16
337 # define PRIXFAST16 "X"
677 return PRIxFAST16;
679 return PRIXFAST16;
    [all...]
  /external/libcxx/test/std/depr/depr.c.headers/
inttypes_h.pass.cpp 519 #ifndef PRIxFAST16
520 #error PRIxFAST16 not defined
575 #ifndef PRIXFAST16
576 #error PRIXFAST16 not defined
  /external/libcxx/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp 519 #ifndef PRIxFAST16
520 #error PRIxFAST16 not defined
575 #ifndef PRIXFAST16
576 #error PRIXFAST16 not defined

Completed in 59 milliseconds