/external/python/cpython2/PC/os2emx/ |
D | dlfcn.c | 57 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/ |
D | segment_binarization_sync.cc | 27 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/ |
D | heap-inl.h | 584 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/ |
D | suballocator.c | 173 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/ |
D | kernel_MemoryRamoop.py | 167 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/ |
D | eager_executor.cc | 177 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/ |
D | val_limits_test.cpp | 688 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/ |
D | val_limits_test.cpp | 688 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/ |
D | val_limits_test.cpp | 688 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/ |
D | instrument_pass.cpp | 338 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/ |
D | instrument_pass.cpp | 338 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/ |
D | instrument_pass.cpp | 338 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/ |
D | fsl_dprc.h | 244 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/ |
D | tracing_muxer_impl.cc | 473 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/ |
D | sb_sched.cpp | 470 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/ |
D | ctrl_iface.c | 2639 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()
|