Searched refs:bhigh (Results 1 – 2 of 2) sorted by relevance
1678 unsigned int blow = (unsigned int)-1, bhigh = 0; in attr_info_compare_compute_range() local1723 bhigh = i * 8 + 7; in attr_info_compare_compute_range()1724 if (!(*bbits & 0x80)) bhigh++; in attr_info_compare_compute_range()1725 if (!(*bbits & 0x40)) bhigh++; in attr_info_compare_compute_range()1726 if (!(*bbits & 0x20)) bhigh++; in attr_info_compare_compute_range()1727 if (!(*bbits & 0x10)) bhigh++; in attr_info_compare_compute_range()1728 if (!(*bbits & 0x08)) bhigh++; in attr_info_compare_compute_range()1729 if (!(*bbits & 0x04)) bhigh++; in attr_info_compare_compute_range()1730 if (!(*bbits & 0x02)) bhigh++; in attr_info_compare_compute_range()1733 if (ahigh + alow < bhigh + blow) res = -1; in attr_info_compare_compute_range()[all …]
17 %bhigh = shl i128 %highx, 6418 %b = or i128 %bhigh, %lowx