Searched refs:high_index (Results 1 – 2 of 2) sorted by relevance
107 int high_index = 1+mid_index; /* formal [2..5]! - index for high word overflow in mfp_mul() local133 c[high_index]++; /* propagate overflows of high word sum */ in mfp_mul()
2661 unsigned long low_index, high_index; in GetValueForExpressionPath_Impl() local2664 sright.getAsInteger(0, high_index)) { in GetValueForExpressionPath_Impl()2671 if (low_index > high_index) // swap indices if required in GetValueForExpressionPath_Impl()2672 std::swap(low_index, high_index); in GetValueForExpressionPath_Impl()2677 root = root->GetSyntheticBitFieldChild(low_index, high_index, true); in GetValueForExpressionPath_Impl()