Searched defs:OS (Results 1 - 25 of 343) sorted by last modified time

1234567891011>>

/external/zlib/src/
H A Dinflate.h24 OS, /* i: waiting for extra flags and operating system (gzip) */ enumerator in enum:__anon34355
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
/external/valgrind/main/tests/
H A Dos_test.c6 // This program determines which OS that this Valgrind installation
10 // - 0 if the machine matches the asked-for OS and satisfies a
12 // - 1 if it doesn't match but does match the name of another OS
13 // - 2 if it doesn't match the name of any OS
16 // Nb: When updating this file for a new OS, add the name to
57 static Bool go(char* OS, char *min_version) argument
60 if ( 0 == strcmp( OS, "linux" ) && matches_version( min_version )) return True;
63 if ( 0 == strcmp( OS, "darwin" ) ) return True;
66 # error Unknown OS
79 fprintf( stderr, "usage: os_test <OS
[all...]
/external/qemu/distrib/zlib-1.2.8/
H A Dinflate.h24 OS, /* i: waiting for extra flags and operating system (gzip) */ enumerator in enum:__anon29633
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dyjp-controller-api-redist.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/yourkit/api/ com/yourkit/runtime/ com/ ...
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinflate.h24 OS, /* i: waiting for extra flags and operating system (gzip) */ enumerator in enum:__anon28594
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp86 void PrintLoopinfo(const LoopinfoT &LoopInfo, llvm::raw_ostream &OS) { argument
90 (*iter)->print(OS, 0);
175 virtual void print(llvm::raw_ostream &OS, const Module *M = 0) const { argument
176 DT->print(OS);
306 void printOrderedBlocks(llvm::raw_ostream &OS);
/external/mesa3d/src/gallium/drivers/radeon/InstPrinter/
H A DAMDGPUInstPrinter.cpp7 void AMDGPUInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, argument
9 printInstruction(MI, OS);
11 printAnnotation(OS, Annot);
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp24 AMDGPUMCObjectWriter(raw_ostream &OS) : MCObjectWriter(OS, true) { } argument
46 virtual AMDGPUMCObjectWriter *createObjectWriter(raw_ostream &OS) const;
78 raw_ostream &OS) const {
79 return new AMDGPUMCObjectWriter(OS);
H A DR600MCCodeEmitter.cpp52 /// EncodeInstruction - Encode the instruction and write it to the OS.
53 virtual void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
62 raw_ostream &OS) const;
63 void EmitSrc(const MCInst &MI, unsigned OpIdx, raw_ostream &OS) const;
64 void EmitDst(const MCInst &MI, raw_ostream &OS) const;
67 raw_ostream &OS) const;
69 raw_ostream &OS) const;
70 void EmitFCInstr(const MCInst &MI, raw_ostream &OS) const;
72 void EmitNullBytes(unsigned int byteCount, raw_ostream &OS) const;
74 void EmitByte(unsigned int byte, raw_ostream &OS) cons
150 EncodeInstruction(const MCInst &MI, raw_ostream &OS, SmallVectorImpl<MCFixup> &Fixups) const argument
247 EmitTwoBytes(getHWReg(reg), OS); local
265 EmitByte(getHWRegChan(MO.getReg()), OS); local
303 EmitByte(getHWReg(MO.getReg()), OS); local
306 EmitByte(getHWRegChan(MO.getReg()), OS); local
336 EmitTwoBytes(getBinaryCodeForInstr(MI, Fixups), OS); local
408 EmitByte(getBinaryCodeForInstr(MI, Fixups), OS); local
414 EmitByte(getHWReg(MI.getOperand(1).getReg()), OS); local
420 EmitByte(getHWReg(MI.getOperand(0).getReg()), OS); local
[all...]
H A DSIMCCodeEmitter.cpp73 /// EncodeInstruction - Encode the instruction and write it to the OS.
74 virtual void EncodeInstruction(const MCInst &MI, raw_ostream &OS,
131 void SIMCCodeEmitter::EncodeInstruction(const MCInst &MI, raw_ostream &OS, argument
136 OS.write((uint8_t) ((Encoding >> (8 * i)) & 0xff));
/external/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp78 static void PrintMask(unsigned i, std::ostream &OS) { argument
79 OS << "<" << (char)(getMaskElt(i, 0) == 8 ? 'u' : ('0'+getMaskElt(i, 0)))
/external/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp699 raw_svector_ostream OS(OutString);
701 OS << *I;
711 OS << format("\\x%02X", (unsigned char)OpIndex + 1);
715 OS << format("\\xFF\\x%02X\\x%02X", OpIndex + 1, PrintIndex + 1);
720 OS.flush();
945 << " *MI, raw_ostream &OS) {\n";
1012 O << " OS << '\\t' << StringRef(AsmString, I);\n";
1015 O << " OS << '\\t';\n";
1023 O << " printCustomAliasOperand(MI, OpIdx, PrintMethodIdx, OS);\n";
1025 O << " printOperand(MI, unsigned(AsmString[I++]) - 1, OS);\
1114 EmitAsmWriter(RecordKeeper &RK, raw_ostream &OS) argument
[all...]
H A DCTagsEmitter.cpp39 void emit(raw_ostream &OS) const {
44 OS << *Id << "\t" << BufferName << "\t" << LineAndColumn.first << "\n";
54 void run(raw_ostream &OS);
71 void CTagsEmitter::run(raw_ostream &OS) { argument
87 OS << "!_TAG_FILE_FORMAT\t1\t/original ctags format/\n";
88 OS << "!_TAG_FILE_SORTED\t1\t/0=unsorted, 1=sorted, 2=foldcase/\n";
91 I->emit(OS);
96 void EmitCTags(RecordKeeper &RK, raw_ostream &OS) { CTagsEmitter(RK).run(OS); } argument
H A DCallingConvEmitter.cpp259 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS) { argument
260 emitSourceFileHeader("Calling Convention Implementation Fragment", OS);
261 CallingConvEmitter(RK).run(OS);
H A DCodeEmitterGen.cpp335 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS) { argument
336 emitSourceFileHeader("Machine Code Emitter", OS);
337 CodeEmitterGen(RK).run(OS);
H A DCodeGenMapTable.cpp222 void emitBinSearch(raw_ostream &OS, unsigned TableSize);
223 void emitTablesWithFunc(raw_ostream &OS);
224 unsigned emitBinSearchTable(raw_ostream &OS);
227 void emitMapFuncBody(raw_ostream &OS, unsigned TableSize);
360 unsigned MapTableEmitter::emitBinSearchTable(raw_ostream &OS) { argument
370 OS << "static const uint16_t "<<InstrMapDesc.getName();
373 OS << "Table[]["<< NumCol+1 << "] = {\n";
391 OS << " { " << TargetName << "::" << CurInstr->getName();
392 OS << OutStr <<" },\n";
398 OS << " { " << TargetNam
410 emitBinSearch(raw_ostream &OS, unsigned TableSize) argument
432 emitMapFuncBody(raw_ostream &OS, unsigned TableSize) argument
469 emitTablesWithFunc(raw_ostream &OS) argument
498 emitEnums(raw_ostream &OS, RecordKeeper &Records) argument
564 EmitMapTable(RecordKeeper &Records, raw_ostream &OS) argument
[all...]
H A DCodeGenRegisters.cpp771 raw_ostream &operator<<(raw_ostream &OS, const CodeGenRegisterClass::Key &K) { argument
772 OS << "{ S=" << K.SpillSize << ", A=" << K.SpillAlignment;
775 OS << ", " << (*I)->getName();
776 return OS << " }";
H A DDAGISelEmitter.cpp30 void run(raw_ostream &OS);
122 void DAGISelEmitter::run(raw_ostream &OS) { argument
124 CGP.getTargetInfo().getName() + " target", OS);
126 OS << "// *** NOTE: This file is #included into the middle of the target\n"
164 EmitMatcherTable(TheMatcher, CGP, OS);
170 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS) { argument
171 DAGISelEmitter(RK).run(OS);
H A DDAGISelMatcher.cpp24 void Matcher::print(raw_ostream &OS, unsigned indent) const { argument
25 printImpl(OS, indent);
27 return Next->print(OS, indent);
30 void Matcher::printOne(raw_ostream &OS) const {
31 printImpl(OS, 0);
108 void ScopeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { argument
109 OS.indent(indent) << "Scope\n";
112 OS.indent(indent+1) << "NULL POINTER\n";
114 getChild(i)->print(OS, indent+2);
118 void RecordMatcher::printImpl(raw_ostream &OS, unsigne argument
122 printImpl(raw_ostream &OS, unsigned indent) const argument
126 printImpl(raw_ostream &OS, unsigned indent) const argument
130 printImpl(raw_ostream &OS, unsigned indent) const argument
134 printImpl(raw_ostream &OS, unsigned indent) const argument
138 printImpl(raw_ostream &OS, unsigned indent) const argument
142 printImpl(raw_ostream &OS, unsigned indent) const argument
146 printImpl(raw_ostream &OS, unsigned indent) const argument
151 printImpl(raw_ostream &OS, unsigned indent) const argument
155 printImpl(raw_ostream &OS, unsigned indent) const argument
159 printImpl(raw_ostream &OS, unsigned indent) const argument
163 printImpl(raw_ostream &OS, unsigned indent) const argument
173 printImpl(raw_ostream &OS, unsigned indent) const argument
178 printImpl(raw_ostream &OS, unsigned indent) const argument
187 printImpl(raw_ostream &OS, unsigned indent) const argument
193 printImpl(raw_ostream &OS, unsigned indent) const argument
197 printImpl(raw_ostream &OS, unsigned indent) const argument
202 printImpl(raw_ostream &OS, unsigned indent) const argument
206 printImpl(raw_ostream &OS, unsigned indent) const argument
210 printImpl(raw_ostream &OS, unsigned indent) const argument
214 printImpl(raw_ostream &OS, unsigned indent) const argument
218 printImpl(raw_ostream &OS, unsigned indent) const argument
222 printImpl(raw_ostream &OS, unsigned indent) const argument
227 printImpl(raw_ostream &OS, unsigned indent) const argument
232 printImpl(raw_ostream &OS, unsigned indent) const argument
236 printImpl(raw_ostream &OS, unsigned indent) const argument
246 printImpl(raw_ostream &OS, unsigned indent) const argument
251 printImpl(raw_ostream &OS, unsigned indent) const argument
255 printImpl(raw_ostream &OS, unsigned indent) const argument
259 printImpl(raw_ostream &OS, unsigned indent) const argument
265 printImpl(raw_ostream &OS, unsigned indent) const argument
278 printImpl(raw_ostream &OS, unsigned indent) const argument
282 printImpl(raw_ostream &OS, unsigned indent) const argument
[all...]
H A DDAGISelMatcherEmitter.cpp55 unsigned StartIdx, formatted_raw_ostream &OS);
57 void EmitPredicateFunctions(formatted_raw_ostream &OS);
59 void EmitHistogram(const Matcher *N, formatted_raw_ostream &OS);
62 formatted_raw_ostream &OS);
115 static uint64_t EmitVBRValue(uint64_t Val, raw_ostream &OS) { argument
117 OS << Val << ", ";
124 OS << (Val&127) << "|128,";
128 OS << Val;
130 OS << "/*" << InVal << "*/";
131 OS << ", ";
138 EmitMatcher(const Matcher *N, unsigned Indent, unsigned CurrentIdx, formatted_raw_ostream &OS) argument
598 EmitMatcherList(const Matcher *N, unsigned Indent, unsigned CurrentIdx, formatted_raw_ostream &OS) argument
615 EmitPredicateFunctions(formatted_raw_ostream &OS) argument
749 EmitHistogram(const Matcher *M, formatted_raw_ostream &OS) argument
[all...]
H A DDFAPacketizerEmitter.cpp53 raw_ostream &OS);
55 void run(raw_ostream &OS);
147 void writeTableAndAPI(raw_ostream &OS, const std::string &ClassName);
266 void DFA::writeTableAndAPI(raw_ostream &OS, const std::string &TargetName) { argument
273 OS << "namespace llvm {\n\n";
274 OS << "const int " << TargetName << "DFAStateInputTable[][2] = {\n";
285 OS << "{" << II->first << ", "
294 OS << SentinelEntry << ",";
298 OS << "\n";
303 OS << SentinelEntr
338 collectAllInsnClasses(const std::string &Name, Record *ItinData, unsigned &NStages, raw_ostream &OS) argument
394 run(raw_ostream &OS) argument
502 EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS) argument
[all...]
H A DDisassemblerEmitter.cpp98 extern void EmitFixedLenDecoder(RecordKeeper &RK, raw_ostream &OS,
106 void EmitDisassembler(RecordKeeper &Records, raw_ostream &OS) { argument
108 emitSourceFileHeader(" * " + Target.getName() + " Disassembler", OS);
125 Tables.emit(OS);
136 EmitFixedLenDecoder(Records, OS, PredicateNamespace,
144 EmitFixedLenDecoder(Records, OS, Target.getName(),
H A DFastISelEmitter.cpp100 void printManglingSuffix(raw_ostream &OS, ImmPredicateSet &ImmPredicates,
103 OS << 'r';
105 OS << 'f';
107 OS << 'i';
110 OS << "_" << ImmPredicates.getPredicate(Code-1).getFnName();
146 void emitImmediatePredicate(raw_ostream &OS, ImmPredicateSet &ImmPredicates) {
155 OS << " &&\n ";
160 OS << "VT == "
165 OS << PredFn.getFnName() << "(imm" << i <<')';
283 void PrintParameters(raw_ostream &OS) cons
299 PrintArguments(raw_ostream &OS, const std::vector<std::string> &PR) const argument
342 PrintManglingSuffix(raw_ostream &OS, const std::vector<std::string> &PR, ImmPredicateSet &ImmPredicates, bool StripImmCodes = false) const argument
357 PrintManglingSuffix(raw_ostream &OS, ImmPredicateSet &ImmPredicates, bool StripImmCodes = false) const argument
[all...]
H A DFixedLenDecoderEmitter.cpp102 void emitPredicateFunction(formatted_raw_ostream &OS,
105 void emitDecoderFunction(formatted_raw_ostream &OS,
459 void emitDecoder(raw_ostream &OS, unsigned Indentation, unsigned Opc) const;
720 void FixedLenDecoderEmitter::emitTable(formatted_raw_ostream &OS, argument
725 OS.indent(Indentation) << "static const uint8_t DecoderTable" << Namespace
738 OS << "/* " << Pos << " */";
739 OS.PadToColumn(12);
748 OS.indent(Indentation) << "MCD::OPC_ExtractField, " << Start << ", "
751 OS << (Start + Len - 1) << "-";
752 OS << Star
[all...]
H A DInstrInfoEmitter.cpp42 void run(raw_ostream &OS);
45 void emitEnums(raw_ostream &OS);
59 raw_ostream &OS);
60 void emitOperandTypesEnum(raw_ostream &OS, const CodeGenTarget &Target);
66 void emitOperandNameMappings(raw_ostream &OS, const CodeGenTarget &Target,
70 void EmitOperandInfo(raw_ostream &OS, OperandInfoMapTy &OperandInfoIDs);
76 unsigned Num, raw_ostream &OS) {
77 OS << "static const uint16_t ImplicitList" << Num << "[] = { ";
79 OS << getQualifiedName(Uses[i]) << ", ";
80 OS << "
75 PrintDefList(const std::vector<Record*> &Uses, unsigned Num, raw_ostream &OS) argument
172 EmitOperandInfo(raw_ostream &OS, OperandInfoMapTy &OperandInfoIDs) argument
236 emitOperandNameMappings(raw_ostream &OS, const CodeGenTarget &Target, const std::vector<const CodeGenInstruction*> &NumberedInstructions) argument
309 emitOperandTypesEnum(raw_ostream &OS, const CodeGenTarget &Target) argument
341 run(raw_ostream &OS) argument
461 emitRecord(const CodeGenInstruction &Inst, unsigned Num, Record *InstrInfo, std::map<std::vector<Record*>, unsigned> &EmittedLists, const OperandInfoMapTy &OpInfo, raw_ostream &OS) argument
560 emitEnums(raw_ostream &OS) argument
601 EmitInstrInfo(RecordKeeper &RK, raw_ostream &OS) argument
[all...]

Completed in 1675 milliseconds

1234567891011>>