Home
last modified time | relevance | path

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

/external/openssl/crypto/store/
Dstr_lib.c1677 unsigned int alow = (unsigned int)-1, ahigh = 0; in attr_info_compare_compute_range() local
1701 ahigh = i * 8 + 7; in attr_info_compare_compute_range()
1702 if (!(*abits & 0x80)) ahigh++; in attr_info_compare_compute_range()
1703 if (!(*abits & 0x40)) ahigh++; in attr_info_compare_compute_range()
1704 if (!(*abits & 0x20)) ahigh++; in attr_info_compare_compute_range()
1705 if (!(*abits & 0x10)) ahigh++; in attr_info_compare_compute_range()
1706 if (!(*abits & 0x08)) ahigh++; in attr_info_compare_compute_range()
1707 if (!(*abits & 0x04)) ahigh++; in attr_info_compare_compute_range()
1708 if (!(*abits & 0x02)) ahigh++; in attr_info_compare_compute_range()
1733 if (ahigh + alow < bhigh + blow) res = -1; in attr_info_compare_compute_range()
[all …]