Home
last modified time | relevance | path

Searched refs:ocut2 (Results 1 – 1 of 1) sorted by relevance

/dports/biology/mafft/mafft-7.267-without-extensions/core/
H A DfftFunctions.c393 static TLS int *ocut2 = NULL; in blockAlign2() local
407 if( ocut2 ) free( ocut2 ); ocut2 = NULL; in blockAlign2()
420 ocut2 = AllocateIntVec( MAXSEG ); in blockAlign2()
452 ocut2[i] = cut2[i]; in blockAlign2()
557 cut2[count] = ocut2[result2[j]]; in blockAlign2()
579 static TLS int *ocut2 = NULL; in blockAlign3() local
589 ocut2 = AllocateIntVec( MAXSEG ); in blockAlign3()
624 ocut2[i] = cut2[i]; in blockAlign3()
751 cut2[count] = ocut2[result2[j]]; in blockAlign3()