Home
last modified time | relevance | path

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

/external/python/cpython2/PC/os2emx/
Ddlfcn.c57 static void *last_id; variable
100 last_id++; in dlopen()
101 while ((last_id == 0) || (find_id(last_id))); in dlopen()
102 tmp->id = last_id; in dlopen()
/external/autotest/server/site_tests/kernel_MemoryRamoop/
Dkernel_MemoryRamoop.py164 last_id = int(matcher.split(line)[3]) - 1
182 if id != last_id + 1:
183 logging.info("last_id: %d, id: %d", last_id, id)
185 last_id = id
/external/v8/src/heap/
Dheap-inl.h780 int last_id = last_script_id()->value(); in NextScriptId() local
781 if (last_id == Smi::kMaxValue) { in NextScriptId()
782 last_id = 1; in NextScriptId()
784 last_id++; in NextScriptId()
786 set_last_script_id(Smi::FromInt(last_id)); in NextScriptId()
787 return last_id; in NextScriptId()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.cpp466 unsigned last_id = next_id; in try_reserve() local
473 if (vid > last_id && chan_count[vid.chan()] == 3) { in try_reserve()
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface.c2376 int last_id = atoi(cmd + 8); in wpa_supplicant_ctrl_iface_list_networks() local
2377 if (last_id != -1) { in wpa_supplicant_ctrl_iface_list_networks()
2378 while (ssid != NULL && ssid->id <= last_id) { in wpa_supplicant_ctrl_iface_list_networks()