Lines Matching refs:dump_byte

615 static int  dump_byte  (FILE *, int, char *, unsigned char);
2521 static int dump_byte (FILE *dumpfile, int format, char *dump_tag, unsigned char data) in dump_byte() function
3833 dump_byte (dumpfile, format, "Match bits", matchbits); in combineSeparateSamples8bits()
3834 dump_byte (dumpfile, format, "Src bits", *src); in combineSeparateSamples8bits()
3835 dump_byte (dumpfile, format, "Buff1 bits", buff1); in combineSeparateSamples8bits()
3836 dump_byte (dumpfile, format, "Buff2 bits", buff2); in combineSeparateSamples8bits()
3851 dump_byte (dumpfile, format, "Final bits", buff1); in combineSeparateSamples8bits()
3945 dump_byte (dumpfile, format, "Write byte", bytebuff); in combineSeparateSamples16bits()
3961 dump_byte (dumpfile, format, "Final bits", bytebuff); in combineSeparateSamples16bits()
4056 dump_byte (dumpfile, format, "Write bits1", bytebuff1); in combineSeparateSamples24bits()
4057 dump_byte (dumpfile, format, "Write bits2", bytebuff2); in combineSeparateSamples24bits()
4084 dump_byte (dumpfile, format, "Write bits1", bytebuff1); in combineSeparateSamples24bits()
4085 dump_byte (dumpfile, format, "Write bits2", bytebuff2); in combineSeparateSamples24bits()
4215 dump_byte (dumpfile, format, "Write bits1", bytebuff1); in combineSeparateSamples32bits()
4216 dump_byte (dumpfile, format, "Write bits2", bytebuff2); in combineSeparateSamples32bits()
4358 dump_byte (dumpfile, format, "Match bits", matchbits); in combineSeparateTileSamples8bits()
4359 dump_byte (dumpfile, format, "Src bits", *src); in combineSeparateTileSamples8bits()
4360 dump_byte (dumpfile, format, "Buff1 bits", buff1); in combineSeparateTileSamples8bits()
4361 dump_byte (dumpfile, format, "Buff2 bits", buff2); in combineSeparateTileSamples8bits()
4376 dump_byte (dumpfile, format, "Final bits", buff1); in combineSeparateTileSamples8bits()
4469 dump_byte (dumpfile, format, "Write byte", bytebuff); in combineSeparateTileSamples16bits()
4485 dump_byte (dumpfile, format, "Final bits", bytebuff); in combineSeparateTileSamples16bits()
4580 dump_byte (dumpfile, format, "Write bits1", bytebuff1); in combineSeparateTileSamples24bits()
4581 dump_byte (dumpfile, format, "Write bits2", bytebuff2); in combineSeparateTileSamples24bits()
4608 dump_byte (dumpfile, format, "Write bits1", bytebuff1); in combineSeparateTileSamples24bits()
4609 dump_byte (dumpfile, format, "Write bits2", bytebuff2); in combineSeparateTileSamples24bits()
4740 dump_byte (dumpfile, format, "Write bits1", bytebuff1); in combineSeparateTileSamples32bits()
4741 dump_byte (dumpfile, format, "Write bits2", bytebuff2); in combineSeparateTileSamples32bits()