Lines Matching full:take
1442 * Reallocate this objects internal structures to take up the least
1700 case 0: // both first; take lower if unequal
1701 if (a < b) { // take a
1713 } else if (b < a) { // take b
1722 } else { // a == b, take a, drop b
1739 case 3: // both second; take higher if unequal, and drop other
1740 if (b <= a) { // take a
1743 } else { // take b
1753 if (a < b) { // no overlap, take a
1767 if (b < a) { // no overlap, take b
1820 } else { // a == b, take one, drop other
1829 case 3: // both second; take lower if unequal
1830 if (a < b) { // take a
1834 } else if (b < a) { // take b
1838 } else { // a == b, take one, drop other
1851 } else if (b < a) { // OVERLAP, take b
1867 } else if (a < b) { // OVERLAP, take a