Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libparse/
H A Dmfp_mul.c107 int high_index = 1+mid_index; /* formal [2..5]! - index for high word overflow in mfp_mul() local
133 c[high_index]++; /* propagate overflows of high word sum */ in mfp_mul()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2661 unsigned long low_index, high_index; in GetValueForExpressionPath_Impl() local
2664 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()