HomeSort by relevance Sort by last modified time
    Searched refs:RetValue (Results 1 - 25 of 27) sorted by null

1 2

  /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;
  /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/CapsulePei/
UefiCapsule.c 900 BOOLEAN RetValue;
902 RetValue = FALSE;
913 RetValue = TRUE;
935 return RetValue;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfSectionParser.py 366 RetValue = ProcessUseExtHeader(ItemList)
368 if not RetValue[0]:
374 ItemList = RetValue[1]
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 60 void endFunctionWithRet(Function *Func, Value *RetValue) {
61 Builder.CreateRet(RetValue);
  /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...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Presentation.c     [all...]
  /external/swiftshader/third_party/subzero/src/
IceInst.cpp 474 InstRet::InstRet(Cfg *Func, Operand *RetValue)
475 : InstHighLevel(Func, Ret, RetValue ? 1 : 0, nullptr) {
476 if (RetValue)
477 addSource(RetValue);
    [all...]
IceInst.h 700 static InstRet *create(Cfg *Func, Operand *RetValue = nullptr) {
701 return new (Func->allocate<InstRet>()) InstRet(Func, RetValue);
714 InstRet(Cfg *Func, Operand *RetValue);
    [all...]
IceTargetLoweringMIPS32.cpp     [all...]
IceTargetLoweringMIPS32.h 626 void ret(Variable *RetAddr, Variable *RetValue);
    [all...]
IceTargetLoweringARM32.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 1538 milliseconds

1 2