Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp309 lldb::break_id_t highest_id = 0; in Compact() local
313 if (cur_id > highest_id) in Compact()
314 highest_id = cur_id; in Compact()
316 m_next_id = highest_id; in Compact()
/src/contrib/ntp/ntpd/
H A Dkeyword-gen.c653 u_short highest_id; in generate_token_text() local
663 highest_id = ntp_keywords[COUNTOF(ntp_keywords) - 1].token; in generate_token_text()
664 id_count = highest_id - lowest_id + 1; in generate_token_text()