Home
last modified time | relevance | path

Searched refs:ll_entry (Results 1 – 14 of 14) sorted by relevance

/dports/lang/gleam/gleam-0.18.2/cargo-crates/petgraph-0.6.0/src/algo/
H A Dfeedback_arc_set.rs416 let ll_entry = remove_entry.pos.take().unwrap(); in remove() localVariable
418 if let Some(prev_ix) = ll_entry.prev { in remove()
420 prev_node.pos_mut().next = ll_entry.next; in remove()
423 if let Some(next_ix) = ll_entry.next { in remove()
425 next_node.pos_mut().prev = ll_entry.prev; in remove()
430 self.start = ll_entry.next; in remove()
/dports/devel/grex/grex-1.3.0/cargo-crates/petgraph-0.6.0/src/algo/
H A Dfeedback_arc_set.rs416 let ll_entry = remove_entry.pos.take().unwrap(); in remove() localVariable
418 if let Some(prev_ix) = ll_entry.prev { in remove()
420 prev_node.pos_mut().next = ll_entry.next; in remove()
423 if let Some(next_ix) = ll_entry.next { in remove()
425 next_node.pos_mut().prev = ll_entry.prev; in remove()
430 self.start = ll_entry.next; in remove()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/petgraph-0.6.0/src/algo/
H A Dfeedback_arc_set.rs416 let ll_entry = remove_entry.pos.take().unwrap(); in remove() localVariable
418 if let Some(prev_ix) = ll_entry.prev { in remove()
420 prev_node.pos_mut().next = ll_entry.next; in remove()
423 if let Some(next_ix) = ll_entry.next { in remove()
425 next_node.pos_mut().prev = ll_entry.prev; in remove()
430 self.start = ll_entry.next; in remove()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/petgraph-0.6.0/src/algo/
H A Dfeedback_arc_set.rs416 let ll_entry = remove_entry.pos.take().unwrap(); in remove() localVariable
418 if let Some(prev_ix) = ll_entry.prev { in remove()
420 prev_node.pos_mut().next = ll_entry.next; in remove()
423 if let Some(next_ix) = ll_entry.next { in remove()
425 next_node.pos_mut().prev = ll_entry.prev; in remove()
430 self.start = ll_entry.next; in remove()
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/petgraph-0.6.0/src/algo/
H A Dfeedback_arc_set.rs416 let ll_entry = remove_entry.pos.take().unwrap();
418 if let Some(prev_ix) = ll_entry.prev {
420 prev_node.pos_mut().next = ll_entry.next;
423 if let Some(next_ix) = ll_entry.next {
425 next_node.pos_mut().prev = ll_entry.prev;
430 self.start = ll_entry.next;
/dports/games/renpy/renpy-7.4.11-sdk/renpy/
H A Dexecution.py514 ll_entry = LineLogEntry(node.filename, node.linenumber, node, self.last_abnormal)
516 if ll_entry not in self.line_log:
517 self.line_log.append(ll_entry)
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/sh2_dynarec/
H A Dsh2_dynarec.c63 struct ll_entry struct
68 struct ll_entry *next; argument
263 struct ll_entry *head; in get_addr()
738 struct ll_entry *ptr; in ll_add_nodup()
753 struct ll_entry *head; in check_addr()
813 struct ll_entry *next; in ll_remove_matching_addrs()
834 struct ll_entry *cur; in ll_clear()
835 struct ll_entry *next; in ll_clear()
869 struct ll_entry *head; in invalidate_page()
870 struct ll_entry *next; in invalidate_page()
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/r4300/new_dynarec/
H A Dnew_dynarec.c108 struct ll_entry struct
113 struct ll_entry *next; argument
435 struct ll_entry *head; in get_addr()
514 struct ll_entry *head; in get_addr_32()
1043 new_entry=(struct ll_entry *)malloc(sizeof(struct ll_entry)); in ll_add()
1056 new_entry=(struct ll_entry *)malloc(sizeof(struct ll_entry)); in ll_add_32()
1081 struct ll_entry *head; in check_addr()
1129 struct ll_entry *next; in ll_remove_matching_addrs()
1150 struct ll_entry *cur; in ll_clear()
1151 struct ll_entry *next; in ll_clear()
[all …]
H A Dnew_dynarec_64.c98 struct ll_entry struct
103 struct ll_entry *next; argument
424 struct ll_entry *head; in get_addr()
524 struct ll_entry *head; in get_addr_32()
1067 new_entry=(struct ll_entry *)malloc(sizeof(struct ll_entry)); in ll_add()
1080 new_entry=(struct ll_entry *)malloc(sizeof(struct ll_entry)); in ll_add_32()
1105 struct ll_entry *head; in check_addr()
1153 struct ll_entry *next; in ll_remove_matching_addrs()
1174 struct ll_entry *cur; in ll_clear()
1175 struct ll_entry *next; in ll_clear()
[all …]
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/libpcsxcore/new_dynarec/
H A Dnew_dynarec.c81 struct ll_entry struct
86 struct ll_entry *next; argument
824 struct ll_entry *head; in check_addr()
872 struct ll_entry *next; in ll_remove_matching_addrs()
893 struct ll_entry *cur; in ll_clear()
894 struct ll_entry *next; in ll_clear()
928 struct ll_entry *head; in invalidate_page()
929 struct ll_entry *next; in invalidate_page()
991 struct ll_entry *head; in invalidate_block()
1022 struct ll_entry *head; in invalidate_addr()
[all …]
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/libpcsxcore/new_dynarec/
H A Dnew_dynarec.c81 struct ll_entry struct
86 struct ll_entry *next; argument
824 struct ll_entry *head; in check_addr()
872 struct ll_entry *next; in ll_remove_matching_addrs()
893 struct ll_entry *cur; in ll_clear()
894 struct ll_entry *next; in ll_clear()
928 struct ll_entry *head; in invalidate_page()
929 struct ll_entry *next; in invalidate_page()
991 struct ll_entry *head; in invalidate_block()
1022 struct ll_entry *head; in invalidate_addr()
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/r4300/new_dynarec/x86/
H A Dassem_x86.c126 struct ll_entry *head; in dynamic_linker()
198 struct ll_entry *head; in dynamic_linker_ds()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/r4300/new_dynarec/arm/
H A Dassem_arm.c318 struct ll_entry *head; in dynamic_linker()
402 struct ll_entry *head; in dynamic_linker_ds()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/r4300/new_dynarec/arm64/
H A Dassem_arm64.c310 struct ll_entry *head; in dynamic_linker()
411 struct ll_entry *head; in dynamic_linker_ds()