Lines Matching refs:ElementClass
93 struct ElementClass *elemclass;
97 struct ElementClass { struct
100 struct ElementClass *next; argument
136 struct ElementClass *ElementClasses = NULL;
149 static struct ElementClass *ElementClassFreeList = NULL;
242 void PrintElementClasses(struct ElementClass *EC, int type, int dolist) in PrintElementClasses()
303 void PrintElementClasses(struct ElementClass *EC, int type, int dolist) in PrintElementClasses()
478 void SummarizeElementClasses(struct ElementClass *EC) in SummarizeElementClasses()
499 struct ElementClass *EC; in SummarizeDataStructures()
1027 struct ElementClass *escan; in ListElementClasses()
1500 struct ElementClass *escan; in FormatIllegalElementClasses()
1698 struct ElementClass *escan; in PrintIllegalElementClasses()
2112 struct ElementClass *GetElementClass(void) in GetElementClass()
2114 struct ElementClass *new_elementclass; in GetElementClass()
2118 memzero(new_elementclass, sizeof(struct ElementClass)); in GetElementClass()
2122 (struct ElementClass *)CALLOC(1,sizeof(struct ElementClass)); in GetElementClass()
2131 void FreeElementClass(struct ElementClass *old) in FreeElementClass()
2213 ElementClassAllocated, sizeof(struct ElementClass)); in PrintCoreStats()
2225 ElementClassAllocated * sizeof(struct ElementClass) + in PrintCoreStats()
2242 void FreeEntireElementClass(struct ElementClass *ElementClasses) in FreeEntireElementClass()
2244 struct ElementClass *next; in FreeEntireElementClass()
2691 CheckLegalElementPartition(struct ElementClass *head) in CheckLegalElementPartition()
2694 struct ElementClass *scan; in CheckLegalElementPartition()
2719 struct ElementClass *MakeElist(struct Element *E) in MakeElist()
2725 struct ElementClass *head, *new_elementclass, *scan, in MakeElist()
2789 struct ElementClass *badclass; in MakeElist()
2935 int FractureElementClass(struct ElementClass **Elist) in FractureElementClass()
2938 struct ElementClass *Eclass, *Ehead, *Etail, *Enew, *Enext; in FractureElementClass()
3906 struct ElementClass *EC; in RegroupDataStructures()
3919 struct ElementClass *ECnext; in RegroupDataStructures()
4022 struct ElementClass *EC; in Iterate()
6027 PropertyCheck(struct ElementClass *EC, int do_print, int do_list, int *rval) in PropertyCheck()
6071 struct ElementClass *EC; in PrintPropertyResults()
6108 struct ElementClass *EC; in VerifyMatching()
6146 struct ElementClass *EC; in PrintAutomorphisms()
6255 struct ElementClass *EC; in ResolveAutomorphsByProperty()
6363 struct ElementClass *EC; in ResolveAutomorphisms()
6579 struct ElementClass *EC; in Permute()
6637 struct ElementClass *EC; in EquivalenceElements()
6654 struct ElementClass *NewList, *EndOfNewList; in EquivalenceElements()
6674 struct ElementClass *EC3; in EquivalenceElements()
7831 struct ElementClass *EC; in EquivalentElement()