Searched defs:low_bits (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcmp.c139 unsigned int low_bits; local
697 low_bits = group_length &
705 (unsigned char)low_bits;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mip.h81 uint32_t low_bits; /* generated by the MN */ member in struct:ident_str
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_phy.c121 u8 low_bits; local
155 if (ixgbe_in_i2c_byte_ack(hw, &low_bits))
166 *val = (high_bits << 8) | low_bits;

Completed in 66 milliseconds