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

/external/valgrind/main/helgrind/
H A Dhg_main.c3285 LAOGLinkExposition* llx2 = (LAOGLinkExposition*)llx2W; local
3286 if (llx1->src_ga < llx2->src_ga) return -1;
3287 if (llx1->src_ga > llx2->src_ga) return 1;
3288 if (llx1->dst_ga < llx2->dst_ga) return -1;
3289 if (llx1->dst_ga > llx2->dst_ga) return 1;

Completed in 49 milliseconds