/external/llvm/tools/llvm-readobj/ |
D | ARMEHABIPrinter.h | 29 StreamWriter &SW; variable 66 OpcodeDecoder(StreamWriter &SW) : SW(SW), OS(SW.getOStream()) {} in OpcodeDecoder() argument 97 SW.startLine() << format("0x%02X ; vsp = vsp + %u\n", Opcode, in Decode_00xxxxxx() 102 SW.startLine() << format("0x%02X ; vsp = vsp - %u\n", Opcode, in Decode_01xxxxxx() 111 SW.startLine() in Decode_1000iiii_iiiiiiii() 120 SW.startLine() << format("0x%02X ; reserved (ARM MOVrr)\n", Opcode); in Decode_10011101() 124 SW.startLine() << format("0x%02X ; reserved (WiMMX MOVrr)\n", Opcode); in Decode_10011111() 128 SW.startLine() << format("0x%02X ; vsp = r%u\n", Opcode, (Opcode & 0x0f)); in Decode_1001nnnn() 132 SW.startLine() << format("0x%02X ; pop ", Opcode); in Decode_10100nnn() 138 SW.startLine() << format("0x%02X ; pop ", Opcode); in Decode_10101nnn() [all …]
|
D | ARMWinEHPrinter.cpp | 234 SW.startLine() << format("0x%02x ; %s sp, #(%u * 4)\n", in opcode_0xxxxxxx() 251 SW.startLine() << format("0x%02x 0x%02x ; %s.w ", in opcode_10Lxxxxx() 264 SW.startLine() << format("0x%02x ; mov r%u, sp\n", in opcode_1100xxxx() 267 SW.startLine() << format("0x%02x ; mov sp, r%u\n", in opcode_1100xxxx() 281 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11010Lxx() 298 SW.startLine() << format("0x%02x ; %s.w ", OC[Offset], in opcode_11011Lxx() 312 SW.startLine() << format("0x%02x ; %s ", OC[Offset], in opcode_11100xxx() 325 SW.startLine() << format("0x%02x 0x%02x ; %s.w sp, #(%u * 4)\n", in opcode_111010xx() 339 SW.startLine() << format("0x%02x 0x%02x ; %s ", OC[Offset + 0], in opcode_1110110L() 353 SW.startLine() << format("0x%02x 0x%02x ; reserved\n", in opcode_11101110() [all …]
|
D | Win64EHDumper.cpp | 164 SW.printString("StartAddress", in printRuntimeFunctionEntry() 166 SW.printString("EndAddress", in printRuntimeFunctionEntry() 168 SW.printString("UnwindInfoAddress", in printRuntimeFunctionEntry() 178 SW.startLine() << format("0x%02X: ", unsigned(UC[0].u.CodeOffset)) in printUnwindCode() 234 DictScope UIS(SW, "UnwindInfo"); in printUnwindInfo() 235 SW.printNumber("Version", UI.getVersion()); in printUnwindInfo() 236 SW.printFlags("Flags", UI.getFlags(), makeArrayRef(UnwindFlags)); in printUnwindInfo() 237 SW.printNumber("PrologSize", UI.PrologSize); in printUnwindInfo() 239 SW.printEnum("FrameRegister", UI.getFrameRegister(), in printUnwindInfo() 241 SW.printHex("FrameOffset", UI.getFrameOffset()); in printUnwindInfo() [all …]
|
D | ARMAttributeParser.cpp | 91 SW.printNumber(ARMBuildAttrs::AttrTypeAsString(Tag), in IntegerAttribute() 99 DictScope AS(SW, "Attribute"); in StringAttribute() 100 SW.printNumber("Tag", Tag); in StringAttribute() 102 SW.printString("TagName", TagName); in StringAttribute() 103 SW.printString("Value", ParseString(Data, Offset)); in StringAttribute() 110 DictScope AS(SW, "Attribute"); in PrintAttribute() 111 SW.printNumber("Tag", Tag); in PrintAttribute() 112 SW.printNumber("Value", Value); in PrintAttribute() 114 SW.printString("TagName", TagName); in PrintAttribute() 116 SW.printString("Description", ValueDesc); in PrintAttribute() [all …]
|
D | Win64EHDumper.h | 25 StreamWriter &SW; variable 56 Dumper(StreamWriter &SW) : SW(SW), OS(SW.getOStream()) {} in Dumper() argument
|
D | ARMWinEHPrinter.h | 25 StreamWriter &SW; variable 110 Decoder(StreamWriter &SW) : SW(SW), OS(SW.getOStream()) {} in Decoder() argument
|
D | ARMAttributeParser.h | 20 StreamWriter &SW; variable 116 ARMAttributeParser(StreamWriter &SW) : SW(SW) {} in ARMAttributeParser() argument
|
/external/skia/gm/ |
D | strokerects.cpp | 20 static const SkScalar SW = SkIntToScalar(W); variable 59 canvas->translate(SW * x, SH * y); in onDraw() 62 , SW - SkIntToScalar(2), SH - SkIntToScalar(2) in onDraw()
|
D | strokes.cpp | 18 static const SkScalar SW = SkIntToScalar(W); variable 62 , SW - SkIntToScalar(2), SH - SkIntToScalar(2) in onDraw() 122 SW - SkIntToScalar(2), in onDraw() 129 rotate(SkIntToScalar(15), SW/2, SH/2, canvas); in onDraw()
|
/external/openfst/src/include/fst/ |
D | arc-map.h | 770 typedef StringWeight<typename A::Label, S> SW; typedef 777 return ToArc(0, 0, GW(SW::One(), arc.weight), kNoStateId); in operator() 780 return ToArc(0, 0, GW(SW::Zero(), arc.weight), kNoStateId); in operator() 784 GW(SW::One(), arc.weight), arc.nextstate); in operator() 788 GW(SW(arc.olabel), arc.weight), arc.nextstate); in operator() 810 typedef StringWeight<Label, S> SW; typedef 822 SW w1 = arc.weight.Value1(); in operator() 868 typedef StringWeight<Label, S> SW; typedef 894 SW w1 = arc.weight.Value1(); in operator() 906 map_.insert(pair<const SW, Label>(w1, l)); in operator() [all …]
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
D | SkPdfIconFitDictionary_autogen.cpp | 11 SkString SkPdfIconFitDictionary::SW(SkPdfNativeDoc* doc) { in SW() function in SkPdfIconFitDictionary
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 104 #define SW(val, pdst) \ macro 190 #define SW(val, pdst) \ macro 211 SW(val0_m, pdst_m1); \ 212 SW(val1_m, pdst_m1 + 4); \ 258 SW(in0, (pdst)); \ 259 SW(in1, (pdst) + stride); \ 260 SW(in2, (pdst) + 2 * stride); \ 261 SW(in3, (pdst) + 3 * stride); \
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | vpx_convolve_avg_msa.c | 48 SW(out0, dst); in avg_width4_msa() 50 SW(out1, dst); in avg_width4_msa()
|
D | macros_msa.h | 112 #define SW(val, pdst) { \ macro 207 #define SW(val, pdst) { \ macro 226 SW(val0_m, pdst_m1); \ 227 SW(val1_m, pdst_m1 + 4); \ 269 SW(in0, (pdst)) \ 270 SW(in1, (pdst) + stride); \ 271 SW(in2, (pdst) + 2 * stride); \ 272 SW(in3, (pdst) + 3 * stride); \ 492 SW(out0_m, pblk_4x2_m); \ 493 SW(out1_m, pblk_4x2_m + stride); \
|
D | vpx_convolve_copy_msa.c | 215 SW(tmp, dst); in vpx_convolve_copy_msa()
|
D | intrapred_msa.c | 37 SW(src_data1, dst); in intra_predict_vert_8x8_msa() 38 SW(src_data2, (dst + 4)); in intra_predict_vert_8x8_msa()
|
/external/v8/src/mips/ |
D | constants-mips.cc | 321 case SW: in InstructionType()
|
D | assembler-mips.cc | 283 const Instr kPushRegPattern = SW | (kRegister_sp_Code << kRsShift) 292 const Instr kSwRegFpOffsetPattern = SW | (kRegister_fp_Code << kRsShift) 298 const Instr kSwRegFpNegOffsetPattern = SW | (kRegister_fp_Code << kRsShift) 639 return ((instr & kOpcodeMask) == SW); in IsSw() 1748 GenInstrImmediate(SW, rs.rm(), rd, rs.offset_); in sw() 1751 GenInstrImmediate(SW, at, rd, 0); // Equiv to sw(rd, MemOperand(at, 0)); in sw() 1997 GenInstrImmediate(SW, src.rm(), at, src.offset_ + in sdc1()
|
D | constants-mips.h | 354 SW = ((5 << 3) + 3) << kOpcodeShift, enumerator
|
/external/v8/src/mips64/ |
D | constants-mips64.cc | 341 case SW: in InstructionType()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsNaClELFStreamer.cpp | 229 case Mips::SW: in isBasePlusOffsetMemoryAccess()
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 953 const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(P->getLabel()); in checkFallThroughIntoBlock() local 954 if (SW && SW->getSubStmt() == B.getLabel() && P->begin() == P->end()) in checkFallThroughIntoBlock() 1049 if (const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(B.getLabel())) in getLastStmt() local 1050 if (!isa<SwitchCase>(SW->getSubStmt())) in getLastStmt() 1051 return SW->getSubStmt(); in getLastStmt()
|
/external/icu/icu4c/source/data/misc/ |
D | postalCodeData.txt | 59 "R|SS|ST|SW|SY|TA|TD|TF|TN|TQ|TR|TS|TW|UB|W|WA|WC|WD|WF|WN|WR|WS|WV|YO|ZE)(\d"
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.cpp | 67 if ((Opc == Mips::SW) || (Opc == Mips::SD) || in isStoreToStackSlot() 191 Opc = Mips::SW; in storeRegToStack()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_cm0_kdt_lfz3.pkb | 120 …��g�> >%��?�]���B_��uE��J;(BM�TېI_]�O��#�|����Q9a�V%�>-��r!.�1,̗oI�5SW���ŃŤZ�Bm���A��H�=…
|