Lines Matching refs:dumpfile
257 - dump_long (dumpfile, format, "Match bits ", matchbits);
258 + dump_wide (dumpfile, format, "Match bits ", matchbits);
259 dump_data (dumpfile, format, "Src bits ", src, 4);
260 - dump_long (dumpfile, format, "Buff1 bits ", buff1);
261 - dump_long (dumpfile, format, "Buff2 bits ", buff2);
262 + dump_wide (dumpfile, format, "Buff1 bits ", buff1);
263 + dump_wide (dumpfile, format, "Buff2 bits ", buff2);
264 dump_byte (dumpfile, format, "Write bits1", bytebuff1);
265 dump_byte (dumpfile, format, "Write bits2", bytebuff2);
266 dump_info (dumpfile, format, "", "Ready bits: %2d", ready_bits);
289 - dump_long (dumpfile, format, "Match bits ", matchbits);
290 + dump_wide (dumpfile, format, "Match bits ", matchbits);
291 dump_data (dumpfile, format, "Src bits ", src, 4);
292 - dump_long (dumpfile, format, "Buff1 bits ", buff1);
293 - dump_long (dumpfile, format, "Buff2 bits ", buff2);
294 + dump_wide (dumpfile, format, "Buff1 bits ", buff1);
295 + dump_wide (dumpfile, format, "Buff2 bits ", buff2);
296 dump_byte (dumpfile, format, "Write bits1", bytebuff1);
297 dump_byte (dumpfile, format, "Write bits2", bytebuff2);
298 dump_info (dumpfile, format, "", "Ready bits: %2d", ready_bits);