Home
last modified time | relevance | path

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

/dports/biology/iqtree/IQ-TREE-2.0.6/pll/
H A Drecom.c160 v->iVector[i] = PLL_SLOT_UNUSED; in allocRecompVectorsInfo()
238 v->iVector[slot] = PLL_SLOT_UNUSED; in unpinAtomicSlot()
240 if(nodenum != PLL_SLOT_UNUSED) in unpinAtomicSlot()
275 if(v->iVector[i] == PLL_SLOT_UNUSED) in findFreeSlot()
H A Dpll.h287 #define PLL_SLOT_UNUSED -2 /* value to mark an available vector */ macro