Searched refs:changed (Results 176 - 200 of 373) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Ddefs.h219 int changed; member in struct:ptn_info::ptn_size
H A Dmsg.mi.en94 changed, you will have the opportunity to quit this procedure.)
353 gets changed.
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpq/
H A Dntpq-opts.def109 variables have changed and new ones added.
120 variables have changed and new ones added. The description on this
282 Otherwise, the debug level is changed to the indicated level.
/netbsd-6-1-5-RELEASE/usr.bin/cdplay/
H A Dcdplay.c157 int playing, changed; member in struct:__anon9788
874 if (da.changed) {
876 da.changed = 0;
1169 da.changed = da.playing = 1;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dfwprop.c896 /* Inside INSN, the expression rooted at *LOC has been changed, moving some
904 bool changed = false;
937 changed = true;
939 if (changed)
900 bool changed = false; local
H A Dtree-ssa-math-opts.c1114 bool changed = false; local
1195 changed = true;
1244 return (changed ? TODO_dump_func | TODO_update_ssa | TODO_verify_ssa
H A Dvar-tracking.c44 is changed according to micro operations in BB.
331 /* True if this variable changed (any of its) cur_loc fields
4190 bool changed = false; local
4256 changed = true;
4272 changed = true;
4284 changed = true;
4286 if (changed)
4305 bool changed = false; local
4339 of changed variables. */
4342 changed
5729 bool changed; local
6069 bool changed; local
6817 bool changed; local
[all...]
H A Ddf-scan.c834 differences even though the block will have changed. So we need
1034 differences even though the block will have changed. So we need
1498 /* If someone changed regs_ever_live during this pass, fix up the
2095 NEW_REGNO. Refs that do not match LOC are not changed which means
2096 that artificial refs are not changed since they have no loc. This
4004 bool changed = false;
4015 changed = true;
4023 changed = true;
4026 if (changed)
4176 bool changed
3998 bool changed = false; local
4170 bool changed = false; local
4313 bool changed = df->redo_entry_and_exit; local
[all...]
H A Dfunction.c1354 bool *changed = (bool *) data;
1368 if (changed)
1369 *changed = true;
1379 if (changed)
1380 *changed = true;
1541 bool changed = false;
1543 for_each_rtx (&addr, instantiate_virtual_regs_in_rtx, &changed);
1544 if (!changed)
4752 decl_rtl is memory, then its mode may have been changed,
5680 bool changed
1343 bool *changed = (bool *) data; local
1530 bool changed = false; local
5657 bool changed = false; local
[all...]
H A Dtree-eh.c3484 bool changed = false;
3490 changed |= unsplit_eh (lp);
3492 return changed;
3871 bool changed = false;
3877 changed |= cleanup_empty_eh (lp);
3879 return changed;
3903 bool changed = false;
3905 changed |= unsplit_all_eh ();
3906 changed |= cleanup_all_empty_eh ();
3908 if (changed)
3479 bool changed = false; local
3866 bool changed = false; local
3898 bool changed = false; local
[all...]
H A Dtree-nested.c918 wi->changed = true;
963 wi->changed = false;
967 if (wi->changed)
971 /* If we changed anything, we might no longer be directly
1416 wi->changed = true;
1438 wi->changed = false;
1443 if (wi->changed)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dvm.c180 int changed; member in struct:_om_page_tlb_entry
654 page_tlb_entry->changed = om_pte_1_changed(pte_1);
793 if (access == om_data_write &&!page_tlb_entry->changed) {
/netbsd-6-1-5-RELEASE/usr.sbin/sunlabel/
H A Dsunlabel.c140 * well as doing the modification. changed is a function which does
141 * field-specific actions necessary when the field has been changed.
155 void (*changed)(void); member in struct:field
159 /* LABEL_MAGIC was chosen by Sun and cannot be trivially changed. */
181 * update_spc is a `changed' function for updating the spc value when
877 * chval and changed functions.
898 if (fields[i].changed)
899 (*fields[i].changed)();
908 * `changed' function for the ntrack and nsect fields; update label.spc
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-outof-ssa.c1022 If the stmt is changed, return true. */
1058 variable. If the stmt is changed, return true. */
1843 bool changed; local
1896 changed = false;
1906 changed = true;
1925 changed = true;
1939 changed = true;
H A Dfunction.c1285 bool *changed = (bool *) data;
1299 if (changed)
1300 *changed = true;
1310 if (changed)
1311 *changed = true;
1472 bool changed = false;
1474 for_each_rtx (&addr, instantiate_virtual_regs_in_rtx, &changed);
1475 if (!changed)
4465 decl_rtl is memory, then its mode may have been changed,
4926 int changed;
1274 bool *changed = (bool *) data; local
1461 bool changed = false; local
4904 int changed; local
[all...]
H A Dsimplify-rtx.c2629 int first, changed;
2635 changed. If we run out of room in our array, give up; this should
2645 changed = 0;
2666 changed = 1;
2672 changed = 1;
2686 changed = 1;
2698 changed = 1;
2707 changed = 1;
2716 while (changed);
2733 changed
2621 int first, changed; local
[all...]
H A Dcfgrtl.c1692 bool changed = false;
1706 changed = true;
1711 if (!changed)
1738 bool changed = false;
1752 changed = true;
1757 if (!changed)
1684 bool changed = false; local
1729 bool changed = false; local
H A Ddf.c83 updating then all the changed, new, or deleted insns needs to be
140 tell which ones have been changed. Alternatively, we could
1594 df_rd_transfer_function (int bb ATTRIBUTE_UNUSED, int *changed, void *in,
1598 *changed = bitmap_ior_and_compl (out, gen, in, kill);
1603 df_ru_transfer_function (int bb ATTRIBUTE_UNUSED, int *changed, void *in,
1607 *changed = bitmap_ior_and_compl (in, gen, out, kill);
1612 df_lr_transfer_function (int bb ATTRIBUTE_UNUSED, int *changed, void *in,
1616 *changed = bitmap_ior_and_compl (in, use, out, def);
1981 known. If the number of defs or uses have changed, then
2421 known. If the number of defs or uses have changed, the
1588 df_rd_transfer_function(int bb ATTRIBUTE_UNUSED, int *changed, void *in, void *out, void *gen, void *kill, void *data ATTRIBUTE_UNUSED) argument
1597 df_ru_transfer_function(int bb ATTRIBUTE_UNUSED, int *changed, void *in, void *out, void *gen, void *kill, void *data ATTRIBUTE_UNUSED) argument
1606 df_lr_transfer_function(int bb ATTRIBUTE_UNUSED, int *changed, void *in, void *out, void *use, void *def, void *data ATTRIBUTE_UNUSED) argument
3855 int changed; local
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/vi/
H A Dv_txt.c443 * did beep at you if you changed an abbreviation and then replayed the
2055 /* If something changed, do the exchange. */
2069 /* If nothing changed, period, ring the bell. */
2667 int changed; local
2680 txt_ai_resolve(sp, tp, &changed);
2682 changed = 0;
2684 (changed && vs_change(sp, tp->lno, LINE_RESET)))
2689 txt_ai_resolve(sp, tp, &changed);
2691 changed = 0;
2693 (changed
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dsyncrepl.c463 int i, j, changed = 0; local
490 changed = 1;
495 changed = 1;
500 if ( changed ) {
513 /* See if the cookieState has changed due to anything outside
523 changed = 1;
531 changed = 1;
543 changed = 1;
549 if ( changed ) {
557 return changed;
3097 int rc, i, j, changed = 0; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-frv.c4654 bfd_boolean changed = ! relaxing;
4661 if (! changed)
4665 changed = TRUE;
4717 if (! changed)
4721 changed = TRUE;
4739 if (! changed)
4743 changed = TRUE;
4750 if (changed)
5615 bfd_boolean *changed)
5670 *changed
4649 bfd_boolean changed = ! relaxing; local
5607 _frvfdpic_check_discarded_relocs(bfd *abfd, asection *sec, struct bfd_link_info *info, bfd_boolean *changed) argument
5684 bfd_boolean changed = FALSE; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-frv.c4654 bfd_boolean changed = ! relaxing;
4661 if (! changed)
4665 changed = TRUE;
4717 if (! changed)
4721 changed = TRUE;
4739 if (! changed)
4743 changed = TRUE;
4750 if (changed)
5615 bfd_boolean *changed)
5670 *changed
4649 bfd_boolean changed = ! relaxing; local
5607 _frvfdpic_check_discarded_relocs(bfd *abfd, asection *sec, struct bfd_link_info *info, bfd_boolean *changed) argument
5684 bfd_boolean changed = FALSE; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/moused/
H A Dmoused.c1948 /* has something changed? */
1958 int changed; local
1967 changed = FALSE;
1986 changed = TRUE;
1992 changed = TRUE;
1993 if (changed)
2008 return changed;
2345 * changed since its first publication, devices which follow earlier
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/eap_server/
H A Deap_server.c1178 * Returns: 1 if EAP state was changed or 0 if not
1182 * state machine have changed.
1188 sm->changed = FALSE;
1190 if (sm->changed)
1192 } while (sm->changed);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsyncprov.c479 /* If entryID has changed, then the base of this search has
480 * changed. Invalidate the psearch.
1268 "search base has changed" );
1785 * that changed, and only one can be passed in the csn queue.
2243 /* Don't send changed entries back to the originator */
2246 "Entry %s changed by peer, ignored\n",
2364 int gotstate = 0, changed = 0, do_present = 0; local
2440 * has changed.
2476 /* If nothing has changed, shortcut it */
2486 changed
[all...]

Completed in 282 milliseconds

1234567891011>>