Searched refs:high_bits (Results 1 – 8 of 8) sorted by relevance
116 u8 high_bits; in ixgbe_read_i2c_combined_generic_int() local146 if (ixgbe_in_i2c_byte_ack(hw, &high_bits)) in ixgbe_read_i2c_combined_generic_int()159 *val = (high_bits << 8) | low_bits; in ixgbe_read_i2c_combined_generic_int()
355 # 43 high_bits called on the edge case
427 # 52 high_bits called on the edge case
395 # 48 high_bits called on the edge case
508 # 60 high_bits called on the edge case
521 # 62 high_bits called on the edge case
562 # 67 high_bits called on the edge case
2459 static const size_t high_bits = SIZE_T_MAX << (sizeof(size_t) * 8 / 2); in JEMALLOC_ATTR() 2473 if (likely((high_bits & (dopts->num_items | dopts->item_size)) == 0)) { in JEMALLOC_ATTR() 2008 static const size_t high_bits = SIZE_T_MAX << (sizeof(size_t) * 8 / 2); compute_size_with_overflow() local