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

/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c161 static Word StackBlock__cmp ( const StackBlock* fb1, const StackBlock* fb2 ) function
216 r = StackBlock__cmp( fb1, fb2 );
264 VG_(setCmpFnXA)( orig, (XACmpFn_t)StackBlock__cmp );
277 Word c = StackBlock__cmp(pR0,pR1);
324 tl_assert(StackBlock__cmp(sb0,sb1) == 0);

Completed in 170 milliseconds