Home
last modified time | relevance | path

Searched refs:bhigh (Results 1 – 2 of 2) sorted by relevance

/external/openssl/crypto/store/
Dstr_lib.c1678 unsigned int blow = (unsigned int)-1, bhigh = 0; in attr_info_compare_compute_range() local
1723 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 …]
/external/llvm/test/CodeGen/SystemZ/
Dint-sub-05.ll17 %bhigh = shl i128 %highx, 64
18 %b = or i128 %bhigh, %lowx