HomeSort by relevance Sort by last modified time
    Searched defs:RetValue (Results 1 - 12 of 12) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_InterpolateHalfHor_Luma.c 93 OMXResult RetValue;
112 RetValue = armVCM4P10_InterpolateHalfHor_Luma (
120 if (RetValue != OMX_Sts_NoErr)
122 return RetValue;
125 RetValue = armVCM4P10_InterpolateHalfHor_Luma (
133 return RetValue;
omxVCM4P10_InterpolateHalfVer_Luma.c 92 OMXResult RetValue;
111 RetValue = armVCM4P10_InterpolateHalfVer_Luma(
119 if (RetValue != OMX_Sts_NoErr)
121 return RetValue;
124 RetValue = armVCM4P10_InterpolateHalfVer_Luma(
132 return RetValue;
omxVCM4P10_MotionEstimationMB.c 819 OMXResult RetValue;
842 RetValue = omxVCM4P10_BlockMatch_Integer (
868 RetValue = omxVCM4P10_BlockMatch_Half(
884 RetValue = omxVCM4P10_BlockMatch_Quarter(
905 return RetValue;
    [all...]
  /external/curl/docs/examples/
synctime.c 266 int RetValue;
271 RetValue = 0; /* Successful Exit */
351 RetValue = 1;
369 return RetValue;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/
UefiCapsule.c 900 BOOLEAN RetValue;
902 RetValue = FALSE;
913 RetValue = TRUE;
935 return RetValue;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZISelLowering.cpp 530 SDValue RetValue = Chain.getValue(0);
537 RetValue = DAG.getNode(ISD::AssertSext, dl, VA.getLocVT(), RetValue,
540 RetValue = DAG.getNode(ISD::AssertZext, dl, VA.getLocVT(), RetValue,
544 RetValue = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), RetValue);
546 InVals.push_back(RetValue);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Presentation.c     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaISelLowering.cpp 367 SDValue RetValue = Chain.getValue(0);
374 RetValue = DAG.getNode(ISD::AssertSext, dl, VA.getLocVT(), RetValue,
377 RetValue = DAG.getNode(ISD::AssertZext, dl, VA.getLocVT(), RetValue,
381 RetValue = DAG.getNode(ISD::TRUNCATE, dl, VA.getValVT(), RetValue);
383 InVals.push_back(RetValue);
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringARM32.cpp     [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
IceTargetLoweringMIPS32.cpp     [all...]

Completed in 1199 milliseconds