Lines Matching +defs:val +defs:msg
65 static void warn(const char * file, int line, const char * msg) {
67 fprintf(stderr, "warning: %s at %s:%d\n", msg, file, line);
71 static void warn1(const char * file, int line, const char * msg, intptr_t arg1) {
74 fprintf(stderr, msg, arg1);
81 #define WARN(msg) warn(__FILE__, __LINE__, msg)
82 #define WARN1(msg, arg1) warn1(__FILE__, __LINE__, msg, arg1)
648 raw_read_int(jvm_agent_t* J, uint64_t *buffer, int32_t *val)
680 *val = sum;
686 *val = sum;