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

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dgeniconvtbl.c516 if (*inbytesleft < map_hdr->source_len) {
523 for (i = 0; i < map_hdr->source_len; i++) {
532 (*inbuf) = (void*) ((*inbuf) - map_hdr->source_len);
533 (*inbytesleft) += map_hdr->source_len;
540 (*inbuf) = (void *)((*inbuf) - map_hdr->source_len);
541 (*inbytesleft) += map_hdr->source_len;
555 p = ((*inbuf) - map_hdr->source_len);
556 for (i = 0; i < map_hdr->source_len; i++) {
574 ((*inbuf) - map_hdr->source_len);
575 (*inbytesleft) += map_hdr->source_len;
714 itm_size_t source_len; local
[all...]
H A Ditm_util.c521 long source_len = 0; local
609 if ((0 < source_len) &&
611 (source_len != ml->data_pair.data0.size)) {
616 if (source_len < ml->data_pair.data0.size) {
617 source_len = ml->data_pair.data0.size;
671 byte_seq_min = malloc_vital((sizeof (unsigned char)) * source_len);
672 byte_seq_max = malloc_vital((sizeof (unsigned char)) * source_len);
679 for (i = 0; i < source_len; i++) {
692 source_len, &(ml->data_pair));
695 for (i = 0; i < source_len;
1868 map_range_adjust_byte_seq( unsigned char *byte_seq_min, unsigned char *byte_seq_max, long source_len, itmc_data_pair_t *pair) argument
[all...]
H A Diconv_tm.h387 itm_size_t source_len; /* source length */ member in struct:__anon585
437 itm_size_t source_len; /* source length */ member in struct:__anon586
481 itm_size_t source_len; /* source length */ member in struct:__anon587
558 itm_size_t source_len; /* source length */ member in struct:__anon588
H A Ddisassemble.c535 printi(0, "// source_len=%ld result_len=%ld\n",
536 map_hdr->source_len, map_hdr->result_len);
562 (map_hdr->source_len * 2), i + map_hdr->start.itm_ptr);
572 (map_hdr->source_len * 2),
634 printi(0, "// source_len=%ld result_len=%ld\n",
635 map_hdr->source_len, map_hdr->result_len);
645 (map_hdr->source_len + map_hdr->result_len + 1)) +
646 map_hdr->source_len + 1);
657 for (j = 0; j < map_hdr->source_len; j++, p++) {
730 printi(0, "// source_len
[all...]

Completed in 75 milliseconds