Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ntp/libparse/
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-12-stable/contrib/llvm-project/lldb/source/Core/
DValueObject.cpp2492 unsigned long low_index, high_index; in GetValueForExpressionPath_Impl() local
2495 sright.getAsInteger(0, high_index)) { in GetValueForExpressionPath_Impl()
2502 if (low_index > high_index) // swap indices if required in GetValueForExpressionPath_Impl()
2503 std::swap(low_index, high_index); in GetValueForExpressionPath_Impl()
2508 root = root->GetSyntheticBitFieldChild(low_index, high_index, true); in GetValueForExpressionPath_Impl()