Lines Matching refs:DBGMSG

55 	DBGMSG(("\t************ START - DUMP BMessage ***********\n"));  in DUMP_BMESSAGE()
56 DBGMSG(("\taddress: 0x%x\n", (int)msg)); in DUMP_BMESSAGE()
61 DBGMSG(("\tmsg->what: %c%c%c%c\n", in DUMP_BMESSAGE()
67 DBGMSG(("\tmsg->what: %c%c%c%c\n", in DUMP_BMESSAGE()
80 DBGMSG(("\t%s, B_BOOL_TYPE[%d]: %s\n", in DUMP_BMESSAGE()
89 DBGMSG(("\t%s, B_INT8_TYPE[%d]: %d\n", name, j, (int)anInt8)); in DUMP_BMESSAGE()
97 DBGMSG(("\t%s, B_INT16_TYPE[%d]: %d\n", name, j, (int)anInt16)); in DUMP_BMESSAGE()
105 DBGMSG(("\t%s, B_INT32_TYPE[%d]: %d\n", name, j, (int)anInt32)); in DUMP_BMESSAGE()
113 DBGMSG(("\t%s, B_INT64_TYPE[%d]: %d\n", name, j, (int)anInt64)); in DUMP_BMESSAGE()
121 DBGMSG(("\t%s, B_FLOAT_TYPE[%d]: %f\n", name, j, aFloat)); in DUMP_BMESSAGE()
129 DBGMSG(("\t%s, B_DOUBLE_TYPE[%d]: %f\n", name, j, (float)aDouble)); in DUMP_BMESSAGE()
137 DBGMSG(("\t%s, B_STRING_TYPE[%d]: %s\n", name, j, string)); in DUMP_BMESSAGE()
145 DBGMSG(("\t%s, B_POINT_TYPE[%d]: %f, %f\n", in DUMP_BMESSAGE()
154 DBGMSG(("\t%s, B_RECT_TYPE[%d]: %f, %f, %f, %f\n", in DUMP_BMESSAGE()
163 DBGMSG(("\t%s, 0x%x, count: %d\n", in DUMP_BMESSAGE()
167 DBGMSG(("\t%s, 0x%x, count: %d\n", in DUMP_BMESSAGE()
176 DBGMSG(("\t************ END - DUMP BMessage ***********\n")); in DUMP_BMESSAGE()
193 DBGMSG(("\t************ STRAT - DUMP BDirectory ***********\n")); in DUMP_BDIRECTORY()
201 DBGMSG(("\t%s, B_ASCII_TYPE: %s\n", buffer1, buffer2)); in DUMP_BDIRECTORY()
205 DBGMSG(("\t%s, B_STRING_TYPE: %s\n", buffer1, buffer2)); in DUMP_BDIRECTORY()
209 DBGMSG(("\t%s, B_INT32_TYPE: %d\n", buffer1, i)); in DUMP_BDIRECTORY()
213 DBGMSG(("\t%s, B_FLOAT_TYPE: %f\n", buffer1, f)); in DUMP_BDIRECTORY()
217 DBGMSG(("\t%s, B_RECT_TYPE: %f, %f, %f, %f\n", buffer1, rc.left, rc.top, rc.right, rc.bottom)); in DUMP_BDIRECTORY()
221 DBGMSG(("\t%s, B_BOOL_TYPE: %d\n", buffer1, (int)b)); in DUMP_BDIRECTORY()
224 DBGMSG(("\t%s, %c%c%c%c\n", in DUMP_BDIRECTORY()
234 DBGMSG(("\t************ END - DUMP BDirectory ***********\n")); in DUMP_BDIRECTORY()