HomeSort by relevance Sort by last modified time
    Searched full:inval (Results 76 - 100 of 144) sorted by null

1 2 34 5 6

  /hardware/qcom/display/msm8x26/liboverlay/
overlayUtils.h 781 enum { INVAL = -1 };
799 inline OvFD::OvFD() : mFD (INVAL) {
829 mFD = INVAL;
836 return (mFD != INVAL);
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 278 Value *InVal = cast<ReturnInst>(RetBlock->getTerminator())->getOperand(0);
285 RetBlockPHI->addIncoming(InVal, *PI);
  /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/skia/include/views/
SkWidget.h 86 /** called when the label changes. default behavior is to inval the widget */
  /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 439 Value *InVal = MapValue(PN->getIncomingValue(pred),
442 assert(InVal && "Unknown input value?");
443 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/chromium_org/third_party/opus/src/src/
opus_encoder.c 307 opus_val32 inval; local
320 inval = in[ k*stride ];
321 vout = S[ 0 ] + B[0]*inval;
323 S[ 0 ] = S[1] - vout*A[0] + B[1]*inval;
325 S[ 1 ] = - vout*A[1] + B[2]*inval;
    [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...]
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkGradientShader.cpp 258 // if the new alpha differs from the previous time we were called, inval our cache
262 fCache16 = NULL; // inval the cache
263 fCache32 = NULL; // inval the cache
    [all...]
  /external/skia/src/effects/gradients/
SkGradientShader.cpp 258 // if the new alpha differs from the previous time we were called, inval our cache
262 fCache16 = NULL; // inval the cache
263 fCache32 = NULL; // inval the cache
    [all...]
  /external/chromium_org/third_party/skia/src/views/mac/
SkNSView.mm 137 fWind->inval(NULL);
  /external/skia/src/views/mac/
SkNSView.mm 137 fWind->inval(NULL);
  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 121 uint64_t InVal = Val;
130 OS << "/*" << InVal << "*/";
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 374 SDValue InVal;
380 InVal = DAG.getFrameIndex(FI, getPointerTy());
395 InVal = DAG.getLoad(VA.getLocVT(), dl, Chain, FIN,
400 InVals.push_back(InVal);
    [all...]
  /external/svox/pico/lib/
picokdt.h 271 const picoos_uint16 inval,
picopam.c     [all...]
  /external/kernel-headers/original/asm-mips/sn/sn0/
hubio.h 544 hold: 1, /* entry is gathering inval acks */
592 hold: 1, /* entry is gathering inval acks */
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstructionCombining.cpp 649 Value *InVal = PN->getIncomingValue(i);
650 if (isa<Constant>(InVal) && !isa<ConstantExpr>(InVal))
653 if (isa<PHINode>(InVal)) return 0; // Itself a phi.
658 // If the InVal is an invoke at the end of the pred block, then we can't
660 if (InvokeInst *II = dyn_cast<InvokeInst>(InVal))
    [all...]

Completed in 1288 milliseconds

1 2 34 5 6