Home
last modified time | relevance | path

Searched refs:did_something (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/sys/dev/ic/
Dcy.c890 int did_something; in cy_poll() local
907 did_something = 0; in cy_poll()
951 did_something = 1; in cy_poll()
972 did_something = 1; in cy_poll()
1001 did_something = 1; in cy_poll()
1015 did_something = 1; in cy_poll()
1036 if (did_something && counter >= 200) in cy_poll()
/openbsd/src/usr.sbin/pkg_add/OpenBSD/
DTracker.pm207 sub did_something($self) subroutine
DPkgAdd.pm865 $state->{did_something} = 1;
1117 if ($state->tracker->did_something) {
1183 $state->{did_something} = 0;
1264 if (!$state->{did_something}) {
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dflow.c1446 int reg, did_something = 0; in initialize_uninitialized_subregs() local
1479 did_something = 1; in initialize_uninitialized_subregs()
1485 if (did_something) in initialize_uninitialized_subregs()
1487 return did_something; in initialize_uninitialized_subregs()
/openbsd/src/gnu/gcc/gcc/
Dflow.c1530 unsigned reg, did_something = 0; in initialize_uninitialized_subregs() local
1565 did_something = 1; in initialize_uninitialized_subregs()
1571 if (did_something) in initialize_uninitialized_subregs()
1573 return did_something; in initialize_uninitialized_subregs()