Lines Matching refs:data_to_long
42 static long data_to_long(itm_data_t *);
792 source_start = data_to_long(&((*(tpp + 0))->data0)); in map_table()
793 source_end = data_to_long(&((*(tpp + num - 1))->data0)); in map_table()
795 source_end = data_to_long(&((*(tpp + num - 1))->range)); in map_table()
977 source_start = data_to_long(&((*(tpp + 0))->data0)); in map_table_indexed_fixed()
978 source_end = data_to_long(&((*(tpp + num - 1))->data0)); in map_table_indexed_fixed()
980 source_end = data_to_long(&((*(tpp + num - 1))->range)); in map_table_indexed_fixed()
1085 j = data_to_long(&((*(tpp + i))->data0)) - in map_table_indexed_fixed()
1088 data_to_long(&((*(tpp + i))->range)) - in map_table_indexed_fixed()
1099 j = data_to_long(&((*(tpp + i))->data0)) - in map_table_indexed_fixed()
1102 data_to_long(&((*(tpp + i))->range)) - in map_table_indexed_fixed()
1113 j = data_to_long(&((*(tpp + i))->data0)) - source_start; in map_table_indexed_fixed()
1115 k = data_to_long(&((*(tpp + i))->range)) - in map_table_indexed_fixed()
2574 data_to_long(itm_data_t *data) in data_to_long() function