Home | History | Annotate | Download | only in include

Lines Matching defs:elements

23    elements are partitioned into classes.  Each class is represented
24 by one of its elements, the canonical element, which is chosen
25 arbitrarily from elements in the class. The principal operations
28 which unites the two classes that contain two given elements into a
48 /* The next element in this class. Elements in each class form a
54 /* The number of elements in this class. Valid only if this is the
61 /* The number of elements in this partition. */
63 /* The elements in the partition. */
64 struct partition_elem elements[1];
76 ((partition__)->elements[(element__)].class_element)