HomeSort by relevance Sort by last modified time
    Searched refs:sw (Results 226 - 250 of 575) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
ANameCommand.java 37 public void apply(Switch sw)
39 ((Analysis) sw).caseANameCommand(this);
ANeExpression.java 37 public void apply(Switch sw)
39 ((Analysis) sw).caseANeExpression(this);
ANumericAddExpression.java 37 public void apply(Switch sw)
39 ((Analysis) sw).caseANumericAddExpression(this);
ANumericEqExpression.java 37 public void apply(Switch sw)
39 ((Analysis) sw).caseANumericEqExpression(this);
ANumericNeExpression.java 37 public void apply(Switch sw)
39 ((Analysis) sw).caseANumericNeExpression(this);
AOrExpression.java 37 public void apply(Switch sw)
39 ((Analysis) sw).caseAOrExpression(this);
ASubtractExpression.java 37 public void apply(Switch sw)
39 ((Analysis) sw).caseASubtractExpression(this);
AUvarCommand.java 37 public void apply(Switch sw)
39 ((Analysis) sw).caseAUvarCommand(this);
AVarCommand.java 37 public void apply(Switch sw)
39 ((Analysis) sw).caseAVarCommand(this);
Start.java 34 public void apply(Switch sw)
36 ((Analysis) sw).caseStart(this);
  /external/llvm/test/MC/Mips/
mips-expansions.s 26 # CHECK: sw $10, %lo(symbol)($1) # encoding: [A,A,0x2a,0xac]
33 # CHECK: sw $10, 57920($1) # encoding: [0x40,0xe2,0x2a,0xac]
45 sw $t2, symbol($t1)
48 sw $t2, 123456($t1)
  /packages/apps/Browser/src/com/android/browser/view/
PieItem.java 113 public void setGeometry(float st, float sw, int inside, int outside) {
115 sweep = sw;
  /external/chromium_org/third_party/skia/src/effects/
SkBlurMask.cpp 414 int sw, int sh) {
415 dstRB -= sw;
416 srcRB -= sw;
417 blurRB -= sw;
419 for (int x = sw - 1; x >= 0; --x) {
433 int sw, int sh,
439 for (x = sw - 1; x >= 0; --x) {
448 for (x = sw - 1; x >= 0; --x) {
460 dst += dstRowBytes - sw;
461 src += srcRowBytes - sw;
525 int sw = src.fBounds.width(); local
733 int sw = SkScalarFloorToInt(src.width()); local
    [all...]
  /external/skia/src/effects/
SkBlurMask.cpp 414 int sw, int sh) {
415 dstRB -= sw;
416 srcRB -= sw;
417 blurRB -= sw;
419 for (int x = sw - 1; x >= 0; --x) {
433 int sw, int sh,
439 for (x = sw - 1; x >= 0; --x) {
448 for (x = sw - 1; x >= 0; --x) {
460 dst += dstRowBytes - sw;
461 src += srcRowBytes - sw;
525 int sw = src.fBounds.width(); local
733 int sw = SkScalarFloorToInt(src.width()); local
    [all...]
  /external/jdiff/src/jdiff/
HTMLIndexes.java 142 char sw = entry.name_.charAt(0); local
143 char swu = Character.toUpperCase(sw);
146 if (Character.toUpperCase(sw) != Character.toUpperCase(currChar)) {
153 oldsw = sw;
297 char sw = pkg.name_.charAt(0); local
298 if (Character.toUpperCase(sw) != Character.toUpperCase(oldsw)) {
300 res = sw;
494 char sw = cls.name_.charAt(0); local
495 if (Character.toUpperCase(sw) != Character.toUpperCase(oldsw)) {
496 res = sw;
597 char sw = ctor.name_.charAt(0); local
697 char sw = meth.name_.charAt(0); local
813 char sw = fld.name_.charAt(0); local
    [all...]
  /external/valgrind/main/none/tests/mips32/
LoadStore.stdout.exp 115 sw
116 sw $t0, 0($t1) :: RTval: 0x0, out: 0x0
117 sw $t0, 0($t1) :: RTval: 0x0, out: 0x0
118 sw $t0, 0($t1) :: RTval: 0x31415927, out: 0x31415927
119 sw $t0, 0($t1) :: RTval: 0x31415927, out: 0x31415927
120 sw $t0, 0($t1) :: RTval: 0x7fffffff, out: 0x7fffffff
121 sw $t0, 0($t1) :: RTval: 0x7fffffff, out: 0x7fffffff
122 sw $t0, 0($t1) :: RTval: 0x80000000, out: 0x80000000
123 sw $t0, 0($t1) :: RTval: 0x80000000, out: 0x80000000
124 sw $t0, 2($t1) :: RTval: 0x80000000, out: 0x8000000
    [all...]
LoadStore1.stdout.exp 115 sw
116 sw $t0, 1($t1) :: RTval: 0x0, out: 0x0
117 sw $t0, 1($t1) :: RTval: 0x0, out: 0x0
118 sw $t0, 3($t1) :: RTval: 0x31415927, out: 0x31415927
119 sw $t0, 3($t1) :: RTval: 0x31415927, out: 0x31415927
120 sw $t0, 5($t1) :: RTval: 0x7fffffff, out: 0x7fffffff
121 sw $t0, 5($t1) :: RTval: 0x7fffffff, out: 0x7fffffff
122 sw $t0, 7($t1) :: RTval: 0x80000000, out: 0x80000000
123 sw $t0, 7($t1) :: RTval: 0x80000000, out: 0x80000000
124 sw $t0, 9($t1) :: RTval: 0x80000000, out: 0x8000000
    [all...]
  /dalvik/vm/mterp/mips/
OP_FILLED_NEW_ARRAY.S 55 sw v0, offThread_retval(rSELF) # retval.l <- new array
56 sw rINST, (offThread_retval+4)(rSELF) # retval.h <- type
71 sw a3, (a0) # *contents++ = vX
82 sw a3, 16(a0) # contents[4] = vA
88 sw a3, 0(a0) # *contents++ = vX
  /dalvik/vm/compiler/template/mips/
header.S 145 #define SAVE_PC_TO_SELF() sw rPC, offThread_pc(rSELF)
147 #define SAVE_FP_TO_SELF() sw rFP, offThread_curFrame(rSELF)
150 sw rPC, (offStackSaveArea_currentPc - sizeofStackSaveArea)(rFP)
187 #define STORE(rd, rbase) sw rd, 0(rbase)
203 sw rd, 0(t8); \
257 .set noat; sw rd, 0(AT); .set at
261 #define STORE_RB_OFF(rd,rbase,off) sw rd, off(rbase)
265 #define STORE64_off(rlo,rhi,rbase,off) sw rlo, off(rbase); \
266 sw rhi, (off+4)(rbase)
276 #define STORE64_off(rlo,rhi,rbase,off) sw rlo, (off+4)(rbase);
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-gap-resolver-mips.cc 194 __ sw(kLithiumScratchReg, cgen_->ToMemOperand(saved_destination_));
223 __ sw(source_register, cgen_->ToMemOperand(destination));
242 __ sw(at, destination_operand);
246 __ sw(kLithiumScratchReg, destination_operand);
277 __ sw(kLithiumScratchReg, cgen_->ToMemOperand(destination));
305 __ sw(kLithiumScratchReg, destination_operand);
307 __ sw(kLithiumScratchReg, destination_high_operand);
  /external/chromium_org/v8/test/cctest/
test-assembler-mips.cc 429 __ sw(t2, MemOperand(a0, OFFSET_OF(T, i)) );
434 __ sw(t3, MemOperand(a0, OFFSET_OF(T, j)) );
494 __ sw(t0, MemOperand(a0, OFFSET_OF(T, r1)) );
498 __ sw(t1, MemOperand(a0, OFFSET_OF(T, r2)) );
502 __ sw(t2, MemOperand(a0, OFFSET_OF(T, r3)) );
506 __ sw(t3, MemOperand(a0, OFFSET_OF(T, r4)) );
510 __ sw(t4, MemOperand(a0, OFFSET_OF(T, r5)) );
515 __ sw(t5, MemOperand(a0, OFFSET_OF(T, r6)) );
571 __ sw(zero_reg, MemOperand(a0, OFFSET_OF(T, result)) );
584 __ sw(zero_reg, MemOperand(a0, OFFSET_OF(T, result)) )
    [all...]
  /external/v8/test/cctest/
test-assembler-mips.cc 433 __ sw(t2, MemOperand(a0, OFFSET_OF(T, i)) );
438 __ sw(t3, MemOperand(a0, OFFSET_OF(T, j)) );
498 __ sw(t0, MemOperand(a0, OFFSET_OF(T, r1)) );
502 __ sw(t1, MemOperand(a0, OFFSET_OF(T, r2)) );
506 __ sw(t2, MemOperand(a0, OFFSET_OF(T, r3)) );
510 __ sw(t3, MemOperand(a0, OFFSET_OF(T, r4)) );
514 __ sw(t4, MemOperand(a0, OFFSET_OF(T, r5)) );
519 __ sw(t5, MemOperand(a0, OFFSET_OF(T, r6)) );
577 __ sw(zero_reg, MemOperand(a0, OFFSET_OF(T, result)) );
590 __ sw(zero_reg, MemOperand(a0, OFFSET_OF(T, result)) )
    [all...]
  /external/v8/src/mips/
builtins-mips.cc 140 __ sw(scratch1, FieldMemOperand(result, JSObject::kMapOffset));
142 __ sw(scratch1, FieldMemOperand(result, JSArray::kPropertiesOffset));
145 __ sw(scratch3, FieldMemOperand(result, JSArray::kLengthOffset));
148 __ sw(scratch1, FieldMemOperand(result, JSArray::kElementsOffset));
157 __ sw(scratch1, FieldMemOperand(result, JSArray::kElementsOffset));
169 __ sw(scratch3, MemOperand(scratch1));
173 __ sw(scratch3, MemOperand(scratch1));
182 __ sw(scratch3, MemOperand(scratch1, i * kPointerSize));
189 __ sw(scratch3, MemOperand(scratch1));
244 __ sw(elements_array_storage, FieldMemOperand(result, JSObject::kMapOffset))
    [all...]
  /external/qemu/audio/
audio_int.h 161 int (*write) (SWVoiceOut *sw, void *buf, int size);
167 int (*read) (SWVoiceIn *sw, void *buf, int size);
185 SWVoiceOut sw; member in struct:SWVoiceCap
221 int audio_pcm_sw_write (SWVoiceOut *sw, void *buf, int len);
224 int audio_pcm_sw_read (SWVoiceIn *sw, void *buf, int len);
  /external/pixman/pixman/
pixman-mips-dspr2-asm.S 59 sw a2, 0(a0)
60 sw a2, 4(a0)
61 sw a2, 8(a0)
62 sw a2, 12(a0)
63 sw a2, 16(a0)
64 sw a2, 20(a0)
65 sw a2, 24(a0)
66 sw a2, 28(a0)
70 sw a2, 0(a0)
71 sw a2, 4(a0
    [all...]

Completed in 716 milliseconds

1 2 3 4 5 6 7 8 91011>>