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

12345678910

/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_touch.c75 wtouchln(WINDOW *win, int y, int n, int changed) argument
79 T((T_CALLED("wtouchln(%p,%d,%d,%d)"), (void *) win, y, n, changed));
87 win->_line[i].firstchar = (NCURSES_SIZE_T) (changed ? 0 : _NOCHANGE);
88 win->_line[i].lastchar = (NCURSES_SIZE_T) (changed
/freebsd-11-stable/sys/kern/
H A Dsubr_power.c105 int changed; local
109 changed = 1;
111 printf("system power profile changed to '%s'\n",
116 changed = 0;
119 if (changed)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValuePathMappings.cpp63 bool changed = false; local
72 changed = true;
79 if (changed)
101 bool changed = false; local
110 changed = true;
117 if (changed)
135 bool changed = false; local
145 changed = true;
152 if (changed)
/freebsd-11-stable/contrib/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...]
H A Dtree-ssa-forwprop.c482 new constant (which has only changed its type). */
668 either the LHS or RHS was changed in the USE_STMT.
671 be not totally successful, yet things may have been changed). */
674 forward_propagate_addr_expr_1 (tree stmt, tree use_stmt, bool *changed) argument
694 if (changed)
695 *changed = true;
709 if (changed)
710 *changed = true;
731 if (changed)
732 *changed
[all...]
H A Dtree-cfgcleanup.c517 bool changed = false; local
530 changed |= remove_forwarder_block (bb, &current);
534 return changed;
577 bool retval, changed; local
582 iteration changed the flowgraph, set CHANGED to true. */
583 changed = false;
587 changed |= retval;
599 return changed;
607 bool changed = cleanup_tree_cfg (); local
609 if (changed)
[all...]
H A Dipa.c101 bool changed = false; local
202 changed = true;
209 return changed;
/freebsd-11-stable/contrib/openresolv/
H A Dnamed.in89 # changed
90 changed=false
96 changed=true
104 changed=true
109 if $changed; then
H A Dpdnsd.in86 changed=false
148 changed=true
156 changed=true
161 if $changed; then
H A Ddnsmasq.in160 changed=false
165 changed=true
170 # dnsmasq polls this file so no need to set changed=true
181 if $changed; then
194 $changed || kill -HUP $(cat "$dnsmasq_pid")
H A Dresolvconf.in751 # An interface was added, changed, deleted or a general update was called.
783 changed=false
790 changed=true
794 changed=true
813 changed=true
822 [ -e "$PRIVATEDIR/$iface" ] || changed=true
828 changed=true
864 changed=true
870 changed=true
877 elif ! $changed; the
[all...]
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dstate_machine.h12 * Boolean changed), and STATE_MACHINE_DEBUG_PREFIX to be a string that is used
48 sm->changed = TRUE; \
67 sm->changed = TRUE; \
85 sm->changed = TRUE; \
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseBitVector.h170 // Union this element with RHS and return true if this one changed.
172 bool changed = false;
174 BitWord old = changed ? 0 : Bits[i];
177 if (!changed && old != Bits[i])
178 changed = true;
180 return changed;
192 // Intersect this Element with RHS and return true if this one changed.
196 bool changed = false;
201 BitWord old = changed ? 0 : Bits[i];
207 if (!changed
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp148 bool changed = false; local
205 changed = true;
207 return changed;
223 bool changed = false; local
246 changed = true;
257 changed = true;
261 return changed;
273 bool changed = false; local
274 changed |= fixupX86StructRetCalls(module);
275 changed |
[all...]
/freebsd-11-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c113 * changed copyright header to reflect current distribution rules
183 * Replaced getdelta() with gettree(), changed breaklock to update
195 * curdir() with getfullRCSname(), cleaned up handling -U/L, and changed
285 int branchflag, changed, expmode, initflag; variable
520 changed = initflag | textflag;
529 changed |= StrictLocks ^ strictlock;
541 changed = true;
545 changed = true;
553 changed = true;
558 changed
974 register int changed = false; local
1320 int changed = false; local
1367 int changed = false; local
1457 int changed = false; local
[all...]
/freebsd-11-stable/lib/libc/locale/
H A Dlnumeric.c64 numeric_load_locale(struct xlocale_numeric *loc, int *using_locale, int *changed, argument
75 *changed= 1;
/freebsd-11-stable/release/picobsd/tinyware/view/
H A Dview.c89 int quit,changed; variable
179 changed++;
183 changed++;
398 changed++;
405 changed=0;
413 changed++;
418 changed++;
422 changed++;
426 changed++;
430 changed
[all...]
/freebsd-11-stable/sbin/kldconfig/
H A Dkldconfig.c63 static int changed; variable
190 changed = 1;
222 changed = 1;
402 changed = 1;
408 if (changed && !nflag)
411 if (rflag || (changed && vflag)) {
412 if (changed && (vflag > 1))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp82 bool changed = false; local
104 changed = true;
110 if (changed)
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tdma.h51 const struct ieee80211_tdma_param *tdma, int changed);
/freebsd-11-stable/contrib/tcp_wrappers/
H A Denviron.c198 int changed = 0; local
207 changed = 1;
216 changed = 1;
219 if (changed)
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dtermstat.c215 * then delay that until after we have changed the MODE.
277 * Negotiate linemode on if pty state has changed to turn it on.
310 * If edit mode changed, send edit mode.
462 int ack, changed; local
475 if ((changed = (useeditmode ^ editmode))) {
478 * state of the tty has changed (due to the user
487 if (changed & MODE_EDIT)
490 if (changed & MODE_TRAPSIG)
493 if (changed & MODE_SOFT_TAB)
496 if (changed
[all...]
/freebsd-11-stable/contrib/diff/src/
H A Danalyze.c319 The results are recorded in the vectors files[N].changed, by
346 files[1].changed[files[1].realindexes[yoff++]] = 1;
349 files[0].changed[files[0].realindexes[xoff++]] = 1;
567 filevec[f].changed[i] = 1;
579 We do something when a run of changed lines include a
593 char *changed = filevec[f].changed;
594 char *other_changed = filevec[1 - f].changed;
607 while (i < i_end && !changed[i])
621 while (changed[
590 char *changed = filevec[f].changed; local
[all...]
/freebsd-11-stable/sys/dev/acpi_support/
H A Dacpi_fujitsu.c314 * is if we can't find what has changed or an error occurs.
528 int changed; local
534 changed = BRIGHT_CHANGED;
539 changed = BRIGHT_CHANGED;
544 changed = MOUSE_CHANGED;
550 changed = VOLUME_CHANGED;
576 sc->lastValChanged = changed;
661 int changed; local
668 changed = sc->gsif.value & acpi_fujitsu_method_get(sc,METHOD_GHKS);
670 changed
[all...]

Completed in 162 milliseconds

12345678910