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

  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_fmtio.h 114 #define PRIxLEAST8 "x" /* uint_least8_t */
129 #define PRIXLEAST8 "X" /* uint_least8_t */
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_fmtio.h 114 #define PRIxLEAST8 "x" /* uint_least8_t */
129 #define PRIXLEAST8 "X" /* uint_least8_t */
  /external/libusb/msvc/
inttypes.h 127 #define PRIxLEAST8 "x"
144 #define PRIXLEAST8 "X"
  /bionic/libc/include/
inttypes.h 129 #define PRIxLEAST8 "x" /* uint_least8_t */
147 #define PRIXLEAST8 "X" /* uint_least8_t */
  /external/u-boot/include/
inttypes.h 123 # define PRIxLEAST8 "x"
139 # define PRIXLEAST8 "X"
  /external/e2fsprogs/intl/
loadmsgcat.c 211 #if !defined PRIxLEAST8 || PRI_MACROS_BROKEN
212 # undef PRIxLEAST8
213 # define PRIxLEAST8 "x"
215 #if !defined PRIXLEAST8 || PRI_MACROS_BROKEN
216 # undef PRIXLEAST8
217 # define PRIXLEAST8 "X"
593 return PRIxLEAST8;
595 return PRIXLEAST8;
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
TYPES.py 143 PRIxLEAST8 = "x"
153 PRIXLEAST8 = "X"
  /external/libcxx/test/std/depr/depr.c.headers/
inttypes_h.pass.cpp 499 #ifndef PRIxLEAST8
500 #error PRIxLEAST8 not defined
555 #ifndef PRIXLEAST8
556 #error PRIXLEAST8 not defined
  /external/libcxx/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp 499 #ifndef PRIxLEAST8
500 #error PRIxLEAST8 not defined
555 #ifndef PRIXLEAST8
556 #error PRIXLEAST8 not defined

Completed in 416 milliseconds