Lines Matching refs:pdst
254 void CLG_(copy_cost_lz)(EventSet* es, ULong** pdst, ULong* src) in CLG_()
259 CLG_ASSERT(pdst != 0); in CLG_()
262 CLG_(zero_cost)(es, *pdst); in CLG_()
265 dst = *pdst; in CLG_()
267 dst = *pdst = CLG_(get_eventset_cost)(es); in CLG_()
284 void CLG_(add_cost_lz)(EventSet* es, ULong** pdst, ULong* src) in CLG_()
290 CLG_ASSERT(pdst != 0); in CLG_()
292 dst = *pdst; in CLG_()
294 dst = *pdst = CLG_(get_eventset_cost)(es); in CLG_()
377 Bool CLG_(add_diff_cost_lz)(EventSet* es, ULong** pdst, ULong* old, ULong* new_cost) in CLG_()
383 CLG_ASSERT((es != 0) && (pdst != 0)); in CLG_()
386 dst = *pdst; in CLG_()
388 dst = *pdst = CLG_(get_eventset_cost)(es); in CLG_()