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

  /external/clang/lib/Headers/
inttypes.h 48 #undef PRIxLEAST32
51 #undef PRIXLEAST32
83 #define PRIxLEAST32 "x"
86 #define PRIXLEAST32 "X"
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_fmtio.h 116 #define PRIxLEAST32 "x" /* uint_least32_t */
131 #define PRIXLEAST32 "X" /* uint_least32_t */
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_fmtio.h 116 #define PRIxLEAST32 "x" /* uint_least32_t */
131 #define PRIXLEAST32 "X" /* uint_least32_t */
  /external/libusb/msvc/
inttypes.h 129 #define PRIxLEAST32 "x"
146 #define PRIXLEAST32 "X"
  /bionic/libc/include/
inttypes.h 131 #define PRIxLEAST32 "x" /* uint_least32_t */
149 #define PRIXLEAST32 "X" /* uint_least32_t */
  /external/u-boot/include/
inttypes.h 125 # define PRIxLEAST32 "x"
141 # define PRIXLEAST32 "X"
  /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/python/cpython2/Lib/plat-sunos5/
TYPES.py 145 PRIxLEAST32 = "x"
155 PRIXLEAST32 = "X"
  /external/libcxx/test/std/depr/depr.c.headers/
inttypes_h.pass.cpp 507 #ifndef PRIxLEAST32
508 #error PRIxLEAST32 not defined
563 #ifndef PRIXLEAST32
564 #error PRIXLEAST32 not defined
  /external/libcxx/test/std/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
  /external/vulkan-validation-layers/layers/
parameter_validation_utils.cpp     [all...]
core_validation.cpp     [all...]

Completed in 1844 milliseconds