Searched refs:high_bits_zero (Results 1 – 2 of 2) sorted by relevance
471 bool high_bits_zero = (this_value & base_bits_mask) == 0; in AssignPowerUInt16() local472 if (high_bits_zero) { in AssignPowerUInt16()
437 bool high_bits_zero = (this_value & base_bits_mask) == 0; in AssignPowerUInt16() local438 if (high_bits_zero) { in AssignPowerUInt16()