/third_party/node/deps/v8/src/heap/ |
H A D | heap-inl.h | 507 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 D | btf_dump.c | 86 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 D | subtitles.c | 174 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 D | val_limits_test.cpp | 692 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 D | val_limits_test.cpp | 692 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 D | val_limits_test.cpp | 691 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 D | instrument_pass.cpp | 392 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 D | inst_bindless_check_pass.cpp | 515 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 D | instrument_pass.cpp | 392 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 D | inst_bindless_check_pass.cpp | 515 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 D | instrument_pass.cpp | 365 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 D | inst_bindless_check_pass.cpp | 570 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 D | bench.py | 801 last_id = None 828 last_id = m.group('id') 865 raise BenchFailure(last_id, 1, list(last_stdout)) 873 last_id,
|
H A D | test.py | 811 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 D | midgard_ra.c | 931 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 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ctrl_iface.c | 2525 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 D | ctrl_iface.c | 2794 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()
|