Searched refs:changed (Results 26 - 50 of 373) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/openresolv/dist/
H A Dpdnsd.in86 changed=false
148 changed=true
156 changed=true
161 if $changed; then
H A Dresolvconf.in429 changed=false
436 changed=true
439 changed=true
441 if $changed; then
457 changed=true
465 [ -e "$PRIVATEDIR/$iface" ] || changed=true
471 changed=true
475 $changed || exit 0
476 unset changed oldmetric newmetric
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dmatrixkp_subr.c102 u_int32_t changed[(MAXNKEYS + 31) / 32]; local
110 FOR_KEYS(i, changed[i] = sc->mxkp_pressed[i] ^ scanned[i]);
111 FOR_KEYS(i, anychanged |= changed[i]);
114 mxkp_debounce(sc, changed, scanned);
116 FOR_KEYS(i, changed[i] &= sc->mxkp_pressed[i] ^ scanned[i]);
117 FOR_KEYS(i, anychanged |= changed[i]);
120 FOR_KEYS(i, set[i] = changed[i] & scanned[i]);
121 FOR_KEYS(i, cleared[i] = changed[i] & sc->mxkp_pressed[i]);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dbitmap.c608 /* Clear a single bit in a bitmap. Return true if the bit changed. */
634 /* Set a single bit in a bitmap. Return true if the bit changed. */
982 changed; the new value of CHANGED is returned. */
986 const bitmap_element *src_elt, bool changed)
988 if (!changed && dst_elt && dst_elt->indx == src_elt->indx)
996 changed = true;
1001 changed = true;
1008 return changed;
1023 bool changed = false;
1029 changed
975 bitmap_elt_copy(bitmap dst, bitmap_element *dst_elt, bitmap_element *dst_prev, const bitmap_element *src_elt, bool changed) argument
1013 bool changed = false; local
1124 BITMAP_WORD changed = 0; local
1471 bitmap_elt_ior(bitmap dst, bitmap_element *dst_elt, bitmap_element *dst_prev, const bitmap_element *a_elt, const bitmap_element *b_elt, bool changed) argument
1535 bool changed = false; local
1581 bool changed = false; local
1830 bool changed = false; local
1935 bool changed; local
1956 bool changed = false; local
[all...]
H A Debitmap.c546 changed. */
559 bool changed = false; local
618 if (!changed)
619 changed |= tmpword != ebitmap_array_get (dst, dsteltindex);
632 changed |= true;
637 if (changed)
661 gcc_assert (changed == !ebitmap_equal_p (dst, dstcopy));
666 return changed;
670 in DST has changed. */
683 bool changed local
795 bool changed = false; local
880 bool changed = false; local
971 bool changed; local
[all...]
H A Dtree-ssa-sccvn.c1802 /* Set the value number of FROM to TO, return true if it has changed
1836 fprintf (dump_file, " (changed)\n");
1845 Return true if a value number changed. */
1850 bool changed = false; local
1859 changed |= set_ssa_val_to (def, def);
1861 return changed;
1868 changed. */
1890 value number of LHS has changed as a result. */
1895 bool changed = false; local
1900 changed
1917 bool changed = false; local
1939 bool changed = false; local
1985 bool changed = false; local
2090 bool changed = false; local
2173 bool changed = false; local
2492 bool changed = false; local
2841 bool changed = true; local
3206 bool changed = true; local
[all...]
H A Dvarpool.c344 bool changed = false; local
368 changed = true;
371 return changed;
397 /* Update linkage fields in case they've changed. */
455 bool changed = false; local
471 changed = true;
478 return changed;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/h8300/
H A Dbiand.s37 test_grs_a5a5 ; general registers should not be changed.
78 test_gr_a5a5 0 ; general registers should not be changed.
105 test_grs_a5a5 ; general registers should not be changed.
126 test_grs_a5a5 ; general registers should not be changed.
146 test_grs_a5a5 ; general registers should not be changed.
174 test_grs_a5a5 ; general registers should not be changed.
201 test_grs_a5a5 ; general registers should not be changed.
226 test_grs_a5a5 ; general registers should not be changed.
251 test_grs_a5a5 ; general registers should not be changed.
265 test_grs_a5a5 ; general registers should not be changed
[all...]
H A Dband.s37 test_grs_a5a5 ; general registers should not be changed.
78 test_gr_a5a5 0 ; general registers should not be changed.
105 test_grs_a5a5 ; general registers should not be changed.
126 test_grs_a5a5 ; general registers should not be changed.
146 test_grs_a5a5 ; general registers should not be changed.
174 test_grs_a5a5 ; general registers should not be changed.
201 test_grs_a5a5 ; general registers should not be changed.
226 test_grs_a5a5 ; general registers should not be changed.
251 test_grs_a5a5 ; general registers should not be changed.
265 test_grs_a5a5 ; general registers should not be changed
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/dnssec/
H A Ddnssec-settime.c158 isc_boolean_t changed = ISC_FALSE; local
256 changed = ISC_TRUE;
269 changed = ISC_TRUE;
282 changed = ISC_TRUE;
295 changed = ISC_TRUE;
308 changed = ISC_TRUE;
418 changed = setpub = setact = ISC_TRUE;
537 if (force && !changed) {
540 changed = ISC_TRUE;
543 if (!changed
[all...]
/netbsd-6-1-5-RELEASE/bin/sh/
H A Djobs.h48 #define SHOW_CHANGED 0x08 /* only jobs whose state has changed */
78 char changed; /* true if status has changed */ member in struct:job
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/maint-aux/
H A Dgnulib-update82 # Warn the user if the filelist has changed.
85 # Avoid munging timestamps when nothing's changed.
90 The file list has changed. You may need to add or remove files from
101 # Avoid munging timestamps when nothing's changed.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-m68hc11/
H A Dbug-3331.s8 ldx #foo ;; This relax group must not be changed.
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Ddep.h21 These flags are saved in the `changed' field of each
41 unsigned int changed : 8; member in struct:dep
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/testsuite/binutils-all/
H A Dcopy-3.d8 # cannot be changed. We skip it for them.
H A Dcopy-2.d9 # section has a fixed set of flags and these cannot be changed.
/netbsd-6-1-5-RELEASE/games/sail/
H A Dpl_4.c59 changed = 1;
66 changed = 1;
/netbsd-6-1-5-RELEASE/libexec/telnetd/
H A Dtermstat.c209 * then delay that until after we have changed the MODE.
271 * Negotiate linemode on if pty state has changed to turn it on.
304 * If edit mode changed, send edit mode.
456 int ack, changed; local
469 if ((changed = (useeditmode ^ editmode))) {
472 * state of the tty has changed (due to the user
481 if (changed & MODE_EDIT)
484 if (changed & MODE_TRAPSIG)
487 if (changed & MODE_SOFT_TAB)
490 if (changed
[all...]
/netbsd-6-1-5-RELEASE/games/atc/
H A Dlog.c143 int i, num_scores = 0, good, changed = 0, found = 0; local
210 changed++;
225 changed++;
230 if (!found && !changed && num_scores < NUM_SCORES) {
234 changed++;
237 if (changed) {
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/src/
H A Danalyze.c325 The results are recorded in the vectors files[N].changed, by
352 files[1].changed[files[1].realindexes[yoff++]] = 1;
355 files[0].changed[files[0].realindexes[xoff++]] = 1;
376 files[1].changed[files[1].realindexes[part.ymid - 1]] = 1;
378 files[0].changed[files[0].realindexes[part.xmid]] = 1;
594 filevec[f].changed[i] = 1;
606 We do something when a run of changed lines include a
620 bool *changed = filevec[f].changed;
621 bool const *other_changed = filevec[1 - f].changed;
617 bool *changed = filevec[f].changed; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dbitmap.c763 BITMAP_WORD changed = 0;
794 changed |= cleared;
806 return changed != 0;
818 bool changed = false;
829 if (!changed && dst_elt && dst_elt->indx == a_elt->indx)
838 changed = true;
844 changed = true;
876 if (!changed && dst_elt && dst_elt->indx == src->indx)
884 changed = true;
889 changed
753 BITMAP_WORD changed = 0; local
808 bool changed = false; local
910 bool changed = false; local
1187 bool changed; local
1203 bool changed; local
[all...]
H A Dtree-cfgcleanup.c497 bool changed = false; local
510 changed |= remove_forwarder_block (bb, &current);
514 return changed;
557 bool retval, changed; local
562 iteration changed the flowgraph, set CHANGED to true. */
563 changed = false;
567 changed |= retval;
579 return changed;
587 bool changed = cleanup_tree_cfg (); local
589 if (changed)
[all...]
H A Dtree-ssa-reassoc.c425 changed the statement. */
434 bool changed = false; local
561 return changed;
566 expressions changed. */
571 bool changed = false; local
586 changed = true;
598 changed |= reassociate_bb (son);
600 return changed;
607 bool changed = false; local
609 changed
[all...]
H A Dipa.c101 bool changed = false; local
201 changed = true;
208 return changed;
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dtouchwin.c104 * Make it look like the whole window has been changed.
130 * Make it look like the window has not been changed.
143 * If changed is 1 then touch n lines starting at line. If changed
147 wtouchln(WINDOW *win, int line, int n, int changed) argument
154 win, line, n, changed);
159 if (changed == 1)

Completed in 520 milliseconds

1234567891011>>