Searched defs:Out (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_InvTransformResidualAndAdd.c69 OMX_S16 In[16], Out[16]; local
102 armVCM4P10_TransformResidual4x4 (Out, In);
109 Value = (OMX_S32) Out [j * 4 + i] + pSrcPred [j * iSrcPredStep + i];
/frameworks/compile/mclinker/lib/CodeGen/
H A DLLVMTargetMachine.cpp186 formatted_raw_ostream &Out,
212 Out,
226 Out,
267 formatted_raw_ostream &Out,
289 getTarget().get()->createAsmStreamer(*Context, Out,
310 formatted_raw_ostream &Out,
328 Out,
185 addPassesToEmitFile(PassManagerBase &pPM, formatted_raw_ostream &Out, const std::string& pOutputFilename, mcld::CodeGenFileType pFileType, CodeGenOpt::Level pOptLvl, SectLinkerOption *pLinkerOpt, bool pDisableVerify) argument
266 addCompilerPasses(PassManagerBase &pPM, formatted_raw_ostream &Out, const std::string& pOutputFilename, llvm::MCContext *&Context) argument
309 addAssemblerPasses(PassManagerBase &pPM, formatted_raw_ostream &Out, const std::string& pOutputFilename, llvm::MCContext *&Context) argument
/frameworks/compile/libbcc/lib/Transforms/
H A DForEachExpand.cpp279 llvm::Value *Out = NULL; local
287 Out = Builder.CreateLoad(AOut, "Out");
288 RootArgs.push_back(Out);
314 if (Out) {
315 // Out += outstep
317 Builder.CreatePtrToInt(Out, Int32Ty), Arg_outstep), OutTy);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp201 uint32_t* Out = NULL; local
204 Out = static_cast<uint32_t*>(malloc(plt1->getEntrySize()));
206 if (!Out)
213 Out[0] = arm_plt1[0] | ((Offset >> 20) & 0xFF);
214 Out[1] = arm_plt1[1] | ((Offset >> 12) & 0xFF);
215 Out[2] = arm_plt1[2] | (Offset & 0xFFF);
217 plt1->setContent(reinterpret_cast<unsigned char*>(Out));
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1702 void llvm_2_9::WriteBitcodeToFile(const Module *M, raw_ostream &Out) { argument
1731 // Write the generated bitstream to "Out".
1732 Out.write((char*)&Buffer.front(), Buffer.size());
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1719 void llvm_2_9_func::WriteBitcodeToFile(const Module *M, raw_ostream &Out) { argument
1748 // Write the generated bitstream to "Out".
1749 Out.write((char*)&Buffer.front(), Buffer.size());

Completed in 177 milliseconds