Searched defs:Ret (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_pragma_handler.cpp253 std::string Ret; local
259 Ret += ", ";
260 Ret += "'";
261 Ret += entry.first;
262 Ret += "'";
264 return Ret;
H A Dslang_rs_export_reduce.cpp169 clang::FunctionDecl *Ret = nullptr; local
176 if (Ret) {
180 << Ret->getLocation().printToString(S.PP.getSourceManager())
185 Ret = FDecl;
188 if (!Ret) {
196 if (Ret) {
198 if (Ret->getFormalLinkage() != clang::InternalLinkage) {
199 S.RSC.ReportError(Ret->getLocation(), "%0 must be static")
204 if (Ret == nullptr)
206 return Ret;
[all...]
/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.cpp1059 auto *Ret = StructType::create(Context, Name); local
1060 IdentifiedStructTypes.push_back(Ret);
1061 return Ret;
1065 auto *Ret = StructType::create(Context); local
1066 IdentifiedStructTypes.push_back(Ret);
1067 return Ret;

Completed in 1308 milliseconds