Searched refs:mutation_stack (Results 1 – 2 of 2) sorted by relevance
536 char mutation_stack[10]; in LRMgehash_go_tolerance() local537 memset(mutation_stack, 0 , error_bases); in LRMgehash_go_tolerance()547 int new_index = mutation_stack[j]; in LRMgehash_go_tolerance()568 mutation_stack[error_bases-1]++; in LRMgehash_go_tolerance()570 if( mutation_stack[i]>2 ) { in LRMgehash_go_tolerance()573 mutation_stack[i] = 0; in LRMgehash_go_tolerance()574 mutation_stack[i-1]++; in LRMgehash_go_tolerance()578 if(mutation_stack[0]>2)break; in LRMgehash_go_tolerance()
368 char mutation_stack[10]; in gehash_go_q_tolerable() local369 memset(mutation_stack, 0 , error_bases); in gehash_go_q_tolerable()374 if (mutation_stack[i] <= 3) in gehash_go_q_tolerable()382 int new_value = mutation_stack[j]; in gehash_go_q_tolerable()387 mutation_stack[j] = 0; in gehash_go_q_tolerable()391 mutation_stack[i] ++; in gehash_go_q_tolerable()450 char mutation_stack[10]; in gehash_go_q_CtoT() local451 memset(mutation_stack, 0 , error_bases); in gehash_go_q_CtoT()456 if (mutation_stack[i] <1) in gehash_go_q_CtoT()469 mutation_stack[j] = 0; in gehash_go_q_CtoT()[all …]