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

/opensolaris-onvv-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.c531 itm_size_t source_end; local
790 source_end = data_to_long(&((*(tpp + num - 1))->data0));
792 source_end = data_to_long(&((*(tpp + num - 1))->range));
795 simple_indexed_map_ent = source_end - source_start + 1;
954 itm_size_t source_end; local
971 source_end = 255;
974 source_end = data_to_long(&((*(tpp + num - 1))->data0));
976 source_end = data_to_long(&((*(tpp + num - 1))->range));
979 entry_num = source_end - source_start + 1;
1014 sub_hdr->end.itm_ptr = source_end;
[all...]

Completed in 95 milliseconds