Home
last modified time | relevance | path

Searched refs:sw1 (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
Dd3basics.c499 Word sw1, sw2; in ML_() local
597 sw1 = (Word)read_leb128S( &expr ); in ML_()
598 PUSH( a1 + sw1 ); in ML_()
615 sw1 = (Word)read_leb128S( &expr ); in ML_()
616 a1 += sw1; in ML_()
626 sw1 = (Word)read_leb128S( &expr ); in ML_()
627 a1 += sw1; in ML_()
774 POP(sw1); in ML_()
775 if (sw1 < 0) in ML_()
776 sw1 = -sw1; in ML_()
[all …]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DSQLWarningTest.java322 SQLWarning sw1 = new SQLWarning("reason", "SQLState", 1); in test_setNextWarning_SQLWarning() local
328 sw.setNextWarning(sw1); in test_setNextWarning_SQLWarning()
329 assertSame(sw1, sw.getNextException()); in test_setNextWarning_SQLWarning()
330 assertSame(sw1, sw.getNextWarning()); in test_setNextWarning_SQLWarning()
333 assertSame(sw2, sw1.getNextException()); in test_setNextWarning_SQLWarning()
334 assertSame(sw2, sw1.getNextWarning()); in test_setNextWarning_SQLWarning()
/external/qemu/audio/
Daudio.c1569 SWVoiceOut *sw1; in audio_run_out() local
1573 sw1 = sw->entries.le_next; in audio_run_out()
1580 sw = sw1; in audio_run_out()
2171 SWVoiceOut *sw = cap->hw.sw_head.lh_first, *sw1; in AUD_del_capture() local
2179 sw1 = sw->entries.le_next; in AUD_del_capture()
2187 sw = sw1; in AUD_del_capture()