Searched refs:changed (Results 151 - 175 of 246) sorted by relevance

12345678910

/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c1193 bool changed = TRUE; local
1197 changed = FALSE;
1202 if (changed) {
1256 * queue. For example, double click can be changed to triple click.
/freebsd-11-stable/contrib/ee/
H A Dnew_curse.c723 dest->changed = orig->changed;
1479 tmp->scroll = tmp->changed = FALSE;
2053 line->changed = TRUE;
2133 user_line->changed = TRUE;
2167 if ((last_window_refreshed != window) || (user_line->changed) || ((SCROLL | CLEAR) & window->SCROLL_CLEAR))
2201 virtual_line->changed = user_line->changed;
2448 tmpline->changed = TRUE;
2515 tmp->changed
3149 int changed; local
3198 int changed; local
3268 int changed; local
[all...]
/freebsd-11-stable/sys/dev/scd/
H A Dscd.c263 device_printf(sc->dev, "media changed\n");
755 goto changed;
862 goto changed;
964 changed:
965 device_printf(sc->dev, "media changed\n");
/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvlapic.c924 VCPU_CTR2(vlapic->vm, vlapic->vcpuid, "vlapic TPR changed "
1166 uint32_t old, new, changed; local
1174 changed = old ^ new;
1175 if ((changed & APIC_SVR_ENABLE) != 0) {
1525 * XXX this works because the APIC mode can be changed only at vcpu
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp1154 // whose assumptions have changed. For now we just iterate through the
1164 bool changed = false;
1172 changed = true;
1177 if (changed)
/freebsd-11-stable/contrib/gcc/
H A Dbb-reorder.c2128 Fall-through edges must be changed into jumps; it is not safe or
2210 bool changed;
2216 changed = cleanup_cfg (CLEANUP_EXPENSIVE | liveness_flags);
2229 changed |= cleanup_cfg (CLEANUP_EXPENSIVE | liveness_flags);
2234 if (changed && HAVE_conditional_execution)
2208 bool changed; local
H A Dsimplify-rtx.c3229 int changed, n_constants = 0, canonicalized = 0;
3235 changed. If we run out of room in our array, give up; this should
3245 changed = 0;
3266 changed = 1;
3273 changed = 1;
3287 changed = 1;
3300 changed = 1;
3311 changed = 1;
3321 while (changed);
3378 changed
3221 int changed, n_constants = 0, canonicalized = 0; local
[all...]
H A Ddf-problems.c245 changed since there is a cache of them. */
690 bool changed = false;
701 changed = !bitmap_equal_p (tmp, in);
702 if (changed)
709 return changed;
1215 bool changed = false;
1226 changed = !bitmap_equal_p (tmp, out);
1227 if (changed)
1234 return changed;
2255 /* The function modifies local info for register REG being changed i
688 bool changed = false; local
1212 bool changed = false; local
[all...]
H A Dtree-ssa-alias.c226 bool changed = true; local
259 while (changed)
263 changed = false;
287 changed = true;
294 changed = true;
/freebsd-11-stable/contrib/binutils/gas/
H A Dwrite.c514 int changed; member in struct:relax_seg_info
525 info->changed = 1;
1554 rsi.changed = 0;
1557 if (!rsi.changed)
1838 responsible for moving the changed value into symp->bsym->value
/freebsd-11-stable/crypto/openssl/crypto/objects/
H A Dobj_dat.pl230 * derivative of this code cannot be changed. i.e. this code cannot simply be
H A Dobjects.pl181 * derivative of this code cannot be changed. i.e. this code cannot simply be
/freebsd-11-stable/sys/dev/mcd/
H A Dmcd.c315 device_printf(sc->dev, "media changed\n");
747 device_printf(sc->dev, "media changed\n");
863 goto changed;
918 goto changed;
1001 goto changed;
1028 changed:
1029 device_printf(sc->dev, "media changed\n");
1147 device_printf(sc->dev, "media changed\n");
1595 device_printf(sc->dev, "media changed\n");
/freebsd-11-stable/contrib/tcsh/
H A Ded.screen.c1518 * true if the size was changed. This can fail if SHIN
1626 int changed; local
1632 changed = UpdateVal(STRco, Val(T_co), termcap, backup);
1633 changed |= UpdateVal(STRli, Val(T_li), termcap, backup);
1635 if (changed) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp161 // anything changed.
172 bool changed = false; local
175 changed = true;
176 return changed;
180 // anything changed.
191 bool changed = false; local
194 changed = true;
195 return changed;
200 bool changed = false; local
203 changed
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h170 /// \param[out] changed
171 /// If any section load addresses were changed in \a target,
172 /// then \a changed will be set to \b true. Else \a changed
175 /// target. If the module hasn't moved, then \a changed will
183 bool &changed);
806 // Return true if the file backing this module has changed since the module
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_emul.c1669 uint32_t cmd, cmd2, changed, old, readonly; local
1689 changed = cmd ^ cmd2;
1692 * If the MMIO or I/O address space decoding has changed then
1701 /* I/O address space decoding changed? */
1702 if (changed & PCIM_CMD_PORTEN) {
1711 /* MMIO address space decoding changed? */
1712 if (changed & PCIM_CMD_MEMEN) {
/freebsd-11-stable/contrib/sendmail/src/
H A Dqueue.c916 ** Check if type has changed and only
926 sm_dprintf("type changed from %c to %c\n",
997 ** The control address (if changed) is printed to the file.
4033 ** Catch this by checking if the underlying qf file has changed
4060 /* changed after opened */
4063 "%s: changed\n", e->e_id);
4065 sm_dprintf("%s: changed\n", e->e_id);
4067 sm_syslog(LOG_DEBUG, e->e_id, "changed");
8175 ** On failure, e->e_sibling is not changed.
8219 bool changed; local
9049 int changed = 0; local
[all...]
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk90 # maintainer changed the line-length (we do not want/need that here).
/freebsd-11-stable/contrib/dialog/
H A Dfselect.c296 int changed = keep || find_choice(target, list); local
298 return changed;
/freebsd-11-stable/share/mk/
H A Dbsd.prog.mk116 # - it saves time rebuilding when only the library has changed
H A Dbsd.obj.mk110 @${ECHO} "Warning: Object directory not changed from original ${.CURDIR}"
/freebsd-11-stable/sys/arm/ti/cpsw/
H A Dif_cpsw.c1380 uint32_t changed; local
1388 changed = ifp->if_capenable ^ ifr->ifr_reqcap;
1389 if (changed & IFCAP_HWCSUM) {
1390 if ((ifr->ifr_reqcap & changed) & IFCAP_HWCSUM)
1401 changed = ifp->if_flags ^ sc->if_flags;
1403 ("SIOCSIFFLAGS: UP & RUNNING (changed=0x%x)",
1404 changed));
1405 if (changed & IFF_PROMISC)
1408 if (changed & IFF_ALLMULTI)
2190 printf("%s: media type changed (ifm_medi
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp62 bool changed = false; local
63 m_opaque_sp->SetLoadAddress(target, 0, true, changed);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i496 changed = property(GetValueDidChange, None, doc='''A read only property that returns a boolean value that indicates if this value has changed since it was last updated.''')

Completed in 299 milliseconds

12345678910