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

12345678910

/freebsd-11-stable/contrib/opie/libopie/
H A Dverify.c53 static int changed FUNCTION((opie), struct opie *opie) function
163 if (changed(opie))
208 if (changed(opie))
/freebsd-11-stable/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-11-stable/contrib/byacc/
H A Dmstring.c26 int changed; local
47 if ((changed = (len > buf_len)) != 0)
59 while (changed);
/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dmtsm.h100 int changed(statem *);
138 int changed(statem *);
/freebsd-11-stable/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-11-stable/sys/amd64/vmm/intel/
H A Dvmx_msr.c427 uint64_t changed; local
446 changed = val ^ misc_enable;
456 changed &= ~(1UL << 34);
461 if (changed)
/freebsd-11-stable/usr.sbin/config/
H A Dmain.c588 * compare two files; rename if changed.
594 int changed; local
599 changed = 0;
605 changed++;
607 if (!changed && fstat(from_fd, &from_sb) < 0)
610 if (!changed && fstat(to_fd, &to_sb) < 0)
613 if (!changed && from_sb.st_size != to_sb.st_size)
614 changed++;
618 if (!changed) {
626 changed
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStackColoring.cpp162 bool changed = true; local
163 while (changed) {
164 changed = false;
190 // Update block LiveIn set, noting whether it has changed.
192 changed = true;
196 // Update block LiveOut set, noting whether it has changed.
198 changed = true;
202 } // while changed.
/freebsd-11-stable/contrib/wpa/src/utils/
H A Deloop.c74 int changed; member in struct:eloop_sock_table
369 table->changed = 1;
407 table->changed = 1;
528 table->changed = 0;
541 if (table->changed)
597 table->changed = 0;
603 if (table->changed)
624 if (eloop.readers.changed ||
625 eloop.writers.changed ||
626 eloop.exceptions.changed)
[all...]
/freebsd-11-stable/contrib/amd/scripts/
H A Damd2ldif.in12 the maps have changed. Remember "cd /var/yp; make" ?
/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h424 /// Returns \b true if the offset changed, \b false otherwise.
426 bool changed = m_offset != offset; local
428 return changed;
/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp248 bool changed = enabled != m_enabled; local
250 if (notify && !m_is_ephemeral && changed)
272 bool changed = m_ignore_count != n; local
274 if (changed)
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_read.c54 int changed, nr = 0; local
83 if (cl_ssize(sp, 1, &lines, &columns, &changed))
85 if (changed) {
/freebsd-11-stable/contrib/unbound/validator/
H A Dautotrust.c966 /* the newline is changed into a space */
1470 time_t origttl, int* changed)
1501 *changed = 1;
1525 int* changed, struct module_qstate* qstate)
1561 *changed = 1;
1563 do_revoked(env, ta, changed);
1616 int* changed)
1652 *changed = 1;
1666 set_tp_times(tp, min_expiry(env, dd), key_ttl(dnskey_rrset), changed);
1700 reset_holddown(struct module_env* env, struct autr_ta* ta, int* changed) argument
1469 set_tp_times(struct trust_anchor* tp, time_t rrsig_exp_interval, time_t origttl, int* changed) argument
1523 check_contains_revoked(struct module_env* env, struct val_env* ve, struct trust_anchor* tp, struct ub_packed_rrset_key* dnskey_rrset, int* changed, struct module_qstate* qstate) argument
1614 update_events(struct module_env* env, struct val_env* ve, struct trust_anchor* tp, struct ub_packed_rrset_key* dnskey_rrset, int* changed) argument
1708 set_trustanchor_state(struct module_env* env, struct autr_ta* ta, int* changed, autr_state_type s) argument
1849 init_zsk_to_ksk(struct module_env* env, struct trust_anchor* tp, int* changed) argument
1881 remove_missing_trustanchors(struct module_env* env, struct trust_anchor* tp, int* changed) argument
1943 do_statetable(struct module_env* env, struct trust_anchor* tp, int* changed) argument
2145 int changed = 0; local
[all...]
/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dalways_test.sh89 # tests should be changed when installation is forced. The
126 # /difftype/first/first: A removed file has changed type.
141 # /difftype/difftype/difflinks: A file has changed from a
149 # /difftype/difftype/difffile: A file has changed from a
163 # changed to a different file type in the test tree. This
176 # /difffiles/first/first: A removed file has been changed in
182 # been changed to a different file type in the test tree.
409 Removed file changed: /difffiles/first/first/file
410 Modified link changed: /difflinks/difflinks/difflinks/link ("old" became "new")
412 Removed link changed
[all...]
/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvrtc.c593 uint8_t oldval, changed; local
611 changed = oldval ^ rtc->reg_c;
612 if (changed) {
613 VM_CTR2(vrtc->vm, "RTC reg_c changed from %#x to %#x",
633 uint8_t oldval, changed; local
642 changed = oldval ^ newval;
643 if (changed) {
644 VM_CTR2(vrtc->vm, "RTC reg_b changed from %#x to %#x",
648 if (changed & RTCSB_HALT) {
683 if (changed
706 uint8_t oldval, changed; local
[all...]
/freebsd-11-stable/sys/geom/part/
H A Dg_part_pc98.c513 int changed, mid, sid; local
531 changed = 0;
536 changed = 1;
540 changed = 1;
545 changed = 1;
549 changed = 1;
552 if (changed && !iter->gpe_created)
/freebsd-11-stable/lib/libdevstat/
H A Ddevstat.c330 * 1 -- device list has changed
457 * If the generation has changed, and if the current number of
541 * device selection list may be changed
542 * - the selection generation may be changed to match the current generation
547 * 1 -- selected devices changed
563 int changed = 0, found = 0; local
580 changed = 1;
583 * list has changed since we last selected devices, so we need to
594 * list has changed.
619 * devices have changed
[all...]

Completed in 498 milliseconds

12345678910