Searched refs:debug_dump_bytes (Results 1 – 4 of 4) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gdebug.h | 118 void debug_dump_bytes(const byte * from, const byte * to,
|
| H A D | gsmisc.c | 399 debug_dump_bytes(const byte * from, const byte * to, const char *msg) in debug_dump_bytes() function 423 debug_dump_bytes(data, data + raster, (y == 0 ? msg : NULL)); in debug_dump_bitmap()
|
| H A D | gdevprn.c | 1269 debug_dump_bytes((const byte *)old_sp, (const byte *)(old_sp + 1), "old"); in gdev_prn_maybe_realloc_memory() 1270 debug_dump_bytes((const byte *)&prdev->space_params, in gdev_prn_maybe_realloc_memory()
|
| H A D | gdevpsds.c | 570 debug_dump_bytes(table, table + sizeof(table), "table"); 571 debug_dump_bytes(out, w.ptr + 1, "out");
|