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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp304 lldb::break_id_t highest_id = 0; local
308 if (cur_id > highest_id)
309 highest_id = cur_id;
311 m_next_id = highest_id;
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dkeyword-gen.c649 u_short highest_id; local
659 highest_id = ntp_keywords[COUNTOF(ntp_keywords) - 1].token;
660 id_count = highest_id - lowest_id + 1;

Completed in 111 milliseconds