Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dcache_bin.h362 uint16_t low_bits = (uint16_t)(uintptr_t)bin->stack_head; in cache_bin_alloc_impl() local
369 if (likely(low_bits != bin->low_bits_low_water)) { in cache_bin_alloc_impl()
383 if (likely(low_bits != bin->low_bits_empty)) { in cache_bin_alloc_impl()
/src/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()
/src/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
/src/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()