Searched refs:llx2 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/helgrind/
H A Dhg_main.c3251 LAOGLinkExposition* llx2 = (LAOGLinkExposition*)llx2W; local
3252 if (llx1->src_ga < llx2->src_ga) return -1;
3253 if (llx1->src_ga > llx2->src_ga) return 1;
3254 if (llx1->dst_ga < llx2->dst_ga) return -1;
3255 if (llx1->dst_ga > llx2->dst_ga) return 1;

Completed in 100 milliseconds