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

123456789

/freebsd-9.3-release/contrib/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp157 bool changed = false; local
177 changed = true;
182 return changed;
/freebsd-9.3-release/contrib/nvi/tk/
H A Dtk_read.c53 int changed; local
79 (void)tk_ssize(sp, 1, &lines, &columns, &changed);
80 if (changed) {
/freebsd-9.3-release/contrib/opie/libopie/
H A Dverify.c52 static int changed FUNCTION((opie), struct opie *opie) function
162 if (changed(opie))
207 if (changed(opie))
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dr600_audio.c131 bool changed = false; local
139 changed = true;
145 if (changed || r600_hdmi_buffer_status_changed(encoder))
/freebsd-9.3-release/contrib/gcc/
H A Dsbitmap.c247 SBITMAP_ELT_TYPE changed = 0; local
252 changed |= *dstp ^ tmp;
256 return changed != 0;
347 SBITMAP_ELT_TYPE changed = 0; local
352 changed |= *dstp ^ tmp;
356 return changed != 0;
381 SBITMAP_ELT_TYPE changed = 0; local
386 changed |= *dstp ^ tmp;
390 return changed != 0;
415 SBITMAP_ELT_TYPE changed local
465 SBITMAP_ELT_TYPE changed = 0; local
501 SBITMAP_ELT_TYPE changed = 0; local
[all...]
H A Dbitmap.c822 BITMAP_WORD changed = 0;
853 changed |= cleared;
865 return changed != 0;
1066 bool changed = false;
1077 if (!changed && dst_elt && dst_elt->indx == a_elt->indx)
1086 changed = true;
1092 changed = true;
1125 if (!changed && dst_elt && dst_elt->indx == src->indx)
1133 changed = true;
1138 changed
812 BITMAP_WORD changed = 0; local
1056 bool changed = false; local
1160 bool changed = false; local
1433 bool changed; local
1449 bool changed; local
[all...]
H A Dcfgcleanup.c105 Return true if something changed. */
414 bool changed = false;
609 changed = true;
617 return changed;
1831 bool changed;
1877 changed = false;
1890 /* If nothing changed since the last attempt, there is nothing
1899 changed = true;
1940 /* If nothing changed since the last attempt, there is nothing
1949 changed
410 bool changed = false; local
1824 bool changed; local
1960 bool changed; local
2170 bool changed = false; local
2199 bool changed = false; local
2223 bool changed = false; local
[all...]
H A Dgcse.c278 * If we changed any jumps via cprop.
660 int changed, pass;
709 changed = 1;
710 while (changed && pass < MAX_GCSE_PASSES)
712 changed = 0;
728 changed = one_cprop_pass (pass + 1, false, false);
736 changed |= one_pre_gcse_pass (pass + 1);
740 if (changed)
771 changed |= one_code_hoisting_pass ();
2754 have changed sinc
656 int changed, pass; local
2912 int changed = 0; local
3179 bool changed = false; local
3249 int changed; local
3394 int changed = 0; local
3679 int changed; local
4411 int changed; local
4489 int did_insert, changed; local
4535 int changed = 0; local
4717 int changed, passes; local
4985 int changed = 0; local
6515 int changed; local
[all...]
H A Dtree-ssa-copy.c355 chain has changed. */
459 If DEST's copy-of value or its copy-of chain has changed, return
473 changed, return true. */
488 copy-of chain may not have changed, if any of the variables in
489 the copy-of chain changed its final value, DEST will now be the
589 bool changed; local
595 changed = false;
597 changed |= set_copy_of_val (vdef, rhs_val->value, lhs);
606 if (changed)
699 see if the lattice value of its output has changed
716 bool changed; local
[all...]
H A Dtree-gimple.h192 bool changed; member in struct:walk_stmt_info
H A Dtree-ssa-ccp.c441 dump_lattice_value (dump_file, "Lattice value changed to ", new_val);
1280 bool changed; local
1290 changed = false;
1292 changed |= set_lattice_value (vdef, val);
1300 if (changed)
1364 its output has changed. */
2364 bool changed = false; local
2370 fold_stmt_r_data.changed_p = &changed;
2385 return changed;
2427 changed
2457 bool changed = false; local
[all...]
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dmtsm.h100 int changed(statem *);
138 int changed(statem *);
/freebsd-9.3-release/tools/regression/usr.sbin/etcupdate/
H A Dalways.sh88 # tests should be changed when installation is forced. The
125 # /difftype/first/first: A removed file has changed type.
140 # /difftype/difftype/difflinks: A file has changed from a
148 # /difftype/difftype/difffile: A file has changed from a
162 # changed to a different file type in the test tree. This
175 # /difffiles/first/first: A removed file has been changed in
181 # been changed to a different file type in the test tree.
395 Removed file changed: /difffiles/first/first/file
396 Modified link changed: /difflinks/difflinks/difflinks/link ("old" became "new")
398 Removed link changed
[all...]
/freebsd-9.3-release/bin/ed/
H A Dsub.c171 int changed = 0; local
186 changed++;
206 (!changed || ((gflag & GSG) && rm[0].rm_eo)) &&
219 return changed ? off + i + 1 : 0;
/freebsd-9.3-release/contrib/amd/scripts/
H A Damd2ldif.in12 the maps have changed. Remember "cd /var/yp; make" ?
/freebsd-9.3-release/lib/libc/locale/
H A Dlmonetary.c99 int *changed, const char *name)
109 *changed = 1;
98 monetary_load_locale_l(struct xlocale_monetary *loc, int *using_locale, int *changed, const char *name) argument
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsolib-sunos.c457 disable_break -- remove the "mapping changed" breakpoint
703 int i, changed; local
732 changed = 0;
741 changed = 1;
745 if (changed)
799 changed to use the "breakpoint handler function" method.
/freebsd-9.3-release/contrib/nvi/cl/
H A Dcl_read.c58 int changed, nr; local
84 if (cl_ssize(sp, 1, &lines, &columns, &changed))
86 if (changed) {
H A Dcl_funcs.c102 * sequences to the strings changed the behavior of vi. The problem
556 int changed; local
668 /* If the screen changed size, set the SIGWINCH bit. */
669 if (cl_ssize(sp, 1, NULL, NULL, &changed))
671 if (changed)
/freebsd-9.3-release/contrib/cvs/diff/
H A Danalyze.c613 We do something when a run of changed lines include a
633 char *changed = filevec[f].changed_flag;
647 while (i < i_end && changed[i] == 0)
661 while (changed[++i])
672 /* Move the changed region back, so long as the
673 previous unchanged line matches the last changed one.
674 This merges with previous changed regions. */
678 changed[--start] = 1;
679 changed[--i] = 0;
680 while (changed[star
630 char *changed = filevec[f].changed_flag; local
[all...]
/freebsd-9.3-release/sys/geom/part/
H A Dg_part_pc98.c506 int changed, mid, sid; local
524 changed = 0;
529 changed = 1;
533 changed = 1;
538 changed = 1;
542 changed = 1;
545 if (changed && !iter->gpe_created)
H A Dg_part_ebr.c548 int changed; local
559 changed = 0;
564 changed = 1;
567 changed = 1;
572 changed = 1;
575 if (changed && !iter->gpe_created)
H A Dg_part_mbr.c502 int changed; local
513 changed = 0;
518 changed = 1;
521 changed = 1;
526 changed = 1;
529 if (changed && !iter->gpe_created)
/freebsd-9.3-release/lib/libdevstat/
H A Ddevstat.c322 * 1 -- device list has changed
440 * If the generation has changed, and if the current number of
524 * device selection list may be changed
525 * - the selection generation may be changed to match the current generation
530 * 1 -- selected devices changed
546 int changed = 0, found = 0; local
563 changed = 1;
566 * list has changed since we last selected devices, so we need to
577 * list has changed.
595 * devices have changed
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp371 bool changed = false; local
385 changed = true;
400 changed = true;
415 return changed;

Completed in 184 milliseconds

123456789