Searched refs:a_is_null (Results 1 – 1 of 1) sorted by relevance
978 hb_bool_t a_is_null, in check_set_operations() argument986 hb_set_t* a = prepare_set (a_has_x, a_inverted, a_has_page, a_is_null); in check_set_operations()997 should_have_x = (a_has_x || b_has_x) && !a_is_null; in check_set_operations()1003 should_have_x = (a_has_x && b_has_x) && !a_is_null; in check_set_operations()1009 should_have_x = (a_has_x && !b_has_x) && !a_is_null; in check_set_operations()1015 should_have_x = (a_has_x ^ b_has_x) && !a_is_null; in check_set_operations()1024 a_is_null ? "n" : " ", in check_set_operations()1050 …for (hb_bool_t a_is_null = 0; a_is_null <= (!a_has_x && !a_has_page && !a_inverted); a_is_null++) { in test_set_inverted_operations() local1053 … all_succeeded = check_set_operations (a_has_x, a_inverted, a_has_page, a_is_null, in test_set_inverted_operations()