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

/external/valgrind/exp-sgcheck/
H A Dsg_main.c160 static Word StackBlock__cmp ( const StackBlock* fb1, const StackBlock* fb2 ) function
215 r = StackBlock__cmp( fb1, fb2 );
263 VG_(setCmpFnXA)( orig, (XACmpFn_t)StackBlock__cmp );
276 Word c = StackBlock__cmp(pR0,pR1);
323 tl_assert(StackBlock__cmp(sb0,sb1) == 0);

Completed in 66 milliseconds