HomeSort by relevance Sort by last modified time
    Searched refs:absDelta (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/exp-sgcheck/
sg_main.c 899 /*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.
    [all...]
  /external/webkit/Source/WebCore/page/
EventHandler.cpp 148 float absDelta = delta > 0 ? delta : -delta;
151 return enclosingBox->scroll(delta < 0 ? negativeDirection : positiveDirection, ScrollByPage, absDelta, stopNode);
154 return enclosingBox->scroll(delta < 0 ? negativeDirection : positiveDirection, ScrollByLine, absDelta, stopNode);
157 return enclosingBox->scroll(delta < 0 ? negativeDirection : positiveDirection, ScrollByPixel, absDelta, stopNode);
    [all...]

Completed in 68 milliseconds