Home
last modified time | relevance | path

Searched defs:PRIuMAX (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
Dprivate.h194 # define PRIuMAX "llu" macro
197 # define PRIuMAX "lu" macro
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py191 PRIuMAX = "lu" variable
195 PRIuMAX = "llu" variable
199 PRIuMAX = "u" variable
/external/libusb/msvc/
Dinttypes.h120 #define PRIuMAX "I64u" macro
/external/e2fsprogs/intl/
Dloadmsgcat.c401 # define PRIuMAX (sizeof (uintmax_t) == sizeof (long) ? "lu" : "llu") macro
/external/u-boot/include/
Dinttypes.h154 # define PRIuMAX __PRI64_PREFIX "u" macro