Searched refs:upperbound (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Din_fib_dxr.c252 upperbound = middle; \
258 middle = (upperbound + middle + 1) / 2; \
260 if (upperbound == lowerbound) \
276 uint32_t upperbound; local
299 upperbound = de.fragments & FRAGS_MASK_SHORT;
304 middle = upperbound;
305 upperbound = upperbound * 2 + 1;
314 upperbound = de.fragments;
315 middle = upperbound /
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp194 SVal upperbound = svalBuilder.evalBinOpNN(state, BO_GE, rawOffsetVal, local
198 Optional<NonLoc> upperboundToCheck = upperbound.getAs<NonLoc>();

Completed in 76 milliseconds