Searched refs:egjunc (Results 1 – 1 of 1) sorted by relevance
13303 GList<CJunction> egjunc(gjunc); in count_good_junctions() local13304 egjunc.setFreeItem(false); in count_good_junctions()13305 egjunc.setSorted(juncCmpEnd); in count_good_junctions()13347 while(e<egjunc.Count() && egjunc[e]->end<ejunction[i]->end-ssdist) e++; in count_good_junctions()13351 while(k<egjunc.Count() && egjunc[k]->end<=ejunction[i]->end+ssdist) { in count_good_junctions()13357 int d=abs((int)egjunc[k]->end-(int)ejunction[i]->end); in count_good_junctions()13367 ejunction[i]->end=egjunc[c]->end; in count_good_junctions()13368 ejunction[i]->strand=egjunc[c]->strand; in count_good_junctions()13369 while(c<egjunc.Count() && egjunc[c]->end==ejunction[i]->end) { in count_good_junctions()13370 …if(ejunction[i]->start==egjunc[c]->start && ejunction[i]->strand==egjunc[c]->strand) { ejunction[i… in count_good_junctions()[all …]