Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDalloc-pool.c63 static ALLOC_POOL_ID_TYPE last_id; variable
173 last_id++; in create_alloc_pool()
174 if (last_id == 0) in create_alloc_pool()
175 last_id++; in create_alloc_pool()
177 pool->id = last_id; in create_alloc_pool()
HDChangeLog-200012705 (struct cpp_printer): Remove last_id and written.
15163 (struct cpp_printer): Rename last_bsd to last_id.
15168 Use include_depth instead of buffer_stack_depth, last_id instead of
15170 * cppinit.c (cpp_start_read): Initialize last_id instead of
HDChangeLog-200323104 * alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.
23285 (last_id): New variable.
23287 increase and use last_id.
/freebsd-11-stable/contrib/unbound/util/
HDalloc.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()
HDalloc.h86 uint64_t last_id; member
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
HDworkqueue.c1485 apr_uint64_t last_id = 0; in svn_wc__wq_run() local
1517 last_id, iterpool, iterpool)); in svn_wc__wq_run()
1526 last_id, wib.record_map, in svn_wc__wq_run()
1562 last_id = id; in svn_wc__wq_run()
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDctrl_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()