Home
last modified time | relevance | path

Searched refs:PRIoMAX (Results 1 – 10 of 10) 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/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/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp175 #ifndef PRIoMAX
176 #error PRIoMAX not defined
/external/mesa3d/include/c99/
Dinttypes.h144 #define PRIoMAX "I64o" macro
/external/opencv3/3rdparty/include/
Dmsc_inttypes.h142 #define PRIoMAX "I64o" macro
/external/libcxx/include/
Dcinttypes74 PRIoMAX
Dmodule.modulemap93 …AST16, PRIoFAST32, PRIoFAST64, PRIoLEAST8, PRIoLEAST16, PRIoLEAST32, PRIoLEAST64, PRIoMAX, PRIoPTR,
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp419 #ifndef PRIoMAX
420 #error PRIoMAX not defined