Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dalloc-pool.c62 static ALLOC_POOL_ID_TYPE last_id; variable
185 last_id++; in create_alloc_pool()
186 if (last_id == 0) in create_alloc_pool()
187 last_id++; in create_alloc_pool()
189 pool->id = last_id; in create_alloc_pool()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dalloc-pool.h34 extern ALLOC_POOL_ID_TYPE last_id;
289 last_id++; in initialize()
290 if (last_id == 0) in initialize()
291 last_id++; in initialize()
293 m_id = last_id; in initialize()
H A Dalloc-pool.c26 ALLOC_POOL_ID_TYPE last_id; variable
H A Dgenmatch.c3877 unsigned last_id; variable
4373 (new simplify (kind, last_id++, match, result, in push_simplify()
4938 last_id = 0; in parser()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dctrl_iface.c2522 int last_id = atoi(cmd + 8); in wpa_supplicant_ctrl_iface_list_networks() local
2523 if (last_id != -1) { in wpa_supplicant_ctrl_iface_list_networks()
2524 while (ssid != NULL && ssid->id <= last_id) { in wpa_supplicant_ctrl_iface_list_networks()