Home
last modified time | relevance | path

Searched refs:newComb (Results 1 – 1 of 1) sorted by last modified time

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dmodel.c1665 BitsLong combinations[2048], *tempComb, *newComb, *oldComb, bitsLongOne=1; in CheckCharCodingType() local
1669 newComb = oldComb + 1024; in CheckCharCodingType()
1801 newComb[newPoss++] = oldComb[j] | (bitsLongOne<<k); in CheckCharCodingType()
1811 oldComb = newComb; in CheckCharCodingType()
1812 newComb = tempComb; in CheckCharCodingType()