Home
last modified time | relevance | path

Searched refs:backup_state (Results 1 – 25 of 69) sorted by relevance

123

/dports/cad/yosys/yosys-yosys-0.12/kernel/
H A Dutils.h38 std::vector<dict<Key, T*, OPS>> backup_state;
50 if (!backup_state.empty() && backup_state.back().count(it.first) == 0)
65 if (!backup_state.empty() && backup_state.back().count(k) == 0) in set()
72 if (!backup_state.empty() && backup_state.back().count(k) == 0) in unset()
87 if (backup_state[i].count(k) != 0) { in reset()
88 if (backup_state[i].at(k) == nullptr) in reset()
104 backup_state.resize(backup_state.size()+1); in save()
109 log_assert(!backup_state.empty()); in restore()
110 for (auto &it : backup_state.back()) in restore()
116 backup_state.pop_back(); in restore()
[all …]
/dports/security/py-angr/angr-9.0.5405/angr/
H A Dfactory.py281 …f, addr: int, size=None, max_size=None, byte_string=None, vex=None, thumb=False, backup_state=None, argument
289 …ssDescriptor, size=None, max_size=None, byte_string=None, vex=None, thumb=False, backup_state=None, argument
295 …k(self, addr, size=None, max_size=None, byte_string=None, vex=None, thumb=False, backup_state=None, argument
321 extra_stop_points=extra_stop_points, thumb=thumb, backup_state=backup_state,
327 def fresh_block(self, addr, size, backup_state=None): argument
328 return Block(addr, project=self.project, size=size, backup_state=backup_state)
H A Dblock.py26 …dr, project=None, arch=None, size=None, byte_string=None, vex=None, thumb=False, backup_state=None, argument
63 state=backup_state,
91 if backup_state is not None:
92 … self._bytes = self._vex_engine._load_bytes(addr - thumb, size, state=backup_state)[0]
H A Dblade.py99 backup_state=self._base_state).vex
158 backup_state=self._base_state).vex
/dports/converters/recode/Recode-3.6/libiconv/
H A Dloop_unicode.h72 state_t backup_state = cd->ostate; in unicode_loop_convert() local
89 cd->ostate = backup_state; in unicode_loop_convert()
119 state_t backup_state = cd->ostate; in unicode_loop_convert() local
136 cd->ostate = backup_state; in unicode_loop_convert()
169 state_t backup_state = cd->ostate; in unicode_loop_convert() local
187 cd->ostate = backup_state; in unicode_loop_convert()
/dports/devel/py-plex/py38-plex-1.1.5/Plex/
H A DScanners.py143 self.backup_state = None
162 backup_state = None
172 backup_state = (
233 if backup_state:
235 cur_char, input_state, next_pos) = backup_state
/dports/devel/p5-Event-ExecFlow/Event-ExecFlow-0.64/lib/Event/ExecFlow/Job/
H A DCode.pm52 sub backup_state { subroutine
55 my $data_href = $self->SUPER::backup_state();
H A DCommand.pm238 sub backup_state { subroutine
241 my $data_href = $self->SUPER::backup_state();
H A DGroup.pm562 sub backup_state { subroutine
565 my $data_href = $self->SUPER::backup_state();
574 $job->backup_state;
/dports/converters/libiconv/libiconv-1.16/lib/
H A Dloop_unicode.h34 state_t backup_state = cd->ostate; in unicode_transliterate() local
51 cd->ostate = backup_state; in unicode_transliterate()
78 state_t backup_state = cd->ostate; in unicode_transliterate() local
95 cd->ostate = backup_state; in unicode_transliterate()
125 state_t backup_state = cd->ostate; in unicode_transliterate() local
146 cd->ostate = backup_state; in unicode_transliterate()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/libiconv-1.14/lib/
H A Dloop_unicode.h35 state_t backup_state = cd->ostate; in unicode_transliterate() local
52 cd->ostate = backup_state; in unicode_transliterate()
79 state_t backup_state = cd->ostate; in unicode_transliterate() local
96 cd->ostate = backup_state; in unicode_transliterate()
126 state_t backup_state = cd->ostate; in unicode_transliterate() local
147 cd->ostate = backup_state; in unicode_transliterate()
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/iconv/libiconv/
H A Dloop_unicode.h35 state_t backup_state = cd->ostate; in unicode_transliterate() local
52 cd->ostate = backup_state; in unicode_transliterate()
79 state_t backup_state = cd->ostate; in unicode_transliterate() local
96 cd->ostate = backup_state; in unicode_transliterate()
126 state_t backup_state = cd->ostate; in unicode_transliterate() local
147 cd->ostate = backup_state; in unicode_transliterate()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/libiconv/source/lib/
H A Dloop_unicode.h43 state_t backup_state = cd->ostate; in unicode_transliterate() local
60 cd->ostate = backup_state; in unicode_transliterate()
87 state_t backup_state = cd->ostate; in unicode_transliterate() local
104 cd->ostate = backup_state; in unicode_transliterate()
134 state_t backup_state = cd->ostate; in unicode_transliterate() local
155 cd->ostate = backup_state; in unicode_transliterate()
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dpacket.c203 static struct session_state *active_state, *backup_state; variable
2025 if (backup_state) in packet_backup_state()
2026 tmp = backup_state; in packet_backup_state()
2029 backup_state = active_state; in packet_backup_state()
2043 tmp = backup_state; in packet_restore_state()
2044 backup_state = active_state; in packet_restore_state()
2047 backup_state->connection_in = -1; in packet_restore_state()
2049 backup_state->connection_out = -1; in packet_restore_state()
2050 len = buffer_len(&backup_state->input); in packet_restore_state()
2052 buf = buffer_ptr(&backup_state->input); in packet_restore_state()
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dmbfile.h143 mbstate_t backup_state = mbf->state; in mbfile_multi_getc() local
158 mbf->state = backup_state; in mbfile_multi_getc()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dmbfile.h136 mbstate_t backup_state = mbf->state; in mbfile_multi_getc() local
151 mbf->state = backup_state; in mbfile_multi_getc()
/dports/devel/bison/bison-3.7.6/lib/
H A Dmbfile.h143 mbstate_t backup_state = mbf->state; in mbfile_multi_getc() local
158 mbf->state = backup_state; in mbfile_multi_getc()
/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dopacket.c9 struct ssh *active_state, *backup_state; variable
242 ssh_packet_backup_state(active_state, backup_state);
248 ssh_packet_restore_state(active_state, backup_state);
H A Dpacket.c2410 struct ssh *backup_state)
2418 if (backup_state)
2419 tmp = backup_state;
2422 backup_state = ssh;
2432 struct ssh *backup_state)
2438 tmp = backup_state;
2439 backup_state = ssh;
2442 backup_state->state->connection_in = -1;
2444 backup_state->state->connection_out = -1;
2448 backup_state->state->input)) != 0)
[all …]
/dports/databases/pgbarman/barman-release-2.17/tests/
H A Dtest_barman_cloud_backup_delete.py174 backup_state = backup_metadata.copy()
177 return backup_state[backup_id]["info"]
182 for backup_id, metadata in backup_state.items()
186 del backup_state[backup_id]
189 return backup_state[backup_info.backup_id]["files"]
/dports/misc/gnuls/coreutils-8.30/src/
H A Dwc.c366 mbstate_t backup_state; in wc() local
396 backup_state = state; in wc()
402 state = backup_state; in wc()
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dwc.c384 mbstate_t backup_state; in wc() local
414 backup_state = state; in wc()
420 state = backup_state; in wc()
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/services/std_svc/sdei/
H A Dsdei_main.c345 sdei_state_t backup_state; in sdei_event_register() local
375 backup_state = se->state; in sdei_event_register()
449 se->state = backup_state; in sdei_event_register()
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/services/std_svc/sdei/
H A Dsdei_main.c345 sdei_state_t backup_state; in sdei_event_register() local
375 backup_state = se->state; in sdei_event_register()
449 se->state = backup_state; in sdei_event_register()
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/services/std_svc/sdei/
H A Dsdei_main.c345 sdei_state_t backup_state; in sdei_event_register() local
375 backup_state = se->state; in sdei_event_register()
449 se->state = backup_state; in sdei_event_register()

123