Searched refs:set2 (Results 1 – 2 of 2) sorted by relevance
81 #define CPU_EQUAL_S(size, set1, set2) (!memcmp(set1, set2, size)) argument
1891 for (s2 = 0; set2[s2].position >= 0; s2++) in tre_set_union()1922 for (s2 = 0; set2[s2].position >= 0; s2++) { in tre_set_union()1923 new_set[s1 + s2].position = set2[s2].position; in tre_set_union()1924 new_set[s1 + s2].code_min = set2[s2].code_min; in tre_set_union()1925 new_set[s1 + s2].code_max = set2[s2].code_max; in tre_set_union()1927 new_set[s1 + s2].assertions = set2[s2].assertions; in tre_set_union()1928 new_set[s1 + s2].class = set2[s2].class; in tre_set_union()1930 new_set[s1 + s2].backref = set2[s2].backref; in tre_set_union()1931 if (set2[s2].tags == NULL) in tre_set_union()1934 for (i = 0; set2[s2].tags[i] >= 0; i++) in tre_set_union()[all …]
Completed in 8 milliseconds