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

/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c899 /*OUT*/UWord* absDelta,
906 *absDelta = 0;
929 *absDelta = block - ea;
930 VG_(sprintf)(buf, "%'lu before", *absDelta);
933 *absDelta = ea - (block + szB);
934 VG_(sprintf)(buf, "%'lu after", *absDelta);
937 // Leave *absDelta at zero.
1825 UWord absDelta; local
1826 gen_delta_str( bufD, &absDelta, inv, ea );
1828 if (absDelta < 102
898 gen_delta_str( HChar* buf, UWord* absDelta, Invar* inv, Addr ea ) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginContainerImpl.cpp882 float absDelta = delta > 0 ? delta : -delta; local
883 return scrollbarGroup->scroll(delta < 0 ? negativeDirection : positiveDirection, ScrollByPrecisePixel, absDelta);

Completed in 299 milliseconds