Home | History | Annotate | Download | only in helgrind

Lines Matching full:llx1

3502    LAOGLinkExposition* llx1 = (LAOGLinkExposition*)llx1W;
3504 if (llx1->src_ga < llx2->src_ga) return -1;
3505 if (llx1->src_ga > llx2->src_ga) return 1;
3506 if (llx1->dst_ga < llx2->dst_ga) return -1;
3507 if (llx1->dst_ga > llx2->dst_ga) return 1;