Home
last modified time | relevance | path

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

/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-v0.3.1/src/
H A DpassageMarker.c340 PassageMarker *twinCopy = allocatePassageMarker(); in copyPassageMarker() local
351 twinCopy->sequenceID = twin->sequenceID; in copyPassageMarker()
352 twinCopy->start = twin->start; in copyPassageMarker()
353 twinCopy->nextInNode = NULL; in copyPassageMarker()
354 twinCopy->previousInNode = NULL; in copyPassageMarker()
355 twinCopy->node = NULL; in copyPassageMarker()
356 twinCopy->nextInSequence = twin->nextInSequence; in copyPassageMarker()
357 twinCopy->finishOffset = twin->finishOffset; in copyPassageMarker()
358 twinCopy->status = false; in copyPassageMarker()
360 copy->twinMarker = twinCopy; in copyPassageMarker()
[all …]
H A Dgraph.c930 Descriptor *twinCopy; in appendDescriptors() local
945 twinCopy = source->twinNode->descriptor; in appendDescriptors()
952 twinDestination->descriptor = twinCopy; in appendDescriptors()
979 mergeDescriptors(twinCopy, sourceLength, twinDescr, in appendDescriptors()
1012 Descriptor *twinCopy; in directlyAppendDescriptors() local
1023 twinCopy = source->twinNode->descriptor; in directlyAppendDescriptors()
1036 reverseCatDescriptors(twinDescr, destinationLength, twinCopy, sourceLength, totalLength); in directlyAppendDescriptors()
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-1.2.01/Velvet-1.1.06/
H A Dgraph.c851 Descriptor *twinCopy; in appendDescriptors() local
866 twinCopy = source->twinNode->descriptor; in appendDescriptors()
874 twinDestination->descriptor = twinCopy; in appendDescriptors()
898 _new = mergeDescriptors(twinCopy, sourceLength, twinDescr, destinationLength, arrayLength); in appendDescriptors()
930 Descriptor *twinCopy; in directlyAppendDescriptors() local
941 twinCopy = source->twinNode->descriptor; in directlyAppendDescriptors()
954 reverseCatDescriptors(twinDescr, destinationLength, twinCopy, sourceLength, totalLength); in directlyAppendDescriptors()
/dports/biology/velvet/velvet_1.2.10/src/
H A Dgraph.c853 Descriptor *twinCopy; in appendDescriptors() local
868 twinCopy = source->twinNode->descriptor; in appendDescriptors()
875 twinDestination->descriptor = twinCopy; in appendDescriptors()
902 mergeDescriptors(twinCopy, sourceLength, twinDescr, in appendDescriptors()
935 Descriptor *twinCopy; in directlyAppendDescriptors() local
946 twinCopy = source->twinNode->descriptor; in directlyAppendDescriptors()
959 reverseCatDescriptors(twinDescr, destinationLength, twinCopy, sourceLength, totalLength); in directlyAppendDescriptors()