Home
last modified time | relevance | path

Searched refs:debug_print_string_hex (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgsfcmap1.c85 debug_print_string_hex(str, key_size); in print_msg_str_in_range()
87 debug_print_string_hex(key_lo, key_size); in print_msg_str_in_range()
89 debug_print_string_hex(key_hi, key_size); in print_msg_str_in_range()
177 debug_print_string_hex(str, ssize); in code_map_decode_next_multidim_regime()
282 debug_print_string_hex(pvalue, pclr->value_size); in code_map_decode_next_multidim_regime()
318 debug_print_string_hex(str, pm_maxlen); in code_map_decode_next_multidim_regime()
408 debug_print_string_hex(str, chr_size_shortest); in gs_cmap_adobe1_decode_next()
H A Dgschar0.c384 debug_print_string_hex(str, end - str); in gs_type0_next_char_glyph()
386 debug_print_string_hex(cstr.data, cstr.size); in gs_type0_next_char_glyph()
H A Dgdebug.h123 void debug_print_string_hex(const byte * str, uint len);
H A Dgsmisc.c439 debug_print_string_hex(const byte * chrs, uint len) in debug_print_string_hex() function