Home
last modified time | relevance | path

Searched refs:last_id (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dalloc.c111 alloc->last_id = 1; /* so no 64bit constants, */ in alloc_init()
112 alloc->last_id <<= THRNUM_SHIFT; /* or implicit 'int' ops. */ in alloc_init()
113 alloc->last_id -= 1; /* for compiler portability. */ in alloc_init()
114 alloc->last_id |= alloc->next_id; in alloc_init()
198 if(id == alloc->last_id) { in alloc_get_id()
H A Dalloc.h86 uint64_t last_id; member
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_counters.c172 u32 last_id) in mlx5_fc_stats_query_counter_range() argument
175 bool query_more_counters = (first->id <= last_id); in mlx5_fc_stats_query_counter_range()
189 ALIGN(last_id - bulk_base_id + 1, 4)); in mlx5_fc_stats_query_counter_range()
/freebsd/sys/net/route/
H A Dnhgrp_ctl.c490 uint32_t last_id = 0; in nhgrp_alloc() local
496 if (wn[i].nh->nh_priv->nh_idx == last_id) { in nhgrp_alloc()
500 last_id = wn[i].nh->nh_priv->nh_idx; in nhgrp_alloc()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp303 lldb::addr_t last_id = layer.GetMetadataByIndex(num_units - 1) in BasicSuperBlockMerge() local
305 tails.insert(last_id); in BasicSuperBlockMerge()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp540 std::optional<lldb::user_id_t> last_id; in DumpInstructions() local
548 last_id = m_cursor_sp->GetId(); in DumpInstructions()
587 return last_id; in DumpInstructions()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c2778 int last_id = atoi(cmd + 8); in wpa_supplicant_ctrl_iface_list_networks() local
2779 if (last_id != -1) { in wpa_supplicant_ctrl_iface_list_networks()
2780 while (ssid != NULL && ssid->id <= last_id) { in wpa_supplicant_ctrl_iface_list_networks()