Lines Matching refs:abits
1673 const unsigned char *abits, const unsigned char *bbits, in attr_info_compare_compute_range() argument
1681 for (i = 0; i < (STORE_ATTR_TYPE_NUM + 8) / 8; i++, abits++, bbits++) in attr_info_compare_compute_range()
1685 if (*abits < *bbits) res = -1; in attr_info_compare_compute_range()
1686 if (*abits > *bbits) res = 1; in attr_info_compare_compute_range()
1688 if (*abits) in attr_info_compare_compute_range()
1693 if (!(*abits & 0x01)) alow++; in attr_info_compare_compute_range()
1694 if (!(*abits & 0x02)) alow++; in attr_info_compare_compute_range()
1695 if (!(*abits & 0x04)) alow++; in attr_info_compare_compute_range()
1696 if (!(*abits & 0x08)) alow++; in attr_info_compare_compute_range()
1697 if (!(*abits & 0x10)) alow++; in attr_info_compare_compute_range()
1698 if (!(*abits & 0x20)) alow++; in attr_info_compare_compute_range()
1699 if (!(*abits & 0x40)) alow++; 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()
1767 unsigned char *abits, *bbits; in STORE_ATTR_INFO_in() local
1773 abits = a->set; in STORE_ATTR_INFO_in()
1775 for (i = 0; i < (STORE_ATTR_TYPE_NUM + 8) / 8; i++, abits++, bbits++) in STORE_ATTR_INFO_in()
1777 if (*abits && (*bbits & *abits) != *abits) in STORE_ATTR_INFO_in()