Searched refs:bottom (Results 1 – 1 of 1) sorted by relevance
943 size_t top, bottom; in _nl_find_msg() local945 bottom = 0; in _nl_find_msg()947 while (bottom < top) in _nl_find_msg()951 act = (bottom + top) / 2; in _nl_find_msg()958 bottom = act + 1; in _nl_find_msg()
Completed in 6 milliseconds