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

  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_fmtio.h 118 #define PRIxFAST8 "x" /* uint_fast8_t */
133 #define PRIXFAST8 "X" /* uint_fast8_t */
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_fmtio.h 118 #define PRIxFAST8 "x" /* uint_fast8_t */
133 #define PRIXFAST8 "X" /* uint_fast8_t */
  /external/libusb/msvc/
inttypes.h 132 #define PRIxFAST8 "x"
149 #define PRIXFAST8 "X"
  /bionic/libc/include/
inttypes.h 134 #define PRIxFAST8 "x" /* uint_fast8_t */
152 #define PRIXFAST8 "X" /* uint_fast8_t */
  /external/u-boot/include/
inttypes.h 128 # define PRIxFAST8 "x"
144 # define PRIXFAST8 "X"
  /external/e2fsprogs/intl/
loadmsgcat.c 307 #if !defined PRIxFAST8 || PRI_MACROS_BROKEN
308 # undef PRIxFAST8
309 # define PRIxFAST8 "x"
311 #if !defined PRIXFAST8 || PRI_MACROS_BROKEN
312 # undef PRIXFAST8
313 # define PRIXFAST8 "X"
661 return PRIxFAST8;
663 return PRIXFAST8;
    [all...]
  /external/libcxx/test/std/depr/depr.c.headers/
inttypes_h.pass.cpp 515 #ifndef PRIxFAST8
516 #error PRIxFAST8 not defined
571 #ifndef PRIXFAST8
572 #error PRIXFAST8 not defined
  /external/libcxx/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp 515 #ifndef PRIxFAST8
516 #error PRIxFAST8 not defined
571 #ifndef PRIXFAST8
572 #error PRIXFAST8 not defined

Completed in 539 milliseconds