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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcmp.c137 unsigned int high_bits; local
695 high_bits = group_length >>
702 *regex_typep | high_bits);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mip.h80 uint32_t high_bits; /* generated by the HA */ member in struct:ident_str
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_phy.c120 u8 high_bits; local
152 if (ixgbe_in_i2c_byte_ack(hw, &high_bits))
166 *val = (high_bits << 8) | low_bits;

Completed in 54 milliseconds