Searched refs:sw1 (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
H A Dd3basics.c512 Word sw1, sw2; local
610 sw1 = (Word)read_leb128S( &expr );
611 PUSH( a1 + sw1 );
628 sw1 = (Word)read_leb128S( &expr );
629 a1 += sw1;
639 sw1 = (Word)read_leb128S( &expr );
640 a1 += sw1;
787 POP(sw1);
788 if (sw1 < 0)
789 sw1
[all...]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DSQLWarningTest.java322 SQLWarning sw1 = new SQLWarning("reason", "SQLState", 1);
328 sw.setNextWarning(sw1);
329 assertSame(sw1, sw.getNextException());
330 assertSame(sw1, sw.getNextWarning());
333 assertSame(sw2, sw1.getNextException());
334 assertSame(sw2, sw1.getNextWarning());
/external/libnfc-nci/src/nfc/tags/
H A Drw_t4t.c73 static void rw_t4t_handle_error (tNFC_STATUS status, UINT8 sw1, UINT8 sw2);
532 static void rw_t4t_handle_error (tNFC_STATUS status, UINT8 sw1, UINT8 sw2) argument
538 RW_TRACE_DEBUG4 ("rw_t4t_handle_error (): status:0x%02X, sw1:0x%02X, sw2:0x%02X, state:0x%X",
539 status, sw1, sw2, p_t4t->state);
547 rw_data.t4t_sw.sw1 = sw1;
/external/qemu/audio/
H A Daudio.c1569 SWVoiceOut *sw1; local
1573 sw1 = sw->entries.le_next;
1580 sw = sw1;
2171 SWVoiceOut *sw = cap->hw.sw_head.lh_first, *sw1; local
2179 sw1 = sw->entries.le_next;
2187 sw = sw1;
/external/libnfc-nci/src/nfc/include/
H A Drw_api.h202 UINT8 sw1; member in struct:__anon24332

Completed in 2926 milliseconds