Searched refs:string_size (Results 1 – 4 of 4) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | iname.c | 69 debug_print_string(str, pnstr->string_size); in name_print() 70 dprintf2("(0x%lx,%u)\n", (ulong)str, pnstr->string_size); in name_print() 118 pnstr->string_size = 0; in names_init() 121 pnstr->string_size = 1; in names_init() 180 if (pnstr->string_size == size && in names_ref() 214 pnstr->string_size = size; in names_ref() 236 pnstr->string_size, in names_string_ref() 401 pnstr->string_size = 0; in names_trace_finish() 643 nstr.size = pnstr->string_size; in RELOC_PTRS_BEGIN()
|
| H A D | inamestr.h | 80 unsigned string_size:name_string_size_bits; member
|
| H A D | gdevpdfc.c | 373 uint string_size = 2 + table_size * 4; in pdf_indexed_color_space() local 399 table = gs_alloc_string(mem, string_size, "pdf_color_space(table)"); in pdf_indexed_color_space() 404 gs_free_string(mem, table, string_size, in pdf_indexed_color_space() 408 swrite_string(&s, table, string_size); in pdf_indexed_color_space() 466 table = gs_resize_string(mem, table, string_size, string_used, in pdf_indexed_color_space()
|
| H A D | igc.c | 1086 gc_string_mark(pnstr->string_bytes, pnstr->string_size, in gc_trace_finish()
|