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

/haiku/src/apps/mail/
H A DWIndex.cpp226 int32 M, Lb, Ub; local
227 Lb = 0;
230 M = (Lb + Ub) / 2;
234 Lb = M + 1;
237 if (Lb > Ub)

Completed in 82 milliseconds