Home
last modified time | relevance | path

Searched refs:last_id (Results 1 - 18 of 18) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Dheap-inl.h507 Smi last_id = Smi::cast(last_script_id_slot.Relaxed_Load()); in NextScriptId() local
510 if (last_id.value() == Smi::kMaxValue) { in NextScriptId()
514 new_id = Smi::FromInt(last_id.value() + 1); in NextScriptId()
519 // old value (last_id), and keep looping (with the new last_id value) if it in NextScriptId()
521 last_id_before_cas = last_id; in NextScriptId()
522 last_id = in NextScriptId()
523 Smi::cast(last_script_id_slot.Relaxed_CompareAndSwap(last_id, new_id)); in NextScriptId()
524 } while (last_id != last_id_before_cas); in NextScriptId()
530 int last_id in NextDebuggingId() local
[all...]
/third_party/libbpf/src/
H A Dbtf_dump.c86 int last_id; member
196 int err, last_id = btf__type_cnt(d->btf) - 1; in btf_dump_resize() local
198 if (last_id <= d->last_id) in btf_dump_resize()
202 sizeof(*d->type_states), last_id + 1)) in btf_dump_resize()
205 sizeof(*d->cached_names), last_id + 1)) in btf_dump_resize()
208 if (d->last_id == 0) { in btf_dump_resize()
219 d->last_id = last_id; in btf_dump_resize()
244 for (i = 0; i <= d->last_id; in btf_dump__free()
[all...]
/third_party/ffmpeg/libavformat/
H A Dsubtitles.c174 const int last_id = i - 1 - drop; in drop_dups() local
175 const AVPacket *last = q->subs[last_id]; in drop_dups()
185 q->subs[last_id + 1] = q->subs[i]; in drop_dups()
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_limits_test.cpp692 int last_id = 14; in GenerateSpirvProgramWithCfgNestingDepth() local
703 for (int i = largest_index+1; i > last_id; i = i - 2) { in GenerateSpirvProgramWithCfgNestingDepth()
707 spirv << "%" << last_id << " = OpLabel" << "\n"; in GenerateSpirvProgramWithCfgNestingDepth() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_limits_test.cpp692 int last_id = 14; in GenerateSpirvProgramWithCfgNestingDepth() local
703 for (int i = largest_index+1; i > last_id; i = i - 2) { in GenerateSpirvProgramWithCfgNestingDepth()
707 spirv << "%" << last_id << " = OpLabel" << "\n"; in GenerateSpirvProgramWithCfgNestingDepth() local
/third_party/spirv-tools/test/val/
H A Dval_limits_test.cpp691 int last_id = 14; in GenerateSpirvProgramWithCfgNestingDepth() local
702 for (int i = largest_index+1; i > last_id; i = i - 2) { in GenerateSpirvProgramWithCfgNestingDepth()
706 spirv << "%" << last_id << " = OpLabel" << "\n"; in GenerateSpirvProgramWithCfgNestingDepth() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinstrument_pass.cpp392 const uint32_t last_id = (*last_blk)->id(); in UpdateSucceedingPhis() local
395 [&first_id, &last_id, this](const uint32_t succ) { in UpdateSucceedingPhis()
397 sbp->ForEachPhiInst([&first_id, &last_id, this](Instruction* phi) { in UpdateSucceedingPhis()
399 phi->ForEachInId([&first_id, &last_id, &changed](uint32_t* id) { in UpdateSucceedingPhis()
401 *id = last_id; in UpdateSucceedingPhis()
H A Dinst_bindless_check_pass.cpp515 uint32_t last_id = builder->GetUintConstantId(last); in GenLastByteIdx() local
517 builder->AddBinaryOp(GetUintId(), SpvOpIAdd, sum_id, last_id); in GenLastByteIdx()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstrument_pass.cpp392 const uint32_t last_id = (*last_blk)->id(); in UpdateSucceedingPhis() local
395 [&first_id, &last_id, this](const uint32_t succ) { in UpdateSucceedingPhis()
397 sbp->ForEachPhiInst([&first_id, &last_id, this](Instruction* phi) { in UpdateSucceedingPhis()
399 phi->ForEachInId([&first_id, &last_id, &changed](uint32_t* id) { in UpdateSucceedingPhis()
401 *id = last_id; in UpdateSucceedingPhis()
H A Dinst_bindless_check_pass.cpp515 uint32_t last_id = builder->GetUintConstantId(last); in GenLastByteIdx() local
517 builder->AddBinaryOp(GetUintId(), SpvOpIAdd, sum_id, last_id); in GenLastByteIdx()
/third_party/spirv-tools/source/opt/
H A Dinstrument_pass.cpp365 const uint32_t last_id = (*last_blk)->id(); in UpdateSucceedingPhis() local
368 [&first_id, &last_id, this](const uint32_t succ) { in UpdateSucceedingPhis()
370 sbp->ForEachPhiInst([&first_id, &last_id, this](Instruction* phi) { in UpdateSucceedingPhis()
372 phi->ForEachInId([&first_id, &last_id, &changed](uint32_t* id) { in UpdateSucceedingPhis()
374 *id = last_id; in UpdateSucceedingPhis()
H A Dinst_bindless_check_pass.cpp570 uint32_t last_id = builder->GetUintConstantId(last); in GenLastByteIdx() local
571 Instruction* sum_inst = builder->AddIAdd(GetUintId(), sum_id, last_id); in GenLastByteIdx()
/third_party/littlefs/scripts/
H A Dbench.py801 last_id = None
828 last_id = m.group('id')
865 raise BenchFailure(last_id, 1, list(last_stdout))
873 last_id,
H A Dtest.py811 last_id = None
838 last_id = m.group('id')
842 last_id = m.group('id')
870 raise TestFailure(last_id, 1, list(last_stdout))
878 last_id,
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_ra.c931 unsigned last_id = ~0; in mir_spill_register() local
959 unsigned dest = (bundle == last_id)? last_spill_index : spill_index++; in mir_spill_register()
997 if (last_id == bundle) { in mir_spill_register()
1014 last_id = bundle; in mir_spill_register()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface.c2525 int last_id = atoi(cmd + 8); in wpa_supplicant_ctrl_iface_list_networks() local
2526 if (last_id != -1) { in wpa_supplicant_ctrl_iface_list_networks()
2527 while (ssid != NULL && ssid->id <= last_id) { in wpa_supplicant_ctrl_iface_list_networks()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dctrl_iface.c2794 int last_id = atoi(cmd + 8); in wpa_supplicant_ctrl_iface_list_networks() local
2795 if (last_id != -1) { in wpa_supplicant_ctrl_iface_list_networks()
2796 while (ssid != NULL && ssid->id <= last_id) { in wpa_supplicant_ctrl_iface_list_networks()

Completed in 56 milliseconds