Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/geniconvtbl/
H A Dgeniconvtbl.c516 if (*inbytesleft < map_hdr->source_len) { in map_i_f()
523 for (i = 0; i < map_hdr->source_len; i++) { in map_i_f()
532 (*inbuf) = (void*) ((*inbuf) - map_hdr->source_len); in map_i_f()
533 (*inbytesleft) += map_hdr->source_len; in map_i_f()
540 (*inbuf) = (void *)((*inbuf) - map_hdr->source_len); in map_i_f()
541 (*inbytesleft) += map_hdr->source_len; in map_i_f()
555 p = ((*inbuf) - map_hdr->source_len); in map_i_f()
556 for (i = 0; i < map_hdr->source_len; i++) { in map_i_f()
574 ((*inbuf) - map_hdr->source_len); in map_i_f()
575 (*inbytesleft) += map_hdr->source_len; in map_i_f()
[all …]
H A Ditm_util.c521 long source_len = 0; in map_table() local
609 if ((0 < source_len) && in map_table()
611 (source_len != ml->data_pair.data0.size)) { in map_table()
616 if (source_len < ml->data_pair.data0.size) { in map_table()
617 source_len = ml->data_pair.data0.size; in map_table()
671 byte_seq_min = malloc_vital((sizeof (unsigned char)) * source_len); in map_table()
672 byte_seq_max = malloc_vital((sizeof (unsigned char)) * source_len); in map_table()
679 for (i = 0; i < source_len; i++) { in map_table()
692 source_len, &(ml->data_pair)); in map_table()
695 for (i = 0; i < source_len; i++) { in map_table()
[all …]
H A Diconv_tm.h387 itm_size_t source_len; /* source length */ member
437 itm_size_t source_len; /* source length */ member
481 itm_size_t source_len; /* source length */ member
558 itm_size_t source_len; /* source length */ member
H A Ddisassemble.c536 map_hdr->source_len, map_hdr->result_len); in dump_map_i_f()
562 (map_hdr->source_len * 2), i + map_hdr->start.itm_ptr); in dump_map_i_f()
572 (map_hdr->source_len * 2), in dump_map_i_f()
635 map_hdr->source_len, map_hdr->result_len); in dump_map_l_f()
645 (map_hdr->source_len + map_hdr->result_len + 1)) + in dump_map_l_f()
646 map_hdr->source_len + 1); in dump_map_l_f()
657 for (j = 0; j < map_hdr->source_len; j++, p++) { in dump_map_l_f()
731 map_hdr->source_len, map_hdr->result_len); in dump_map_hash()
758 p += (map_hdr->source_len + 1 + map_hdr->result_len); in dump_map_hash()
762 for (j = 0; j < map_hdr->source_len; j++, p++) { in dump_map_hash()
[all …]