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

/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_phy.c122 u8 low_bits; local
154 if (ixgbe_in_i2c_byte_ack(hw, &low_bits))
165 *val = (high_bits << 8) | low_bits;
/freebsd-13-stable/contrib/googletest/googletest/src/
H A Dgtest.cc1798 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); local
1800 return low_bits;

Completed in 66 milliseconds