Home
last modified time | relevance | path

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

/dports/biology/mafft/mafft-7.267-without-extensions/core/
H A DFalign.c209 static TLS char **tmpres1 = NULL; in Fgetlag() local
698 tmpres1[j][cut1[i+1]-cut1[i]] = 0; in Fgetlag()
725 nlen = strlen( tmpres1[0] ); in Fgetlag()
782 static TLS char **tmpres1 = NULL; in Falign() local
838 FreeCharMtx( tmpres1 ); in Falign()
896 FreeCharMtx( tmpres1 ); in Falign()
1564 nlen = strlen( tmpres1[0] ); in Falign()
1635 static TLS char **tmpres1 = NULL; in Falign_udpari_long() local
1690 FreeCharMtx( tmpres1 ); in Falign_udpari_long()
1750 FreeCharMtx( tmpres1 ); in Falign_udpari_long()
[all …]
H A DFalign_localhom.c182 static TLS char **tmpres1 = NULL; in Falign_localhom() local
236 FreeCharMtx( tmpres1 ); in Falign_localhom()
301 tmpres1 = AllocateCharMtx( njob, alloclen ); in Falign_localhom()
787 strncpy( tmpres1[j], seq1[j]+cut1[i], cut1[i+1]-cut1[i] ); in Falign_localhom()
788 tmpres1[j][cut1[i+1]-cut1[i]] = 0; in Falign_localhom()
790 if( kobetsubunkatsu ) commongappick_record( clus1, tmpres1, gapmap1 ); in Falign_localhom()
807 totalscore += Aalign( tmpres1, tmpres2, eff1, eff2, clus1, clus2, alloclen ); in Falign_localhom()
815 …totalscore += partA__align( tmpres1, tmpres2, eff1, eff2, clus1, clus2, alloclen, localhom, &impma… in Falign_localhom()
834 nlen = strlen( tmpres1[0] ); in Falign_localhom()
840 for( j=0; j<clus1; j++ ) strcat( result1[j], tmpres1[j] ); in Falign_localhom()
[all …]