Searched refs:minorn (Results 1 – 1 of 1) sorted by relevance
591 int minorn = (int)(uintptr_t)firstv; in tclvm_remove_tll() local592 int minormax = minorn + numv; in tclvm_remove_tll()596 while (minorn < minormax) { in tclvm_remove_tll()597 tcl = tcl_slots[minorn - 1]; in tclvm_remove_tll()613 minorn++; in tclvm_remove_tll()1754 int minorn = (int)(uintptr_t)firstv; in tclvm_backenable() local1755 int minormax = minorn + numv; in tclvm_backenable()1759 while (minorn < minormax) { in tclvm_backenable()1760 tcl = tcl_slots[minorn - 1]; in tclvm_backenable()1766 minorn++; in tclvm_backenable()[all …]