Home
last modified time | relevance | path

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

/dports/biology/mothur/mothur-1.46.1/source/uchime_src/
H A Dalpha2.cpp55 byte *RCSeq = MYALLOC(byte, L, Alpha); in RevCompAlloc() local
58 RCSeq[L-i-1] = g_CharToCompChar[Seq[i]]; in RevCompAlloc()
60 return RCSeq; in RevCompAlloc()
84 void RevComp(const byte *Seq, unsigned L, byte *RCSeq) in RevComp() argument
87 RCSeq[L-i-1] = g_CharToCompChar[Seq[i]]; in RevComp()