Searched refs:Out (Results 51 - 75 of 256) sorted by relevance

1234567891011

/external/llvm/tools/llvm-link/
H A Dllvm-link.cpp114 tool_output_file Out(OutputFilename.c_str(), ErrorInfo, sys::fs::F_None);
127 Out.os() << *Composite;
128 } else if (Force || !CheckBitcodeOutputToConsole(Out.os(), true))
129 WriteBitcodeToFile(Composite.get(), Out.os());
132 Out.keep();
/external/chromium_org/third_party/skia/include/core/
H A DSkMath.h210 template <typename In, typename Out>
211 inline void SkTDivMod(In numer, In denom, Out* div, Out* mod) {
220 *div = static_cast<Out>(d);
221 *mod = static_cast<Out>(numer-d*denom);
224 *div = static_cast<Out>(numer/denom);
225 *mod = static_cast<Out>(numer%denom);
/external/skia/include/core/
H A DSkMath.h210 template <typename In, typename Out>
211 inline void SkTDivMod(In numer, In denom, Out* div, Out* mod) {
220 *div = static_cast<Out>(d);
221 *mod = static_cast<Out>(numer-d*denom);
224 *div = static_cast<Out>(numer/denom);
225 *mod = static_cast<Out>(numer%denom);
/external/clang/include/clang/AST/
H A DMangle.h118 raw_ostream &Out);
120 const BlockDecl *BD, raw_ostream &Out);
122 const BlockDecl *BD, raw_ostream &Out);
124 raw_ostream &Out);
177 raw_ostream &Out) = 0;
184 raw_ostream &Out) = 0;
191 uint32_t VBTableOffset, uint32_t Flags, raw_ostream &Out) = 0;
194 raw_ostream &Out) = 0;
197 raw_ostream &Out) = 0;
202 raw_ostream &Out)
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp82 void printState(raw_ostream &Out, ProgramStateRef State,
339 void ObjCSelfInitChecker::printState(raw_ostream &Out, ProgramStateRef State, argument
348 Out << Sep << NL << *this << " :" << NL;
351 Out << " An init method has been called." << NL;
355 Out << " An argument of the current call came from the 'self' variable."
359 Out << " An argument of the current call came from an init method."
364 Out << NL;
367 Out << I->first << " : ";
370 Out << "none";
373 Out << "sel
[all...]
/external/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp41 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) { argument
43 endian::Writer<little> LE(Out);
54 static void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N){ argument
55 Out.write(K.data(), N);
58 static void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, argument
61 endian::Writer<little> LE(Out);
/external/chromium_org/base/strings/
H A Dsafe_sprintf.cc159 inline bool Out(char ch) {
182 if (!Out(pad)) {
329 Out(*prefix++);
381 Out(*--reverse_prefix);
383 Out(pad);
387 Out((upcase ? kUpCaseHexDigits : kDownCaseHexDigits)[num%base + minint]);
519 buffer.Out(ch);
616 // available space; Out() takes care of doing that.
618 buffer.Out(*src++);
638 buffer.Out('
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DHTMLPrint.cpp35 raw_ostream *Out; member in class:__anon17970::HTMLPrinter
42 : Out(OS), PP(pp), SyntaxHighlight(_SyntaxHighlight),
92 Out->write(Buffer, RewriteBuf.size());
/external/llvm/tools/opt/
H A DBreakpointPrinter.cpp26 raw_ostream &Out; member in struct:__anon26421::BreakpointPrinter
30 BreakpointPrinter(raw_ostream &out) : ModulePass(ID), Out(out) {}
66 Out << Name << "\n";
H A Dopt.cpp388 std::unique_ptr<tool_output_file> Out; local
399 Out.reset(new tool_output_file(OutputFilename.c_str(), ErrorInfo,
411 if (CheckBitcodeOutputToConsole(Out->os(), !Quiet))
428 return runPassPipeline(argv[0], Context, *M.get(), Out.get(), PassPipeline,
479 if (!Out) {
484 Out.reset(new tool_output_file(OutputFilename.c_str(), ErrorInfo,
491 Passes.add(createBreakpointPrinter(Out->os()));
557 Passes.add(createBasicBlockPassPrinter(PassInf, Out->os(), Quiet));
560 Passes.add(createRegionPassPrinter(PassInf, Out->os(), Quiet));
563 Passes.add(createLoopPassPrinter(PassInf, Out
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DJSystem.cs54 return Console.Out;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dfilterbanks.c282 Out: a length FRAMESAMPLES array of output reconstructed
289 float *Out,
320 Out[2*k]=tempin_ch2[k];
321 Out[2*k+1]=tempin_ch1[k];
328 ftmp2 = Out[k] + kHpStCoefOut1Float[2] * postfiltdata->HPstates1_float[0] +
330 ftmp = Out[k] - kHpStCoefOut1Float[0] * postfiltdata->HPstates1_float[0] -
334 Out[k] = ftmp2;
338 ftmp2 = Out[k] + kHpStCoefOut2Float[2] * postfiltdata->HPstates2_float[0] +
340 ftmp = Out[k] - kHpStCoefOut2Float[0] * postfiltdata->HPstates2_float[0] -
344 Out[
287 WebRtcIsac_FilterAndCombineFloat(float *InLP, float *InHP, float *Out, PostFiltBankstr *postfiltdata) argument
[all...]
H A Dcodec.h186 int orderCoef, double* Out);
189 int lengthInOut, int orderCoef, double* Out);
199 void WebRtcIsac_FilterAndCombineFloat(float* InLP, float* InHP, float* Out,
/external/chromium_org/tools/grit/grit/tool/
H A Dinterface.py45 def Out(self, text): member in class:Tool
/external/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h86 ArgStream(std::vector<std::string> *Out) : Out(Out) {} argument
93 std::vector<std::string> *Out; member in class:clang::ast_matchers::dynamic::Diagnostics::ArgStream
H A DVariantValue.h157 Out.reset(new MatcherT(Matcher.convertTo<T>()));
172 Out.reset(new MatcherT(
177 bool hasMatcher() const { return Out.get() != nullptr; }
178 const MatcherT &matcher() const { return *Out; }
181 std::unique_ptr<MatcherT> Out; member in class:clang::ast_matchers::dynamic::VariantMatcher::TypedMatcherOps
/external/llvm/lib/Target/CppBackend/
H A DCPPTargetMachine.h31 bool addPassesToEmitFile(PassManagerBase &PM, formatted_raw_ostream &Out,
/external/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp57 static bool writeProgramToFileAux(tool_output_file &Out, const Module *M) { argument
58 WriteBitcodeToFile(M, Out.os());
59 Out.os().close();
60 if (!Out.os().has_error()) {
61 Out.keep();
69 tool_output_file Out(Filename.c_str(), FD);
70 return writeProgramToFileAux(Out, M);
76 tool_output_file Out(Filename.c_str(), ErrInfo, sys::fs::F_None);
78 return writeProgramToFileAux(Out, M);
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dfilterbanks.c282 Out: a length FRAMESAMPLES array of output reconstructed
289 float *Out,
320 Out[2*k]=tempin_ch2[k];
321 Out[2*k+1]=tempin_ch1[k];
328 ftmp2 = Out[k] + kHpStCoefOut1Float[2] * postfiltdata->HPstates1_float[0] +
330 ftmp = Out[k] - kHpStCoefOut1Float[0] * postfiltdata->HPstates1_float[0] -
334 Out[k] = ftmp2;
338 ftmp2 = Out[k] + kHpStCoefOut2Float[2] * postfiltdata->HPstates2_float[0] +
340 ftmp = Out[k] - kHpStCoefOut2Float[0] * postfiltdata->HPstates2_float[0] -
344 Out[
287 WebRtcIsac_FilterAndCombineFloat(float *InLP, float *InHP, float *Out, PostFiltBankstr *postfiltdata) argument
[all...]
H A Dcodec.h186 int orderCoef, double* Out);
189 int lengthInOut, int orderCoef, double* Out);
199 void WebRtcIsac_FilterAndCombineFloat(float* InLP, float* InHP, float* Out,
/external/clang/lib/AST/
H A DVTableBuilder.cpp129 void dump(raw_ostream &Out, BaseSubobject Base,
378 void FinalOverriders::dump(raw_ostream &Out, BaseSubobject Base, argument
402 dump(Out, BaseSubobject(BaseDecl, BaseOffset), VisitedVirtualBases);
405 Out << "Final overriders for (";
406 RD->printQualifiedName(Out);
407 Out << ", ";
408 Out << Base.getBaseOffset().getQuantity() << ")\n";
417 Out << " ";
418 MD->printQualifiedName(Out);
419 Out << "
1900 dumpLayout(raw_ostream &Out) argument
2963 PrintBasePath(const VPtrInfo::BasePath &Path, raw_ostream &Out) argument
2972 dumpMicrosoftThunkAdjustment(const ThunkInfo &TI, raw_ostream &Out, bool ContinueFirstLine) argument
3011 dumpLayout(raw_ostream &Out) argument
3338 dumpMethodLocations( const CXXRecordDecl *RD, const MethodVFTableLocationsTy &NewMethods, raw_ostream &Out) argument
[all...]
/external/clang/lib/Basic/
H A DObjCRuntime.cpp22 llvm::raw_string_ostream Out(Result);
23 Out << *this;
/external/llvm/lib/MC/
H A DYAML.cpp23 const yaml::BinaryRef &Val, void *, llvm::raw_ostream &Out) {
24 Val.writeAsHex(Out);
22 output( const yaml::BinaryRef &Val, void *, llvm::raw_ostream &Out) argument
/external/llvm/lib/Support/
H A DLockFileManager.cpp101 raw_fd_ostream Out(UniqueLockFileID, /*shouldClose=*/true);
109 Out << hostname << ' ' << getpid();
111 Out << "localhost 1";
113 Out.close();
115 if (Out.has_error()) {
/external/llvm/lib/TableGen/
H A DMain.cpp106 tool_output_file Out(OutputFilename.c_str(), Error, sys::fs::F_Text);
117 if (MainFn(Out.os(), Records))
126 Out.keep();

Completed in 1035 milliseconds

1234567891011