Searched refs:exonic_map_start (Results 1 – 1 of 1) sorted by relevance
3965 …unsigned int exonic_map_start = linear_gene_position(&global_context->chromosome_table , chro_name… local3967 if(exonic_map_start > 0xffffff00 || exonic_map_stop > 0xffffff00){3971 exonic_map_start -= exonic_map_start%EXONIC_REGION_RESOLUTION;3974 for(; exonic_map_start <= exonic_map_stop; exonic_map_start+=EXONIC_REGION_RESOLUTION){3975 int exonic_map_byte = exonic_map_start / EXONIC_REGION_RESOLUTION / 8;3976 int exonic_map_bit = (exonic_map_start / EXONIC_REGION_RESOLUTION) % 8;