Searched refs:cand_ref (Results 1 – 1 of 1) sorted by relevance
4663 OldRef *cand_ref; in libhb_event_map_lookup() local4693 for (cand_ref = VG_(HT_lookup)( oldrefHT, cand_a ); in libhb_event_map_lookup()4694 cand_ref; cand_ref = cand_ref->ht_next) { in libhb_event_map_lookup()4695 if (cand_ref->ga != cand_a) in libhb_event_map_lookup()4699 if (cand_ref->acc.tsw.thrid == thrid) in libhb_event_map_lookup()4704 if ((!cand_ref->acc.tsw.isW) && (!isW)) in libhb_event_map_lookup()4709 cand_ref_szB = cand_ref->acc.tsw.szB; in libhb_event_map_lookup()4721 < (cand_ref->stamp - event_map_stamp)) { in libhb_event_map_lookup()4722 ref = cand_ref; in libhb_event_map_lookup()