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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_error.h67 #define LOG_STDERR(args) \ macro
74 #define LOG_STDERR(args) macro
79 #define LOG1(str1) LOG_STDERR((stderr, LOG_FORMAT("%s"), \
81 #define LOG2(str1,str2) LOG_STDERR((stderr, LOG_FORMAT("%s %s"), \
83 #define LOG3(str1,str2,num) LOG_STDERR((stderr, LOG_FORMAT("%s %s 0x%x"), \

Completed in 825 milliseconds