Home
last modified time | relevance | path

Searched refs:low_bits (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dixgbe_phy.c117 u8 low_bits; in ixgbe_read_i2c_combined_generic_int() local
149 if (ixgbe_in_i2c_byte_ack(hw, &low_bits)) in ixgbe_read_i2c_combined_generic_int()
159 *val = (high_bits << 8) | low_bits; in ixgbe_read_i2c_combined_generic_int()
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_ml_dsa_87_wycheproof_sign.txt363 # 44 low_bits called on the edge case
H A Devppkey_ml_dsa_65_wycheproof_sign.txt435 # 53 low_bits called on the edge case
H A Devppkey_ml_dsa_44_wycheproof_sign.txt403 # 49 low_bits called on the edge case
H A Devppkey_ml_dsa_87_wycheproof_verify.txt516 # 61 low_bits called on the edge case
H A Devppkey_ml_dsa_44_wycheproof_verify.txt529 # 63 low_bits called on the edge case
H A Devppkey_ml_dsa_65_wycheproof_verify.txt570 # 68 low_bits called on the edge case
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc2031 const uint32_t low_bits = *bits & ((static_cast<uint32_t>(1) << n) - 1); in ChopLowBits() local
2033 return low_bits; in ChopLowBits()