Searched refs:sw1 (Results 1 – 3 of 3) sorted by relevance
499 Word sw1, sw2; in ML_() local597 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 …]
322 SQLWarning sw1 = new SQLWarning("reason", "SQLState", 1); in test_setNextWarning_SQLWarning() local328 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()
1569 SWVoiceOut *sw1; in audio_run_out() local1573 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() local2179 sw1 = sw->entries.le_next; in AUD_del_capture()2187 sw = sw1; in AUD_del_capture()