Searched refs:PRIdPTR (Results 1 - 3 of 3) sorted by relevance

/openjdk10/hotspot/src/share/vm/utilities/
H A DglobalDefinitions_sparcWorks.hpp72 #ifndef PRIdPTR
74 #define PRIdPTR "ld" macro
78 #define PRIdPTR "d" macro
H A DglobalDefinitions_visCPP.hpp201 #define PRIdPTR "I64d" macro
205 #define PRIdPTR "d" macro
H A DglobalDefinitions.hpp96 #define SSIZE_FORMAT "%" PRIdPTR
99 #define SSIZE_FORMAT_W(width) "%" #width PRIdPTR
103 #define INTX_FORMAT "%" PRIdPTR
105 #define INTX_FORMAT_W(width) "%" #width PRIdPTR

Completed in 109 milliseconds