| /dflybsd-src/gnu/usr.bin/rcs/rcs/ |
| H A D | rcs.c | 288 int branchflag, changed, expmode, initflag; variable 523 changed = initflag | textflag; 532 changed |= StrictLocks ^ strictlock; 544 changed = true; 548 changed = true; 556 changed = true; 561 changed = true; 565 changed |= doaccess(); /* Update access list. */ 567 changed |= doassoc(); /* Update association list. */ 569 changed |= dolocks(); /* Update locks. */ [all …]
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | bitmap.c | 935 bool changed = false; in bitmap_and_into() local 947 changed = true; in bitmap_and_into() 961 changed = true; in bitmap_and_into() 975 changed = true; in bitmap_and_into() 982 return changed; in bitmap_and_into() 992 const bitmap_element *src_elt, bool changed) in bitmap_elt_copy() argument 994 if (!changed && dst_elt && dst_elt->indx == src_elt->indx) in bitmap_elt_copy() 1002 changed = true; in bitmap_elt_copy() 1007 changed = true; in bitmap_elt_copy() 1014 return changed; in bitmap_elt_copy() [all …]
|
| H A D | cprop.c | 1047 int changed = 0, changed_this_round; in cprop_insn() local 1085 changed_this_round = changed = 1; in cprop_insn() 1104 changed_this_round = changed = 1; in cprop_insn() 1126 if (changed && DEBUG_INSN_P (insn)) in cprop_insn() 1129 return changed; in cprop_insn() 1248 bool changed = false; in local_cprop_pass() local 1277 changed = true; in local_cprop_pass() 1310 return changed; in local_cprop_pass() 1691 int changed; in bypass_conditional_jumps() local 1702 changed = 0; in bypass_conditional_jumps() [all …]
|
| H A D | sbitmap.c | 488 SBITMAP_ELT_TYPE changed = 0; in bitmap_ior_and_compl() local 493 changed |= *dstp ^ tmp; in bitmap_ior_and_compl() 497 return changed != 0; in bitmap_ior_and_compl() 585 SBITMAP_ELT_TYPE changed = 0; in bitmap_and() local 592 changed |= wordchanged; in bitmap_and() 594 return changed != 0; in bitmap_and() 610 SBITMAP_ELT_TYPE changed = 0; in bitmap_xor() local 617 changed |= wordchanged; in bitmap_xor() 619 return changed != 0; in bitmap_xor() 635 SBITMAP_ELT_TYPE changed = 0; in bitmap_ior() local [all …]
|
| H A D | tree-ssa-loop-unswitch.c | 95 bool changed = false; in tree_ssa_unswitch_loops() local 102 changed |= tree_unswitch_single_loop (loop, 0); in tree_ssa_unswitch_loops() 104 changed |= tree_unswitch_outer_loop (loop); in tree_ssa_unswitch_loops() 107 if (changed) in tree_ssa_unswitch_loops() 275 bool changed = false; in tree_unswitch_single_loop() local 333 return changed; in tree_unswitch_single_loop() 345 changed = true; in tree_unswitch_single_loop() 352 changed = true; in tree_unswitch_single_loop() 446 return changed; in tree_unswitch_single_loop() 460 return changed; in tree_unswitch_single_loop() [all …]
|
| H A D | tree-cfgcleanup.c | 615 bool changed = false; in fixup_noreturn_call() local 636 changed = true; in fixup_noreturn_call() 670 changed = true; in fixup_noreturn_call() 673 return changed; in fixup_noreturn_call() 837 bool changed; in cleanup_tree_cfg_noloop() local 848 changed = delete_unreachable_blocks (); in cleanup_tree_cfg_noloop() 854 changed = false; in cleanup_tree_cfg_noloop() 915 changed |= cleanup_tree_cfg_1 (ssa_update_flags); in cleanup_tree_cfg_noloop() 928 if (changed && current_loops) in cleanup_tree_cfg_noloop() 936 return changed; in cleanup_tree_cfg_noloop() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | ebitmap.c | 555 bool changed = false; in ebitmap_ior_into() local 614 if (!changed) in ebitmap_ior_into() 615 changed |= tmpword != ebitmap_array_get (dst, dsteltindex); in ebitmap_ior_into() 628 changed |= true; in ebitmap_ior_into() 633 if (changed) in ebitmap_ior_into() 657 gcc_assert (changed == !ebitmap_equal_p (dst, dstcopy)); in ebitmap_ior_into() 662 return changed; in ebitmap_ior_into() 679 bool changed = false; in ebitmap_ior() local 738 changed = true; in ebitmap_ior() 740 else if (!changed) in ebitmap_ior() [all …]
|
| H A D | bitmap.c | 988 const bitmap_element *src_elt, bool changed) in bitmap_elt_copy() argument 990 if (!changed && dst_elt && dst_elt->indx == src_elt->indx) in bitmap_elt_copy() 998 changed = true; in bitmap_elt_copy() 1003 changed = true; in bitmap_elt_copy() 1010 return changed; in bitmap_elt_copy() 1025 bool changed = false; in bitmap_and_compl() local 1031 changed = !bitmap_empty_p (dst); in bitmap_and_compl() 1033 return changed; in bitmap_and_compl() 1043 changed = bitmap_elt_copy (dst, dst_elt, dst_prev, a_elt, changed); in bitmap_and_compl() 1056 if (!changed && dst_elt && dst_elt->indx == a_elt->indx) in bitmap_and_compl() [all …]
|
| H A D | tree-ssa-loop-unswitch.c | 83 bool changed = false; in tree_ssa_unswitch_loops() local 108 changed |= tree_unswitch_single_loop (loop, 0); in tree_ssa_unswitch_loops() 111 if (changed) in tree_ssa_unswitch_loops() 199 bool changed = false; in tree_unswitch_single_loop() local 222 return changed; in tree_unswitch_single_loop() 233 changed = true; in tree_unswitch_single_loop() 239 changed = true; in tree_unswitch_single_loop() 332 return changed; in tree_unswitch_single_loop() 346 return changed; in tree_unswitch_single_loop()
|
| H A D | tree-cfgcleanup.c | 527 bool changed = false; in fixup_noreturn_call() local 536 changed |= remove_fallthru_edge (bb->succs); in fixup_noreturn_call() 573 changed = true; in fixup_noreturn_call() 578 return changed; in fixup_noreturn_call() 588 bool changed = false; in split_bbs_on_noreturn_calls() local 607 changed |= fixup_noreturn_call (stmt); in split_bbs_on_noreturn_calls() 610 return changed; in split_bbs_on_noreturn_calls() 698 bool changed; in cleanup_tree_cfg_noloop() local 709 changed = delete_unreachable_blocks (); in cleanup_tree_cfg_noloop() 717 changed = false; in cleanup_tree_cfg_noloop() [all …]
|
| H A D | cprop.c | 1032 int changed = 0, changed_this_round; in cprop_insn() local 1070 changed_this_round = changed = 1; in cprop_insn() 1091 changed_this_round = changed = 1; in cprop_insn() 1115 if (changed && DEBUG_INSN_P (insn)) in cprop_insn() 1118 return changed; in cprop_insn() 1239 bool changed = false; in local_cprop_pass() local 1263 changed = true; in local_cprop_pass() 1281 return changed; in local_cprop_pass() 1655 int changed; in bypass_conditional_jumps() local 1667 changed = 0; in bypass_conditional_jumps() [all …]
|
| H A D | sbitmap.c | 399 SBITMAP_ELT_TYPE changed = 0; in sbitmap_union_of_diff_cg() local 406 changed |= *dstp ^ tmp; in sbitmap_union_of_diff_cg() 410 return changed != 0; in sbitmap_union_of_diff_cg() 508 SBITMAP_ELT_TYPE changed = 0; in sbitmap_a_and_b_cg() local 515 changed |= *dstp ^ tmp; in sbitmap_a_and_b_cg() 519 return changed != 0; in sbitmap_a_and_b_cg() 560 SBITMAP_ELT_TYPE changed = 0; in sbitmap_a_xor_b_cg() local 567 changed |= *dstp ^ tmp; in sbitmap_a_xor_b_cg() 571 return changed != 0; in sbitmap_a_xor_b_cg() 612 SBITMAP_ELT_TYPE changed = 0; in sbitmap_a_or_b_cg() local [all …]
|
| H A D | tree-ssa-sccvn.c | 2550 bool changed = false; in defs_to_varying() local 2559 changed |= set_ssa_val_to (def, def); in defs_to_varying() 2561 return changed; in defs_to_varying() 2595 bool changed = false; in visit_nary_op() local 2599 changed = set_ssa_val_to (lhs, result); in visit_nary_op() 2602 changed = set_ssa_val_to (lhs, lhs); in visit_nary_op() 2606 return changed; in visit_nary_op() 2615 bool changed = false; in visit_reference_op_call() local 2628 changed = set_ssa_val_to (lhs, result); in visit_reference_op_call() 2637 changed = set_ssa_val_to (lhs, lhs); in visit_reference_op_call() [all …]
|
| H A D | tree-ssa-loop-ivcanon.c | 490 bool changed = false; in canonicalize_induction_variables() local 494 changed |= canonicalize_loop_induction_variables (loop, in canonicalize_induction_variables() 503 if (changed) in canonicalize_induction_variables() 517 bool changed; in tree_unroll_loops_completely() local 523 changed = false; in tree_unroll_loops_completely() 535 changed |= canonicalize_loop_induction_variables in tree_unroll_loops_completely() 539 if (changed) in tree_unroll_loops_completely() 552 while (changed in tree_unroll_loops_completely()
|
| /dflybsd-src/contrib/openresolv/ |
| H A D | resolvconf.in | 914 changed=false 921 changed=true 925 changed=true 944 changed=true 953 [ -e "$PRIVATEDIR/$iface" ] || changed=true 959 changed=true 995 changed=true 1001 changed=true 1008 elif ! $changed; then 1011 unset changed changedfile oldmetric newmetric x oldexcl [all …]
|
| H A D | named.in | 90 changed=false 96 changed=true 104 changed=true 109 if $changed; then
|
| H A D | pdnsd.in | 88 changed=false 150 changed=true 158 changed=true 163 if $changed; then
|
| /dflybsd-src/usr.sbin/config/ |
| H A D | main.c | 437 int changed; in moveifchanged() local 442 changed = 0; in moveifchanged() 448 changed++; in moveifchanged() 450 if (!changed && fstat(from_fd, &from_sb) < 0) in moveifchanged() 453 if (!changed && fstat(to_fd, &to_sb) < 0) in moveifchanged() 456 if (!changed && from_sb.st_size != to_sb.st_size) in moveifchanged() 457 changed++; in moveifchanged() 461 if (!changed) { in moveifchanged() 472 changed = memcmp(p, q, tsize); in moveifchanged() 476 if (changed) { in moveifchanged()
|
| /dflybsd-src/sys/dev/acpica/acpi_fujitsu/ |
| H A D | acpi_fujitsu.c | 524 int changed; in acpi_fujitsu_method_set() local 530 changed = BRIGHT_CHANGED; in acpi_fujitsu_method_set() 535 changed = BRIGHT_CHANGED; in acpi_fujitsu_method_set() 540 changed = MOUSE_CHANGED; in acpi_fujitsu_method_set() 546 changed = VOLUME_CHANGED; in acpi_fujitsu_method_set() 572 sc->lastValChanged = changed; in acpi_fujitsu_method_set() 657 int changed; in acpi_fujitsu_update() local 664 changed = sc->gsif.value & acpi_fujitsu_method_get(sc,METHOD_GHKS); in acpi_fujitsu_update() 666 changed = 0; in acpi_fujitsu_update() 676 if (changed & VOLUME_CHANGED) { in acpi_fujitsu_update() [all …]
|
| /dflybsd-src/sys/kern/ |
| H A D | subr_power.c | 93 int changed; in power_profile_set_state() local 97 changed = 1; in power_profile_set_state() 101 changed = 0; in power_profile_set_state() 104 if (changed) in power_profile_set_state()
|
| /dflybsd-src/contrib/ncurses/ncurses/base/ |
| H A D | lib_touch.c | 80 wtouchln(WINDOW *win, int y, int n, int changed) in wtouchln() argument 84 T((T_CALLED("wtouchln(%p,%d,%d,%d)"), (void *) win, y, n, changed)); in wtouchln() 92 win->_line[i].firstchar = (NCURSES_SIZE_T) (changed ? 0 : _NOCHANGE); in wtouchln() 93 win->_line[i].lastchar = (NCURSES_SIZE_T) (changed in wtouchln()
|
| /dflybsd-src/sbin/kldconfig/ |
| H A D | kldconfig.c | 62 static int changed; variable 198 changed = 1; in addpath() 239 changed = 1; in rempath() 419 changed = 1; in main() 425 if (changed && !nflag) in main() 428 if (rflag || (changed && vflag)) { in main() 429 if (changed && (vflag > 1)) in main()
|
| /dflybsd-src/libexec/telnetd/ |
| H A D | termstat.c | 457 int ack, changed; in clientstat() local 470 if ((changed = (useeditmode ^ editmode))) { in clientstat() 482 if (changed & MODE_EDIT) in clientstat() 485 if (changed & MODE_TRAPSIG) in clientstat() 488 if (changed & MODE_SOFT_TAB) in clientstat() 491 if (changed & MODE_LIT_ECHO) in clientstat()
|
| /dflybsd-src/games/atc/ |
| H A D | log.c | 137 int i, num_scores = 0, good, changed = 0, found = 0; in log_score() local 197 changed++; in log_score() 213 changed++; in log_score() 218 if (!found && !changed && num_scores < NUM_SCORES) { in log_score() 222 changed++; in log_score() 225 if (changed) { in log_score()
|
| /dflybsd-src/contrib/wpa_supplicant/src/utils/ |
| H A D | eloop.c | 74 int changed; member 369 table->changed = 1; in eloop_sock_table_add_sock() 407 table->changed = 1; in eloop_sock_table_remove_sock() 528 table->changed = 0; in eloop_sock_table_dispatch_table() 541 if (table->changed) in eloop_sock_table_dispatch_table() 597 table->changed = 0; in eloop_sock_table_dispatch() 603 if (table->changed) in eloop_sock_table_dispatch() 624 if (eloop.readers.changed || in eloop_sock_table_dispatch() 625 eloop.writers.changed || in eloop_sock_table_dispatch() 626 eloop.exceptions.changed) in eloop_sock_table_dispatch() [all …]
|