Home
last modified time | relevance | path

Searched refs:last_id (Results 1 – 16 of 16) 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/libaom/libaom/test/
Dsegment_binarization_sync.cc27 int last_id; member
37 segment.last_id = last_segid; in GenerateSegment()
52 const int max_segid = seg.last_id + 1; in TEST()
/external/v8/src/heap/
Dheap-inl.h584 Smi last_id = Smi::cast(last_script_id_slot.Relaxed_Load()); in NextScriptId() local
587 if (last_id.value() == Smi::kMaxValue) { in NextScriptId()
591 new_id = Smi::FromInt(last_id.value() + 1); in NextScriptId()
598 last_id_before_cas = last_id; in NextScriptId()
599 last_id = in NextScriptId()
600 Smi::cast(last_script_id_slot.Relaxed_CompareAndSwap(last_id, new_id)); in NextScriptId()
601 } while (last_id != last_id_before_cas); in NextScriptId()
607 int last_id = last_debugging_id().value(); in NextDebuggingId() local
608 if (last_id == DebugInfo::DebuggingIdBits::kMax) { in NextDebuggingId()
609 last_id = DebugInfo::kNoDebuggingId; in NextDebuggingId()
[all …]
/external/skqp/src/compute/skc/
Dsuballocator.c173 skc_subbuf_id_t const last_id = ids[avail_rem]; in skc_suballocator_subbuf_alloc() local
174 struct skc_subbuf * const last = suballocator->subbufs + last_id; in skc_suballocator_subbuf_alloc()
176 ids[avail_idx] = last_id; // move id in skc_suballocator_subbuf_alloc()
290 skc_subbuf_id_t const last_id = suballocator->ids[last_idx]; in skc_suballocator_subbuf_free() local
291 struct skc_subbuf * const last = suballocator->subbufs + last_id; in skc_suballocator_subbuf_free()
293 suballocator->ids[next_idx] = last_id; in skc_suballocator_subbuf_free()
/external/autotest/server/site_tests/kernel_MemoryRamoop/
Dkernel_MemoryRamoop.py167 last_id = int(matcher.split(line)[3]) - 1
185 if id != last_id + 1:
186 logging.info("last_id: %d, id: %d", last_id, id)
188 last_id = id
/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_executor.cc177 auto last_id = next_node_id_ - 1; in WaitForAllPendingNodesLocked() local
178 DVLOG(3) << "Wait for Node: [id " << last_id << "] "; in WaitForAllPendingNodesLocked()
179 node_done_notifications_.insert(std::make_pair(last_id, &cond)); in WaitForAllPendingNodesLocked()
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_limits_test.cpp688 int last_id = 14; in GenerateSpirvProgramWithCfgNestingDepth() local
699 for (int i = largest_index+1; i > last_id; i = i - 2) { in GenerateSpirvProgramWithCfgNestingDepth()
703 spirv << "%" << last_id << " = OpLabel" << "\n"; in GenerateSpirvProgramWithCfgNestingDepth()
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_limits_test.cpp688 int last_id = 14; in GenerateSpirvProgramWithCfgNestingDepth() local
699 for (int i = largest_index+1; i > last_id; i = i - 2) { in GenerateSpirvProgramWithCfgNestingDepth()
703 spirv << "%" << last_id << " = OpLabel" << "\n"; in GenerateSpirvProgramWithCfgNestingDepth()
/external/angle/third_party/spirv-tools/src/test/val/
Dval_limits_test.cpp688 int last_id = 14; in GenerateSpirvProgramWithCfgNestingDepth() local
699 for (int i = largest_index+1; i > last_id; i = i - 2) { in GenerateSpirvProgramWithCfgNestingDepth()
703 spirv << "%" << last_id << " = OpLabel" << "\n"; in GenerateSpirvProgramWithCfgNestingDepth()
/external/angle/third_party/spirv-tools/src/source/opt/
Dinstrument_pass.cpp338 const uint32_t last_id = (*last_blk)->id(); in UpdateSucceedingPhis() local
341 [&first_id, &last_id, this](const uint32_t succ) { in UpdateSucceedingPhis()
343 sbp->ForEachPhiInst([&first_id, &last_id, this](Instruction* phi) { in UpdateSucceedingPhis()
345 phi->ForEachInId([&first_id, &last_id, &changed](uint32_t* id) { in UpdateSucceedingPhis()
347 *id = last_id; in UpdateSucceedingPhis()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstrument_pass.cpp338 const uint32_t last_id = (*last_blk)->id(); in UpdateSucceedingPhis() local
341 [&first_id, &last_id, this](const uint32_t succ) { in UpdateSucceedingPhis()
343 sbp->ForEachPhiInst([&first_id, &last_id, this](Instruction* phi) { in UpdateSucceedingPhis()
345 phi->ForEachInId([&first_id, &last_id, &changed](uint32_t* id) { in UpdateSucceedingPhis()
347 *id = last_id; in UpdateSucceedingPhis()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstrument_pass.cpp338 const uint32_t last_id = (*last_blk)->id(); in UpdateSucceedingPhis() local
341 [&first_id, &last_id, this](const uint32_t succ) { in UpdateSucceedingPhis()
343 sbp->ForEachPhiInst([&first_id, &last_id, this](Instruction* phi) { in UpdateSucceedingPhis()
345 phi->ForEachInId([&first_id, &last_id, &changed](uint32_t* id) { in UpdateSucceedingPhis()
347 *id = last_id; in UpdateSucceedingPhis()
/external/u-boot/include/fsl-mc/
Dfsl_dprc.h244 MC_CMD_OP(cmd, 1, 32, 32, int, range_desc->last_id);\
269 MC_RSP_OP(cmd, 1, 32, 32, int, range_desc->last_id);\
791 int last_id; member
/external/perfetto/src/tracing/internal/
Dtracing_muxer_impl.cc473 static std::atomic<uint32_t> last_id{}; in RegisterDataSource() local
474 uint32_t new_index = last_id++; in RegisterDataSource()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.cpp470 unsigned last_id = next_id; in try_reserve() local
477 if (vid > last_id && chan_count[vid.chan()] == 3) { in try_reserve()
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface.c2639 int last_id = atoi(cmd + 8); in wpa_supplicant_ctrl_iface_list_networks() local
2640 if (last_id != -1) { in wpa_supplicant_ctrl_iface_list_networks()
2641 while (ssid != NULL && ssid->id <= last_id) { in wpa_supplicant_ctrl_iface_list_networks()