Home
last modified time | relevance | path

Searched refs:PRIoMAX (Results 1 – 12 of 12) sorted by relevance

/external/bison/lib/
Dinttypes.in.h516 #if !defined PRIoMAX || @PRI_MACROS_BROKEN@
517 # undef PRIoMAX
519 # define PRIoMAX PRIo64 macro
521 # define PRIoMAX "lo"
/external/bison/linux-lib/
Dinttypes.h828 #if !defined PRIoMAX || 0
829 # undef PRIoMAX
831 # define PRIoMAX PRIo64 macro
833 # define PRIoMAX "lo" macro
/external/bison/darwin-lib/
Dinttypes.h828 #if !defined PRIoMAX || 0
829 # undef PRIoMAX
831 # define PRIoMAX PRIo64 macro
833 # define PRIoMAX "lo" macro
/external/chromium_org/third_party/libusb/src/msvc/
Dinttypes.h101 #define PRIoMAX "I64o" macro
/external/chromium_org/third_party/WebKit/Source/wtf/os-win32/
Dinttypes.h137 #define PRIoMAX "llo" macro
/external/mesa3d/include/c99/
Dinttypes.h144 #define PRIoMAX "I64o" macro
/external/chromium_org/third_party/mesa/src/include/c99/
Dinttypes.h144 #define PRIoMAX "I64o" macro
/external/libcxx/test/depr/depr.c.headers/
Dinttypes_h.pass.cpp175 #ifndef PRIoMAX
176 #error PRIoMAX not defined
/external/e2fsprogs/intl/
Dloadmsgcat.c395 #if !defined PRIoMAX || PRI_MACROS_BROKEN
396 # undef PRIoMAX
397 # define PRIoMAX (sizeof (uintmax_t) == sizeof (long) ? "lo" : "llo") macro
723 return PRIoMAX; in get_sysdep_segment_value()
/external/jemalloc/include/msvc_compat/C99/
Dinttypes.h152 #define PRIoMAX __PRI64_PREFIX "o" macro
/external/libcxx/include/
Dcinttypes74 PRIoMAX
/external/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp419 #ifndef PRIoMAX
420 #error PRIoMAX not defined