Searched refs:thisbit (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/de/
H A Dif_de.c1908 const unsigned thisbit = bits & msb; local
1910 if (thisbit != lastbit) {
1916 lastbit = thisbit;
1947 const unsigned thisbit = data & msb; local
1948 if (thisbit != lastbit) {
1952 lastbit = thisbit;

Completed in 70 milliseconds