Lines Matching defs:CLG_
71 EventGroup* CLG_(register_event_group) (int id, const HChar* n1) in CLG_() function
79 EventGroup* CLG_(register_event_group2)(int id, const HChar* n1, in CLG_() function
89 EventGroup* CLG_(register_event_group3)(int id, const HChar* n1, in CLG_() function
100 EventGroup* CLG_(register_event_group4)(int id, const HChar* n1, in CLG_() function
113 EventGroup* CLG_(get_event_group)(int id) in CLG_() function
152 EventSet* CLG_(get_event_set)(Int id) in CLG_() function
158 EventSet* CLG_(get_event_set2)(Int id1, Int id2) in CLG_() function
165 EventSet* CLG_(add_event_group)(EventSet* es, Int id) in CLG_() function
172 EventSet* CLG_(add_event_group2)(EventSet* es, Int id1, Int id2) in CLG_() function
180 EventSet* CLG_(add_event_set)(EventSet* es1, EventSet* es2) in CLG_() function
189 ULong* CLG_(get_eventset_cost)(EventSet* es) in CLG_() function
195 void CLG_(init_cost)(EventSet* es, ULong* cost) in CLG_() function
206 void CLG_(init_cost_lz)(EventSet* es, ULong** cost) in CLG_() function
218 void CLG_(zero_cost)(EventSet* es, ULong* cost) in CLG_() function
228 Bool CLG_(is_zero_cost)(EventSet* es, ULong* cost) in CLG_() function
240 void CLG_(copy_cost)(EventSet* es, ULong* dst, ULong* src) in CLG_() function
254 void CLG_(copy_cost_lz)(EventSet* es, ULong** pdst, ULong* src) in CLG_() function
273 void CLG_(add_cost)(EventSet* es, ULong* dst, ULong* src) in CLG_() function
284 void CLG_(add_cost_lz)(EventSet* es, ULong** pdst, ULong* src) in CLG_() function
304 Bool CLG_(add_and_zero_cost)(EventSet* es, ULong* dst, ULong* src) in CLG_() function
323 Bool CLG_(add_and_zero_cost2)(EventSet* esDst, ULong* dst, in CLG_() function
359 Bool CLG_(add_diff_cost)(EventSet* es, ULong* dst, ULong* old, ULong* new_cost) in CLG_() function
377 Bool CLG_(add_diff_cost_lz)(EventSet* es, ULong** pdst, ULong* old, ULong* new_cost) in CLG_() function
404 EventMapping* CLG_(get_eventmapping)(EventSet* es) in CLG_() function
421 void CLG_(append_event)(EventMapping* em, const HChar* n) in CLG_() function
450 HChar *CLG_(eventmapping_as_string)(const EventMapping* em) in CLG_() function
478 HChar *CLG_(mappingcost_as_string)(const EventMapping* em, const ULong* c) in CLG_() function