Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dstr_to_float.h135 UInt128 low_bits = variable
/freebsd/sys/dev/ixgbe/
H A Dixgbe_phy.c117 u8 low_bits; in ixgbe_read_i2c_combined_generic_int() local
/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