HomeSort by relevance Sort by last modified time
    Searched defs:SW (Results 1 - 20 of 20) sorted by null

  /external/llvm/tools/llvm-readobj/
ARMAttributeParser.h 20 StreamWriter &SW;
116 ARMAttributeParser(StreamWriter &SW) : SW(SW) {}
ARMWinEHPrinter.h 25 StreamWriter &SW;
110 Decoder(StreamWriter &SW) : SW(SW), OS(SW.getOStream()) {}
Win64EHDumper.h 25 StreamWriter &SW;
56 Dumper(StreamWriter &SW) : SW(SW), OS(SW.getOStream()) {}
ARMEHABIPrinter.h 29 StreamWriter &SW;
66 OpcodeDecoder(StreamWriter &SW) : SW(SW), OS(SW.getOStream()) {}
97 SW.startLine() << format("0x%02X ; vsp = vsp + %u\n", Opcode,
102 SW.startLine() << format("0x%02X ; vsp = vsp - %u\n", Opcode,
111 SW.startLine()
120 SW.startLine() << format("0x%02X ; reserved (ARM MOVrr)\n", Opcode);
124 SW.startLine() << format("0x%02X ; reserved (WiMMX MOVrr)\n", Opcode)
    [all...]
  /external/skia/gm/
strokerects.cpp 20 static const SkScalar SW = SkIntToScalar(W);
59 canvas->translate(SW * x, SH * y);
62 , SW - SkIntToScalar(2), SH - SkIntToScalar(2)
strokes.cpp 18 static const SkScalar SW = SkIntToScalar(W);
62 , SW - SkIntToScalar(2), SH - SkIntToScalar(2)
312 SW - SkIntToScalar(2),
319 rotate(SkIntToScalar(15), SW/2, SH/2, canvas);
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 13 SW='sw'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 13 SW='sw'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 13 SW='sw'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 13 SW='sw'
  /prebuilts/go/darwin-x86/test/bench/shootout/
meteor-contest.c 80 #define SW 4
93 { E, E, SE, SW},
94 { E, E, SW, SE},
96 { E, E, SW, E},
100 { E, E, E, SW}
150 case SW:
205 case SW:
319 if(!out_of_bounds(index, SW))
320 fill_contiguous_space(board, shift(index, SW));
  /prebuilts/go/linux-x86/test/bench/shootout/
meteor-contest.c 80 #define SW 4
93 { E, E, SE, SW},
94 { E, E, SW, SE},
96 { E, E, SW, E},
100 { E, E, E, SW}
150 case SW:
205 case SW:
319 if(!out_of_bounds(index, SW))
320 fill_contiguous_space(board, shift(index, SW));
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java 114 CodecFactory SW = new SWCodecFactory();
129 return chain(H264(SW), HEVC(SW), VP8(SW), VP9(SW), Mpeg4(SW), H263(SW));
200 public void onlyH264SW() { ex(H264(SW), allTests); }
201 public void onlyHEVCSW() { ex(HEVC(SW), allTests); }
202 public void onlyVP8SW() { ex(VP8(SW), allTests);
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp     [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h 104 #define SW(val, pdst) \
110 "sw %[val_m], %[pdst_m] \n\t" \
190 #define SW(val, pdst) \
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); \
    [all...]
  /external/pcre/dist/sljit/
sljitNativeMIPS_common.c 173 #define SW (HI(43))
528 #define STACK_STORE SW
672 /* u w s */ ARCH_32_64(HI(43) /* sw */, HI(63) /* sd */),
678 /* u i s */ HI(43) /* sw */,
681 /* s w s */ ARCH_32_64(HI(43) /* sw */, HI(63) /* sd */),
687 /* s i s */ HI(43) /* sw */,
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp 167 mMips->SW(R_s0, R_sp, 0);
168 mMips->SW(R_s1, R_sp, 4);
169 mMips->SW(R_s2, R_sp, 8);
170 mMips->SW(R_s3, R_sp, 12);
171 mMips->SW(R_s4, R_sp, 16);
843 Rn = R_sp; // convert STR thru Arm SP to SW thru Mips SP
849 mMips->SW(Rd, Rn, 0);
852 mMips->SW(Rd, Rn, amode.value);
856 mMips->SW(Rd, Rn, 0);
862 mMips->SW(Rd, R_at, 0)
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
macros_msa.h 112 #define SW(val, pdst) { \
117 "sw %[val_m], %[pdst_m] \n\t" \
207 #define SW(val, pdst) { \
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);
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
h8300.h     [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 1108 milliseconds