OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:absdelta
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp
[
all
...]
/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 883 milliseconds