/hardware/qcom/display/msm8084/liboverlay/ |
overlayUtils.h | 779 enum { INVAL = -1 }; 797 inline OvFD::OvFD() : mFD (INVAL) { 827 mFD = INVAL; 834 return (mFD != INVAL);
|
/hardware/qcom/display/msm8226/liboverlay/ |
overlayUtils.h | 779 enum { INVAL = -1 }; 797 inline OvFD::OvFD() : mFD (INVAL) { 827 mFD = INVAL; 834 return (mFD != INVAL);
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlayUtils.h | 781 enum { INVAL = -1 }; 799 inline OvFD::OvFD() : mFD (INVAL) { 829 mFD = INVAL; 836 return (mFD != INVAL);
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayUtils.h | 759 enum { INVAL = -1 }; 777 inline OvFD::OvFD() : mFD (INVAL) { 807 mFD = INVAL; 814 return (mFD != INVAL);
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/ |
aecm_core.c | 679 // - inVal : New input value. 687 int16_t WebRtcAecm_AsymFilt(const int16_t filtOld, const int16_t inVal, 695 return inVal; 698 if (filtOld > inVal) 700 retVal -= WEBRTC_SPL_RSHIFT_W16(filtOld - inVal, stepSizeNeg); 703 retVal += WEBRTC_SPL_RSHIFT_W16(inVal - filtOld, stepSizePos); [all...] |
/external/deqp/modules/gles2/scripts/ |
gen-conversions.py | 252 return [IllegalConversionCase(inVal, outVal) for (inVal, outVal) in combinations]
|
/external/deqp/modules/gles3/scripts/ |
gen-conversions.py | 278 return [IllegalConversionCase(inVal, outVal) for (inVal, outVal) in combinations]
|
/external/bison/lib/ |
sigprocmask.c | 28 # include "msvc-inval.h"
|
/external/chromium_org/third_party/skia/include/views/ |
SkWidget.h | 86 /** called when the label changes. default behavior is to inval the widget */
|
/external/chromium_org/third_party/skia/samplecode/ |
SampleClock.cpp | 218 this->inval(NULL);
|
SampleDraw.cpp | 368 this->inval(NULL);
|
SampleFuzz.cpp | 386 this->inval(NULL);
|
SampleText.cpp | 260 this->inval(NULL);
|
SampleRegion.cpp | 405 this->inval(NULL);
|
/external/skia/include/views/ |
SkWidget.h | 86 /** called when the label changes. default behavior is to inval the widget */
|
/external/skia/samplecode/ |
SampleClock.cpp | 218 this->inval(NULL);
|
SampleDraw.cpp | 368 this->inval(NULL);
|
SampleFuzz.cpp | 386 this->inval(NULL);
|
SampleText.cpp | 260 this->inval(NULL);
|
/external/valgrind/main/VEX/useful/ |
x87_to_vex_and_back.c | 196 = { "INVAL", "DENOR", "DIVZ", "OVERF", "UNDERF", "LOS" };
|
/external/chromium_org/third_party/skia/include/animator/ |
SkAnimator.h | 317 kIsPartiallyDifferent to do a mimimal inval(). */ 318 void getInvalBounds(SkRect* inval); 455 Screenplay also posts an inval event to this event sink after processing an
|
/external/llvm/lib/Transforms/Utils/ |
CloneFunction.cpp | 493 Value *InVal = MapValue(PN->getIncomingValue(pred), 496 assert(InVal && "Unknown input value?"); 497 PN->setIncomingValue(pred, InVal);
|
/external/skia/include/animator/ |
SkAnimator.h | 317 kIsPartiallyDifferent to do a mimimal inval(). */ 318 void getInvalBounds(SkRect* inval); 455 Screenplay also posts an inval event to this event sink after processing an
|
/external/bison/m4/ |
gnulib-comp.m4 | 137 # Code from module msvc-inval: 506 AC_LIBOBJ([msvc-inval]) 1019 lib/msvc-inval.c 1020 lib/msvc-inval.h [all...] |
/external/webrtc/src/modules/audio_processing/aecm/ |
aecm_core.c | 811 // - inVal : New input value. 819 WebRtc_Word16 WebRtcAecm_AsymFilt(const WebRtc_Word16 filtOld, const WebRtc_Word16 inVal, 827 return inVal; 830 if (filtOld > inVal) 832 retVal -= WEBRTC_SPL_RSHIFT_W16(filtOld - inVal, stepSizeNeg); 835 retVal += WEBRTC_SPL_RSHIFT_W16(inVal - filtOld, stepSizePos); [all...] |