Home
last modified time | relevance | path

Searched refs:current_id (Results 1 – 4 of 4) sorted by relevance

/freebsd/libexec/talkd/
H A Dtable.c179 static int current_id = 0; in new_id() local
181 current_id = (current_id + 1) % MAX_ID; in new_id()
183 if (current_id == 0) in new_id()
184 current_id = 1; in new_id()
185 return (current_id); in new_id()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp274 lldb::addr_t current_id = in BasicSuperBlockMerge() local
276 head_map[current_id].insert(prev_id); in BasicSuperBlockMerge()
277 prev_id = current_id; in BasicSuperBlockMerge()
295 lldb::addr_t current_id = in BasicSuperBlockMerge() local
299 tail_map[current_id].insert(next_id); in BasicSuperBlockMerge()
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c90 static dynamic_object_id current_id; variable
91 #define CURRENT_ID (&current_id)
/freebsd/sys/dev/sfxge/common/
H A Def10_ev.c783 unsigned int current_id; in ef10_ev_rx_packed_stream() local
821 current_id = eersp->eers_rx_read_ptr & eersp->eers_rx_mask; in ef10_ev_rx_packed_stream()
854 should_abort = eecp->eec_rx_ps(arg, label, current_id, pkt_count, in ef10_ev_rx_packed_stream()