Home
last modified time | relevance | path

Searched refs:prev_entry (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Djit-elf-main.c99 entry->prev_entry = __jit_debug_descriptor.relevant_entry; in MAIN()
102 if (entry->prev_entry != NULL) in MAIN()
103 entry->prev_entry->next_entry = entry; in MAIN()
125 struct jit_code_entry *const prev_entry = entry->prev_entry; in MAIN() local
127 if (prev_entry != NULL) in MAIN()
129 prev_entry->next_entry = NULL; in MAIN()
130 entry->prev_entry = NULL; in MAIN()
139 __jit_debug_descriptor.relevant_entry = prev_entry; in MAIN()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.base/
H A Djit-main.c55 struct jit_code_entry *prev_entry; member
181 entry->prev_entry = __jit_debug_descriptor.relevant_entry; in MAIN()
184 if (entry->prev_entry != NULL) in MAIN()
185 entry->prev_entry->next_entry = entry; in MAIN()
201 struct jit_code_entry *const prev_entry = entry->prev_entry; in MAIN() local
203 if (prev_entry != NULL) in MAIN()
205 prev_entry->next_entry = NULL; in MAIN()
206 entry->prev_entry = NULL; in MAIN()
215 __jit_debug_descriptor.relevant_entry = prev_entry; in MAIN()
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.base/
H A Djit-main.c55 struct jit_code_entry *prev_entry; member
181 entry->prev_entry = __jit_debug_descriptor.relevant_entry; in MAIN()
184 if (entry->prev_entry != NULL) in MAIN()
185 entry->prev_entry->next_entry = entry; in MAIN()
201 struct jit_code_entry *const prev_entry = entry->prev_entry; in MAIN() local
203 if (prev_entry != NULL) in MAIN()
205 prev_entry->next_entry = NULL; in MAIN()
206 entry->prev_entry = NULL; in MAIN()
215 __jit_debug_descriptor.relevant_entry = prev_entry; in MAIN()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/runtime/src/
H A Djit_int.rs13 prev_entry: *mut JITCodeEntry, field
74 prev_entry: ptr::null_mut(), in register()
109 (*__jit_debug_descriptor.first_entry).prev_entry = entry; in register_gdb_jit_image()
126 if !(*entry).prev_entry.is_null() { in unregister_gdb_jit_image()
127 (*(*entry).prev_entry).next_entry = (*entry).next_entry; in unregister_gdb_jit_image()
132 (*(*entry).next_entry).prev_entry = (*entry).prev_entry; in unregister_gdb_jit_image()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ArmPlatformPkg/Scripts/Ds5/
H A Dprofile.py38 add_cycles_to_function.prev_entry['cycles'] += cycles
48 add_cycles_to_function.prev_entry = module_value
55 add_cycles_to_function.prev_entry = module_value
69 add_cycles_to_function.prev_entry = functions[func_name][module_name]
73 …_to_function.prev_entry is not None) and (add_cycles_to_function.prev_entry['start'] <= addr) and …
74 add_cycles_to_function.prev_entry['cycles'] += cycles
100 add_cycles_to_function.prev_entry = module_value
110 add_cycles_to_function.prev_entry = None
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/ArmPlatformPkg/Scripts/Ds5/
H A Dprofile.py38 add_cycles_to_function.prev_entry['cycles'] += cycles
48 add_cycles_to_function.prev_entry = module_value
55 add_cycles_to_function.prev_entry = module_value
69 add_cycles_to_function.prev_entry = functions[func_name][module_name]
73 …_to_function.prev_entry is not None) and (add_cycles_to_function.prev_entry['start'] <= addr) and …
74 add_cycles_to_function.prev_entry['cycles'] += cycles
100 add_cycles_to_function.prev_entry = module_value
110 add_cycles_to_function.prev_entry = None
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ArmPlatformPkg/Scripts/Ds5/
H A Dprofile.py38 add_cycles_to_function.prev_entry['cycles'] += cycles
48 add_cycles_to_function.prev_entry = module_value
55 add_cycles_to_function.prev_entry = module_value
69 add_cycles_to_function.prev_entry = functions[func_name][module_name]
73 …_to_function.prev_entry is not None) and (add_cycles_to_function.prev_entry['start'] <= addr) and …
74 add_cycles_to_function.prev_entry['cycles'] += cycles
100 add_cycles_to_function.prev_entry = module_value
110 add_cycles_to_function.prev_entry = None
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/ArmPlatformPkg/Scripts/Ds5/
H A Dprofile.py38 add_cycles_to_function.prev_entry['cycles'] += cycles
48 add_cycles_to_function.prev_entry = module_value
55 add_cycles_to_function.prev_entry = module_value
69 add_cycles_to_function.prev_entry = functions[func_name][module_name]
73 …_to_function.prev_entry is not None) and (add_cycles_to_function.prev_entry['start'] <= addr) and …
74 add_cycles_to_function.prev_entry['cycles'] += cycles
100 add_cycles_to_function.prev_entry = module_value
110 add_cycles_to_function.prev_entry = None
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/ArmPlatformPkg/Scripts/Ds5/
H A Dprofile.py38 add_cycles_to_function.prev_entry['cycles'] += cycles
48 add_cycles_to_function.prev_entry = module_value
55 add_cycles_to_function.prev_entry = module_value
69 add_cycles_to_function.prev_entry = functions[func_name][module_name]
73 …_to_function.prev_entry is not None) and (add_cycles_to_function.prev_entry['start'] <= addr) and …
74 add_cycles_to_function.prev_entry['cycles'] += cycles
100 add_cycles_to_function.prev_entry = module_value
110 add_cycles_to_function.prev_entry = None
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/ArmPlatformPkg/Scripts/Ds5/
H A Dprofile.py38 add_cycles_to_function.prev_entry['cycles'] += cycles
48 add_cycles_to_function.prev_entry = module_value
55 add_cycles_to_function.prev_entry = module_value
69 add_cycles_to_function.prev_entry = functions[func_name][module_name]
73 …_to_function.prev_entry is not None) and (add_cycles_to_function.prev_entry['start'] <= addr) and …
74 add_cycles_to_function.prev_entry['cycles'] += cycles
100 add_cycles_to_function.prev_entry = module_value
110 add_cycles_to_function.prev_entry = None
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ArmPlatformPkg/Scripts/Ds5/
H A Dprofile.py44 add_cycles_to_function.prev_entry['cycles'] += cycles
54 add_cycles_to_function.prev_entry = module_value
61 add_cycles_to_function.prev_entry = module_value
75 add_cycles_to_function.prev_entry = functions[func_name][module_name]
79 …_to_function.prev_entry is not None) and (add_cycles_to_function.prev_entry['start'] <= addr) and …
80 add_cycles_to_function.prev_entry['cycles'] += cycles
106 add_cycles_to_function.prev_entry = module_value
116 add_cycles_to_function.prev_entry = None
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/ArmPlatformPkg/Scripts/Ds5/
H A Dprofile.py38 add_cycles_to_function.prev_entry['cycles'] += cycles
48 add_cycles_to_function.prev_entry = module_value
55 add_cycles_to_function.prev_entry = module_value
69 add_cycles_to_function.prev_entry = functions[func_name][module_name]
73 …_to_function.prev_entry is not None) and (add_cycles_to_function.prev_entry['start'] <= addr) and …
74 add_cycles_to_function.prev_entry['cycles'] += cycles
100 add_cycles_to_function.prev_entry = module_value
110 add_cycles_to_function.prev_entry = None
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/ArmPlatformPkg/Scripts/Ds5/
H A Dprofile.py38 add_cycles_to_function.prev_entry['cycles'] += cycles
48 add_cycles_to_function.prev_entry = module_value
55 add_cycles_to_function.prev_entry = module_value
69 add_cycles_to_function.prev_entry = functions[func_name][module_name]
73 …_to_function.prev_entry is not None) and (add_cycles_to_function.prev_entry['start'] <= addr) and …
74 add_cycles_to_function.prev_entry['cycles'] += cycles
100 add_cycles_to_function.prev_entry = module_value
110 add_cycles_to_function.prev_entry = None
/dports/sysutils/edk2/edk2-edk2-stable202102/ArmPlatformPkg/Scripts/Ds5/
H A Dprofile.py38 add_cycles_to_function.prev_entry['cycles'] += cycles
48 add_cycles_to_function.prev_entry = module_value
55 add_cycles_to_function.prev_entry = module_value
69 add_cycles_to_function.prev_entry = functions[func_name][module_name]
73 …_to_function.prev_entry is not None) and (add_cycles_to_function.prev_entry['start'] <= addr) and …
74 add_cycles_to_function.prev_entry['cycles'] += cycles
100 add_cycles_to_function.prev_entry = module_value
110 add_cycles_to_function.prev_entry = None
/dports/devel/libfirm/libfirm-1.21.0/ir/stat/
H A Ddags.c282 dag_entry_t *prev_entry = get_irn_dag_entry(prev); in connect_dags() local
284 if (! prev_entry) { in connect_dags()
290 if (prev_entry == entry) { in connect_dags()
297 entry->num_roots += prev_entry->num_roots; in connect_dags()
298 entry->num_nodes += prev_entry->num_nodes; in connect_dags()
299 entry->num_inner_nodes += prev_entry->num_inner_nodes; in connect_dags()
300 entry->is_tree &= prev_entry->is_tree; in connect_dags()
304 prev_entry->is_dead = 1; in connect_dags()
305 prev_entry->link = entry; in connect_dags()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/reqwest-0.11.7/src/
H A Dutil.rs46 let mut prev_entry: Option<OccupiedEntry<_>> = None; in replace_headers() localVariable
52 prev_entry = Some(e); in replace_headers()
56 prev_entry = Some(e); in replace_headers()
59 None => match prev_entry { in replace_headers()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/reqwest-0.11.7/src/
H A Dutil.rs46 let mut prev_entry: Option<OccupiedEntry<_>> = None; in replace_headers() localVariable
52 prev_entry = Some(e); in replace_headers()
56 prev_entry = Some(e); in replace_headers()
59 None => match prev_entry { in replace_headers()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/reqwest-0.11.8/src/
H A Dutil.rs46 let mut prev_entry: Option<OccupiedEntry<_>> = None; in replace_headers() localVariable
52 prev_entry = Some(e); in replace_headers()
56 prev_entry = Some(e); in replace_headers()
59 None => match prev_entry { in replace_headers()
/dports/net/krill/krill-0.9.4/cargo-crates/reqwest-0.11.5/src/
H A Dutil.rs46 let mut prev_entry: Option<OccupiedEntry<_>> = None; in replace_headers() localVariable
52 prev_entry = Some(e); in replace_headers()
56 prev_entry = Some(e); in replace_headers()
59 None => match prev_entry { in replace_headers()
/dports/www/zola/zola-0.15.2/cargo-crates/reqwest-0.11.7/src/
H A Dutil.rs46 let mut prev_entry: Option<OccupiedEntry<_>> = None; in replace_headers() localVariable
52 prev_entry = Some(e); in replace_headers()
56 prev_entry = Some(e); in replace_headers()
59 None => match prev_entry { in replace_headers()
/dports/www/xh/xh-0.14.1/cargo-crates/reqwest-0.11.6/src/
H A Dutil.rs46 let mut prev_entry: Option<OccupiedEntry<_>> = None; in replace_headers() localVariable
52 prev_entry = Some(e); in replace_headers()
56 prev_entry = Some(e); in replace_headers()
59 None => match prev_entry { in replace_headers()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/reqwest-0.11.6/src/
H A Dutil.rs46 let mut prev_entry: Option<OccupiedEntry<_>> = None; in replace_headers() localVariable
52 prev_entry = Some(e); in replace_headers()
56 prev_entry = Some(e); in replace_headers()
59 None => match prev_entry { in replace_headers()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/reqwest-0.11.6/src/
H A Dutil.rs46 let mut prev_entry: Option<OccupiedEntry<_>> = None; in replace_headers() localVariable
52 prev_entry = Some(e); in replace_headers()
56 prev_entry = Some(e); in replace_headers()
59 None => match prev_entry { in replace_headers()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/reqwest-0.11.7/src/
H A Dutil.rs46 let mut prev_entry: Option<OccupiedEntry<_>> = None; in replace_headers() localVariable
52 prev_entry = Some(e); in replace_headers()
56 prev_entry = Some(e); in replace_headers()
59 None => match prev_entry { in replace_headers()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/reqwest-0.11.6/src/
H A Dutil.rs46 let mut prev_entry: Option<OccupiedEntry<_>> = None; in replace_headers() localVariable
52 prev_entry = Some(e); in replace_headers()
56 prev_entry = Some(e); in replace_headers()
59 None => match prev_entry { in replace_headers()

12345678910>>...22