Searched refs:mask_all (Results 1 – 3 of 3) sorted by relevance
716 uint32_t mask0 = 0, mask1 = 0, mask2 = 0, mask3 = 0, mask_all; in table_lookup() local738 mask_all = (mask0 | mask1) | (mask2 | mask3); in table_lookup()739 sig_match = (sig_match >> mask_all) & 1; in table_lookup()740 sig_match_many = (sig_match_many >> mask_all) & 1; in table_lookup()741 sig_match_pos = (sig_match_pos >> (mask_all << 1)) & 3; in table_lookup()
503 uint64_t bucket_sig[4], mask[4], mask_all; \529 mask_all = (mask[0] | mask[1]) | (mask[2] | mask[3]); \531 match = (LUT_MATCH >> mask_all) & 1; \532 match_many = (LUT_MATCH_MANY >> mask_all) & 1; \533 match_pos = (LUT_MATCH_POS >> (mask_all << 1)) & 3; \
566 uint64_t bucket_sig[4], mask[4], mask_all; \592 mask_all = (mask[0] | mask[1]) | (mask[2] | mask[3]); \594 match = (LUT_MATCH >> mask_all) & 1; \595 match_many = (LUT_MATCH_MANY >> mask_all) & 1; \596 match_pos = (LUT_MATCH_POS >> (mask_all << 1)) & 3; \