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

/haiku/src/apps/mail/
H A DWIndex.cpp226 int32 M, Lb, Ub; local
228 Ub = fEntries - 1;
230 M = (Lb + Ub) / 2;
232 Ub = M - 1;
237 if (Lb > Ub)

Completed in 77 milliseconds