Searched refs:changed (Results 1 - 25 of 339) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/
H A DCoreList.pm14 my (%expanded, $delta_from, $base, $changed, $removed);
16 ($delta_from, $changed, $removed) = @{$delta->{$v}}{qw( delta_from changed removed )};
18 my %full = ( %$base, %{$changed || {}} );
429 changed => {
486 changed => {
499 changed => {
547 changed => {
591 changed => {
670 changed
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList/
H A DUtils.pm75 changed => {
89 changed => {
98 changed => {
113 changed => {
124 changed => {
133 changed => {
142 changed => {
150 changed => {
158 changed => {
171 changed
[all...]
/openbsd-current/regress/usr.sbin/relayd/
H A Dargs-http-change.pl15 'match request header set "Host" value "foobar.changed"',
24 qr/Host: foobar.changed/ => 1,
/openbsd-current/lib/libcurses/base/
H A Dlib_touch.c82 wtouchln(WINDOW *win, int y, int n, int changed) argument
86 T((T_CALLED("wtouchln(%p,%d,%d,%d)"), (void *) win, y, n, changed));
94 win->_line[i].firstchar = (NCURSES_SIZE_T) (changed ? 0 : _NOCHANGE);
95 win->_line[i].lastchar = (NCURSES_SIZE_T) (changed
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dconfig_h.pl43 my $changed;
45 $changed = 0;
53 $changed++;
57 } while ($changed);
H A Dcorelist.pl161 $versions_in_release .= " changed => {\n";
162 foreach my $key (sort keys $delta_data->{changed}->%*) {
164 defined $delta_data->{changed}{$key} ? "'"
165 . $delta_data->{changed}{$key} . "'" : "undef";
267 $deprecated_stanza .= " changed => {\n";
268 foreach my $key (sort keys $delta_data->{changed}->%*) {
270 defined $delta_data->{changed}{$key} ? "'"
271 . $delta_data->{changed}{$key} . "'" : "undef";
320 $utilities_in_release .= " changed => {\n";
321 foreach my $key (sort keys $delta_utils->{changed}
[all...]
/openbsd-current/gnu/llvm/lldb/source/Interpreter/
H A DOptionValuePathMappings.cpp65 bool changed = false; local
74 changed = true;
83 if (changed)
105 bool changed = false; local
112 changed = true;
121 if (changed)
138 bool changed = false; local
147 changed = true;
157 if (changed)
/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-loop-unswitch.c88 bool changed = false; local
103 changed |= tree_unswitch_single_loop (loops, loop, 0);
106 if (changed)
186 bool changed = false; local
226 return changed;
235 changed = true;
241 changed = true;
260 return changed;
H A Dtree-ssa-loop-ivcanon.c273 Returns true if cfg is changed. */
338 bool changed = false; local
345 changed |= canonicalize_loop_induction_variables (loops, loop,
354 if (changed)
368 bool changed = false; local
382 changed |= canonicalize_loop_induction_variables (loops, loop,
391 if (changed)
539 /* Number of executions of exit is not changed, thus we need to restore
548 try_remove_empty_loop (struct loop *loop, bool *changed) argument
555 nonempty_subloop |= !try_remove_empty_loop (sub, changed);
570 bool changed = false; local
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DSparseBitVector.h171 // Union this element with RHS and return true if this one changed.
173 bool changed = false;
175 BitWord old = changed ? 0 : Bits[i];
178 if (!changed && old != Bits[i])
179 changed = true;
181 return changed;
193 // Intersect this Element with RHS and return true if this one changed.
197 bool changed = false;
202 BitWord old = changed ? 0 : Bits[i];
208 if (!changed
[all...]
/openbsd-current/gnu/llvm/libcxx/utils/libcxx/sym_check/
H A Ddiff.py39 changed = []
46 changed += [(old_sym, new_sym)]
47 return changed
53 changed = changed_symbols(old, new)
54 return added, removed, changed
/openbsd-current/usr.bin/tmux/
H A Dcmd-select-layout.c100 goto changed;
105 goto changed;
122 goto changed;
132 goto changed;
138 changed:
142 notify_window("window-layout-changed", w);
/openbsd-current/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp141 bool changed = false; local
198 changed = true;
200 return changed;
216 bool changed = false; local
238 changed = true;
249 changed = true;
253 return changed;
264 bool changed = false; local
265 changed |= fixupX86StructRetCalls(module);
266 changed |
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsbitmap.c232 SBITMAP_ELT_TYPE changed = 0; local
237 changed |= *dstp ^ tmp;
241 return changed != 0;
312 SBITMAP_ELT_TYPE changed = 0; local
317 changed = *dstp ^ tmp;
321 return changed != 0;
348 SBITMAP_ELT_TYPE changed = 0; local
353 changed = *dstp ^ tmp;
357 return changed != 0;
384 SBITMAP_ELT_TYPE changed local
437 SBITMAP_ELT_TYPE changed = 0; local
475 SBITMAP_ELT_TYPE changed = 0; local
[all...]
/openbsd-current/usr.bin/mandoc/
H A Dtag.c95 int changed; local
111 changed = 1;
132 changed = 0;
148 changed = 1;
152 changed = 1;
158 changed = 1;
225 if (changed) {
/openbsd-current/gnu/llvm/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp89 bool changed = false; local
120 changed = true;
126 if (changed)
/openbsd-current/sys/arch/amd64/amd64/
H A Dpctr.c130 int msrsel, msrval, changed; local
154 changed = fn != pctr_fn[cmd];
155 if (changed) {
163 if (changed)
/openbsd-current/games/sail/
H A Dpl_4.c51 changed = 1;
58 changed = 1;
/openbsd-current/gnu/llvm/libcxx/utils/
H A Dsym_diff.py57 added, removed, changed = diff.diff(old_syms_list, new_syms_list)
61 added, removed, changed, names_only=args.names_only,
/openbsd-current/regress/usr.sbin/syslogd/
H A Dargs-sighup-config.pl27 qr/config file changed: dying/ => 1,
H A Dargs-sighup.pl26 qr/config file changed: dying/ => 0,
H A Dargs-sighup-tcp.pl32 qr/config file changed: dying/ => 0,
H A Dargs-sighup-tls.pl32 qr/config file changed: dying/ => 0,
/openbsd-current/games/atc/
H A Dlog.c139 int i, num_scores = 0, good, changed = 0, found = 0; local
191 changed++;
207 changed++;
212 if (!found && !changed && num_scores < NUM_SCORES) {
216 changed++;
221 } else if (changed) {
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DDynamicLoader.cpp86 // Check if the executable has changed and set it to the target
118 bool changed; local
120 changed);
241 bool changed = false; local
247 module_sp->SetLoadAddress(target, value, value_is_offset, changed);
254 changed);
260 module_sp->SetLoadAddress(target, 0, true /* value_is_slide */, changed);

Completed in 274 milliseconds

1234567891011>>