Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dposit.h300 Int4 posDescMatrixLength; /* Length of posDescMatrix, for deallocation. */ member
H A Dposit.c520 posSearch->posDescMatrixLength = numSequences; in posAllocateMemory()
605 for(i = 0; i <= posSearch->posDescMatrixLength; i++) in posFreeMemory()
2051 for(i = 0; i <= posSearch->posDescMatrixLength; i++) { in WposComputation()
/dports/biology/ncbi-toolkit/ncbi/biostruc/cdd/
H A Dcddposutil.c235 posSearch->posDescMatrixLength = numSequences; in CddposAllocateMemory()
293 for (i=0; i<=posSearch->posDescMatrixLength; i++) { in CddposFreeMemory()