HomeSort by relevance Sort by last modified time
    Searched refs:sw (Results 1 - 25 of 448) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/compiler/template/mips/
TEMPLATE_SAVE_STATE.S 17 sw a1, 0(a0) # save regMap
20 sw zero, r_ZERO*4(a0) # save zero
23 sw AT, r_AT*4(a0) # save at
25 sw v0, r_V0*4(a0) # save v0
26 sw v1, r_V1*4(a0) # save v1
29 sw a1, r_A0*4(a0) # save a0
31 sw a1, r_A1*4(a0) # save a1
32 sw a2, r_A2*4(a0) # save a2
33 sw a3, r_A3*4(a0) # save a3
35 sw t0, r_T0*4(a0) # save t
    [all...]
TEMPLATE_MONITOR_ENTER.S 14 sw zero, offThread_inJitCodeCache(a0) # record that we're not returning
TEMPLATE_MONITOR_ENTER_DEBUG.S 14 sw zero, offThread_inJitCodeCache(a0) # record that we're not returning
TEMPLATE_MEM_OP_DECODE.S 12 sw f0, fr0*-4(sp) # push f0
13 sw f1, fr1*-4(sp) # push f1
14 sw f2, fr2*-4(sp) # push f2
15 sw f3, fr3*-4(sp) # push f3
16 sw f4, fr4*-4(sp) # push f4
17 sw f5, fr5*-4(sp) # push f5
18 sw f6, fr6*-4(sp) # push f6
19 sw f7, fr7*-4(sp) # push f7
20 sw f8, fr8*-4(sp) # push f8
21 sw f9, fr9*-4(sp) # push f
    [all...]
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-mips32-linux.S 70 sw $31, 0($29)
73 sw $5, 4($29)
76 sw $16, 8($29)
77 sw $17, 12($29)
78 sw $18, 16($29)
79 sw $19, 20($29)
80 sw $20, 24($29)
81 sw $21, 28($29)
82 sw $22, 32($29)
83 sw $23, 36($29
    [all...]
  /system/core/libcutils/tests/memset_mips/
android_memset_test.S 79 sw $a1,-64($a0)
80 sw $a1,-60($a0)
81 sw $a1,-56($a0)
82 sw $a1,-52($a0)
83 sw $a1,-48($a0)
84 sw $a1,-44($a0)
85 sw $a1,-40($a0)
86 sw $a1,-36($a0)
87 sw $a1,-32($a0)
88 sw $a1,-28($a0
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
Switchable.java 7 void apply(Switch sw);
EOF.java 28 public void apply(Switch sw)
30 ((Analysis) sw).caseEOF(this);
  /packages/inputmethods/LatinIME/native/jni/src/
words_priority_queue.cpp 28 SuggestedWord *sw = mSuggestions.top(); local
30 AKLOGI("dump word. %d", sw->mScore);
31 DUMP_WORD(sw->mWord, sw->mWordLength);
33 swBuffer[index] = sw;
59 SuggestedWord *sw = swBuffer[i]; local
60 if (!sw) {
64 const int wordLength = sw->mWordLength;
66 frequencies[i] = sw->mScore;
67 outputTypes[i] = sw->mType
    [all...]
words_priority_queue.h 60 SuggestedWord *sw = 0; local
62 sw = mSuggestions.top();
63 const int minScore = sw->mScore;
67 sw->mUsed = false;
70 if (sw == 0) {
71 sw = getFreeSuggestedWord(score, word, wordLength, type);
73 sw->setParams(score, word, wordLength, type);
75 if (sw == 0) {
83 mSuggestions.push(sw);
84 if (!mHighestSuggestedWord || mHighestSuggestedWord->mScore < sw->mScore)
102 SuggestedWord *sw = mSuggestions.top(); local
    [all...]
  /external/qemu/audio/
audio_template.h 30 #define SW SWVoiceOut
35 #define SW SWVoiceIn
93 static void glue (audio_pcm_sw_free_resources_, TYPE) (SW *sw)
95 if (sw->buf) {
96 qemu_free (sw->buf);
99 if (sw->rate) {
100 st_rate_stop (sw->rate);
103 sw->buf = NULL;
104 sw->rate = NULL
347 SW *sw; local
    [all...]
audio.c 42 #define SW_NAME(sw) (sw)->name ? (sw)->name : "unknown"
851 SWVoiceOut *sw; local
854 for (sw = hw->sw_head.lh_first; sw; sw = sw->entries.le_next) {
855 if (sw->active) {
869 SWVoiceOut *sw = &sc->sw local
899 SWVoiceOut *sw; local
942 SWVoiceIn *sw; local
1066 SWVoiceOut *sw; local
1449 SWVoiceOut *sw = &sc->sw; local
1481 SWVoiceOut *sw; local
1591 SWVoiceIn *sw; local
1622 SWVoiceOut *sw; local
2171 SWVoiceOut *sw = cap->hw.sw_head.lh_first, *sw1; local
    [all...]
audio.h 109 SWVoiceOut *sw,
116 void AUD_close_out (QEMUSoundCard *card, SWVoiceOut *sw);
117 int AUD_write (SWVoiceOut *sw, void *pcm_buf, int size);
118 int AUD_get_buffer_size_out (SWVoiceOut *sw);
119 void AUD_set_active_out (SWVoiceOut *sw, int on);
120 int AUD_is_active_out (SWVoiceOut *sw);
122 void AUD_init_time_stamp_out (SWVoiceOut *sw, QEMUAudioTimeStamp *ts);
123 uint64_t AUD_get_elapsed_usec_out (SWVoiceOut *sw, QEMUAudioTimeStamp *ts);
125 void AUD_set_volume_out (SWVoiceOut *sw, int mute, uint8_t lvol, uint8_t rvol);
126 void AUD_set_volume_in (SWVoiceIn *sw, int mute, uint8_t lvol, uint8_t rvol)
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syscall-mips32-linux.S 81 sw $4, 52($29)
82 sw $5, 48($29)
83 sw $6, 44($29)
84 sw $7, 40($29)
85 sw $31, 36($29)
86 sw $30, 32($29)
87 sw $16, 28($29)
88 sw $17, 24($29)
89 sw $18, 20($29)
90 sw $19, 16($29
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
StringWriterTest.java 25 StringWriter sw; field in class:StringWriterTest
41 sw.close();
52 sw.flush();
53 sw.write('c');
54 assertEquals("Failed to flush char", "c", sw.toString());
64 sw.write("This is a test string");
65 StringBuffer sb = sw.getBuffer();
75 sw.write("This is a test string");
77 "This is a test string", sw.toString());
87 sw.write(c, 0, 21)
    [all...]
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
MyCertPathValidatorSpi.java 38 private int sw = 0; field in class:MyCertPathValidatorSpi
42 ++sw;
44 if ((sw % 2) == 0) {
49 if ((sw % 3) == 0) {
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
MyCertPathValidatorSpi.java 39 private int sw = 0; field in class:MyCertPathValidatorSpi
43 ++sw;
45 if ((sw % 2) == 0) {
50 if ((sw % 3) == 0) {
  /development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
ClassSourcerTest.java 48 StringWriter sw = new StringWriter(); local
51 ClassSourcer jw = new ClassSourcer(new Output(sw));
73 sw.toString());
78 StringWriter sw = new StringWriter(); local
81 ClassSourcer jw = new ClassSourcer(new Output(sw));
101 sw.toString());
106 StringWriter sw = new StringWriter(); local
109 ClassSourcer jw = new ClassSourcer(new Output(sw));
136 sw.toString());
  /external/openssl/crypto/bn/asm/
mips-mont.S 28 sw $30,(14-1)*4($29)
29 sw $23,(14-2)*4($29)
30 sw $22,(14-3)*4($29)
31 sw $21,(14-4)*4($29)
32 sw $20,(14-5)*4($29)
33 sw $19,(14-6)*4($29)
34 sw $18,(14-7)*4($29)
35 sw $17,(14-8)*4($29)
36 sw $16,(14-9)*4($29)
98 sw $24,($15
    [all...]
  /external/valgrind/main/helgrind/tests/
locked_vs_unlocked1.c 26 int sw = argc > 1; local
29 if (pthread_create(&child1, NULL, child_fn, (void*)(long)(sw ? 0 : 1))) {
34 if (pthread_create(&child2, NULL, child_fn, (void*)(long)(sw ? 1 : 0))) {
  /frameworks/base/core/java/com/android/internal/util/
DumpUtils.java 39 final StringWriter sw = new StringWriter(); local
43 PrintWriter lpw = new PrintWriter(sw);
48 pw.print(sw.toString());
  /external/valgrind/main/none/tests/amd64/
insn_mmx.def 28 packssdw mm.sd[12345,123456] mm.sd[-12345,-123456] => 1.sw[-12345,-32768,12345,32767]
29 packssdw m64.sd[12345,123456] mm.sd[-12345,-123456] => 1.sw[-12345,-32768,12345,32767]
30 packsswb mm.sw[123,-123,1234,-1234] mm.sw[21,-21,321,-321] => 1.sb[21,-21,127,-128,123,-123,127,-128]
31 packsswb m64.sw[123,-123,1234,-1234] mm.sw[21,-21,321,-321] => 1.sb[21,-21,127,-128,123,-123,127,-128]
32 packuswb mm.sw[123,-123,1234,-1234] mm.sw[21,-21,321,-321] => 1.ub[21,0,255,0,123,0,255,0]
33 packuswb m64.sw[123,-123,1234,-1234] mm.sw[21,-21,321,-321] => 1.ub[21,0,255,0,123,0,255,0
    [all...]
  /frameworks/base/core/jni/android/opengl/
poly.h 35 float sx, sy, sz, sw; /* screen space position (sometimes homo.) */ member in struct:android::__anon19664
  /dalvik/vm/mterp/mips/
OP_RETURN.S 11 sw a0, offThread_retval(rSELF) # retval.i <- vAA
  /libcore/luni/src/test/java/libcore/java/io/
OldStringWriterTest.java 25 StringWriter sw; field in class:OldStringWriterTest
45 sw = new StringWriter();

Completed in 649 milliseconds

1 2 3 4 5 6 7 8 91011>>