Searched refs:Ret (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MotionEstimationMB.c509 OMXResult Ret = OMX_Sts_Err; local
551 Ret = omxVCM4P10_PredictIntra_4x4(
561 if (Ret == OMX_Sts_NoErr)
1144 OMXResult Ret; local
1175 Ret = omxVCM4P10_PredictIntra_16x16(
1184 if (Ret == OMX_Sts_NoErr)
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp784 auto *Ret = StructType::create(Context, Name); local
785 IdentifiedStructTypes.push_back(Ret);
786 return Ret;
790 auto *Ret = StructType::create(Context); local
791 IdentifiedStructTypes.push_back(Ret);
792 return Ret;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1060 auto *Ret = StructType::create(Context, Name); local
1061 IdentifiedStructTypes.push_back(Ret);
1062 return Ret;
1066 auto *Ret = StructType::create(Context); local
1067 IdentifiedStructTypes.push_back(Ret);
1068 return Ret;
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1148 case Instruction::Ret:
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1147 case Instruction::Ret:
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1188 case Instruction::Ret:

Completed in 173 milliseconds