Home | History | Annotate | Download | only in callgrind

Lines Matching full:ulong

189 ULong* CLG_(get_eventset_cost)(EventSet* es)
195 void CLG_(init_cost)(EventSet* es, ULong* cost)
206 void CLG_(init_cost_lz)(EventSet* es, ULong** cost)
218 void CLG_(zero_cost)(EventSet* es, ULong* cost)
228 Bool CLG_(is_zero_cost)(EventSet* es, ULong* cost)
240 void CLG_(copy_cost)(EventSet* es, ULong* dst, ULong* src)
254 void CLG_(copy_cost_lz)(EventSet* es, ULong** pdst, ULong* src)
257 ULong* dst;
273 void CLG_(add_cost)(EventSet* es, ULong* dst, ULong* src)
284 void CLG_(add_cost_lz)(EventSet* es, ULong** pdst, ULong* src)
287 ULong* dst;
304 Bool CLG_(add_and_zero_cost)(EventSet* es, ULong* dst, ULong* src)
323 Bool CLG_(add_and_zero_cost2)(EventSet* esDst, ULong* dst,
324 EventSet* esSrc, ULong* src)
330 ULong *egDst, *egSrc;
359 Bool CLG_(add_diff_cost)(EventSet* es, ULong* dst, ULong* old, ULong* new_cost)
377 Bool CLG_(add_diff_cost_lz)(EventSet* es, ULong** pdst, ULong* old, ULong* new_cost)
380 ULong* dst;
478 HChar *CLG_(mappingcost_as_string)(const EventMapping* em, const ULong* c)