Searched refs:rs (Results 1 - 25 of 92) sorted by relevance

1234

/external/qemu/
H A Dreadline.c34 void readline_show_prompt(ReadLineState *rs) argument
36 monitor_printf(rs->mon, "%s", rs->prompt);
37 monitor_flush(rs->mon);
38 rs->last_cmd_buf_index = 0;
39 rs->last_cmd_buf_size = 0;
40 rs->esc_state = IS_NORM;
44 static void readline_update(ReadLineState *rs) argument
48 if (rs->cmd_buf_size != rs
83 readline_insert_char(ReadLineState *rs, int ch) argument
95 readline_backward_char(ReadLineState *rs) argument
102 readline_forward_char(ReadLineState *rs) argument
109 readline_delete_char(ReadLineState *rs) argument
119 readline_backspace(ReadLineState *rs) argument
127 readline_backword(ReadLineState *rs) argument
166 readline_bol(ReadLineState *rs) argument
171 readline_eol(ReadLineState *rs) argument
176 readline_up_char(ReadLineState *rs) argument
198 readline_down_char(ReadLineState *rs) argument
213 readline_hist_add(ReadLineState *rs, const char *cmdline) argument
264 readline_add_completion(ReadLineState *rs, const char *str) argument
271 readline_set_completion_index(ReadLineState *rs, int index) argument
276 readline_completion(ReadLineState *rs) argument
343 readline_handle_byte(ReadLineState *rs, int ch) argument
443 readline_start(ReadLineState *rs, const char *prompt, int read_password, ReadLineFunc *readline_func, void *opaque) argument
453 readline_restart(ReadLineState *rs) argument
459 readline_get_history(ReadLineState *rs, unsigned int index) argument
469 ReadLineState *rs = qemu_mallocz(sizeof(*rs)); local
478 readline_free(ReadLineState *rs) argument
[all...]
H A Dreadline.h40 void readline_add_completion(ReadLineState *rs, const char *str);
41 void readline_set_completion_index(ReadLineState *rs, int completion_index);
43 const char *readline_get_history(ReadLineState *rs, unsigned int index);
45 void readline_handle_byte(ReadLineState *rs, int ch);
47 void readline_start(ReadLineState *rs, const char *prompt, int read_password,
49 void readline_restart(ReadLineState *rs);
50 void readline_show_prompt(ReadLineState *rs);
55 void readline_free(ReadLineState *rs);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_rfc.c102 static void cleanup_rfc_slot(rfc_slot_t* rs);
107 static inline BOOLEAN send_app_scn(rfc_slot_t* rs);
253 rfc_slot_t* rs = find_free_slot(); local
254 if(rs)
262 rs->fd = fds[0];
263 rs->app_fd = fds[1];
264 rs->security = security;
265 rs->scn = channel;
267 memcpy(rs->service_uuid, uuid, sizeof(rs
329 rfc_slot_t* rs = alloc_rfc_slot(NULL, service_name, service_uuid, channel, flags, TRUE); local
355 rfc_slot_t* rs = alloc_rfc_slot(bd_addr, NULL, service_uuid, channel, flags, FALSE); local
404 create_server_sdp_record(rfc_slot_t* rs) argument
465 free_rfc_slot_scn(rfc_slot_t* rs) argument
478 cleanup_rfc_slot(rfc_slot_t* rs) argument
511 send_app_scn(rfc_slot_t* rs) argument
550 rfc_slot_t* rs = find_rfc_slot_by_id(id); local
565 rfc_slot_t* rs = find_rfc_slot_by_id(id); local
612 rfc_slot_t* rs = find_rfc_slot_by_id(id); local
636 rfc_slot_t* rs = find_rfc_slot_by_id(id); local
652 rfc_slot_t* rs = find_rfc_slot_by_id(id); local
663 rfc_slot_t* rs = find_rfc_slot_by_id(id); local
733 rfc_slot_t* rs = find_rfc_slot_by_id(id); local
745 rfc_slot_t* rs = NULL; local
831 flush_incoming_que_on_wr_signal(rfc_slot_t* rs) argument
863 rfc_slot_t* rs = find_rfc_slot_by_id(user_id); local
913 rfc_slot_t* rs = find_rfc_slot_by_id(id); local
946 rfc_slot_t* rs = find_rfc_slot_by_id(id); local
968 rfc_slot_t* rs = find_rfc_slot_by_id(id); local
[all...]
/external/icu4c/samples/layout/
H A Drsurface.cpp19 RenderingSurface *rs = (RenderingSurface *) surface; local
21 rs->drawGlyphs((const LEFontInstance *) font, glyphs, count, positions, x, y, width, height);
H A Dgdiglue.cpp44 GDISurface *rs = (GDISurface *) surface; local
46 rs->setHDC(hdc);
51 GDISurface *rs = (GDISurface *) surface; local
53 delete rs;
H A Dgnomeglue.cpp47 GnomeSurface *rs = (GnomeSurface *) surface; local
49 delete rs;
/external/v8/src/mips/
H A Ddisasm-mips.cc319 if (format[1] == 's') { // 'rs: Rs register.
624 Format(instr, "jr 'rs");
627 Format(instr, "jalr 'rs");
650 Format(instr, "sllv 'rd, 'rt, 'rs");
654 Format(instr, "srlv 'rd, 'rt, 'rs");
657 Format(instr, "rotrv 'rd, 'rt, 'rs");
664 Format(instr, "srav 'rd, 'rt, 'rs");
673 Format(instr, "mult 'rs, 'rt");
676 Format(instr, "multu 'rs, 'rt");
679 Format(instr, "div 'rs, 'r
[all...]
H A Dassembler-mips.h677 void beq(Register rs, Register rt, int16_t offset);
678 void beq(Register rs, Register rt, Label* L) { argument
679 beq(rs, rt, branch_offset(L, false) >> 2);
681 void bgez(Register rs, int16_t offset);
682 void bgezal(Register rs, int16_t offset);
683 void bgtz(Register rs, int16_t offset);
684 void blez(Register rs, int16_t offset);
685 void bltz(Register rs, int16_t offset);
686 void bltzal(Register rs, int16_t offset);
687 void bne(Register rs, Registe
688 bne(Register rs, Register rt, Label* L) argument
[all...]
H A Dassembler-mips.cc371 Register rs; local
372 rs.code_ = (instr & kRsFieldMask) >> kRsShift;
373 return rs;
583 uint32_t rs = GetRs(instr);
592 rs == static_cast<uint32_t>(ToNumber(zero_reg)) &&
854 Register rs,
859 ASSERT(rd.is_valid() && rs.is_valid() && rt.is_valid() && is_uint5(sa));
860 Instr instr = opcode | (rs.code() << kRsShift) | (rt.code() << kRtShift)
867 Register rs,
872 ASSERT(rs
853 GenInstrRegister(Opcode opcode, Register rs, Register rt, Register rd, uint16_t sa, SecondaryField func) argument
866 GenInstrRegister(Opcode opcode, Register rs, Register rt, uint16_t msb, uint16_t lsb, SecondaryField func) argument
922 GenInstrImmediate(Opcode opcode, Register rs, Register rt, int32_t j) argument
933 GenInstrImmediate(Opcode opcode, Register rs, SecondaryField SF, int32_t j) argument
943 GenInstrImmediate(Opcode opcode, Register rs, FPURegister ft, int32_t j) argument
1070 beq(Register rs, Register rt, int16_t offset) argument
1077 bgez(Register rs, int16_t offset) argument
1084 bgezal(Register rs, int16_t offset) argument
1092 bgtz(Register rs, int16_t offset) argument
1099 blez(Register rs, int16_t offset) argument
1106 bltz(Register rs, int16_t offset) argument
1113 bltzal(Register rs, int16_t offset) argument
1121 bne(Register rs, Register rt, int16_t offset) argument
1139 jr(Register rs) argument
1161 jalr(Register rs, Register rd) argument
1169 j_or_jr(int32_t target, Register rs) argument
1182 jal_or_jalr(int32_t target, Register rs) argument
1199 addu(Register rd, Register rs, Register rt) argument
1204 addiu(Register rd, Register rs, int32_t j) argument
1209 subu(Register rd, Register rs, Register rt) argument
1214 mul(Register rd, Register rs, Register rt) argument
1219 mult(Register rs, Register rt) argument
1224 multu(Register rs, Register rt) argument
1229 div(Register rs, Register rt) argument
1234 divu(Register rs, Register rt) argument
1241 and_(Register rd, Register rs, Register rt) argument
1246 andi(Register rt, Register rs, int32_t j) argument
1252 or_(Register rd, Register rs, Register rt) argument
1257 ori(Register rt, Register rs, int32_t j) argument
1263 xor_(Register rd, Register rs, Register rt) argument
1268 xori(Register rt, Register rs, int32_t j) argument
1274 nor(Register rd, Register rs, Register rt) argument
1293 sllv(Register rd, Register rt, Register rs) argument
1303 srlv(Register rd, Register rt, Register rs) argument
1313 srav(Register rd, Register rt, Register rs) argument
1328 rotrv(Register rd, Register rt, Register rs) argument
1349 lb(Register rd, const MemOperand& rs) argument
1359 lbu(Register rd, const MemOperand& rs) argument
1369 lh(Register rd, const MemOperand& rs) argument
1379 lhu(Register rd, const MemOperand& rs) argument
1389 lw(Register rd, const MemOperand& rs) argument
1399 lwl(Register rd, const MemOperand& rs) argument
1404 lwr(Register rd, const MemOperand& rs) argument
1409 sb(Register rd, const MemOperand& rs) argument
1419 sh(Register rd, const MemOperand& rs) argument
1429 sw(Register rd, const MemOperand& rs) argument
1439 swl(Register rd, const MemOperand& rs) argument
1444 swr(Register rd, const MemOperand& rs) argument
1489 tge(Register rs, Register rt, uint16_t code) argument
1497 tgeu(Register rs, Register rt, uint16_t code) argument
1505 tlt(Register rs, Register rt, uint16_t code) argument
1513 tltu(Register rs, Register rt, uint16_t code) argument
1522 teq(Register rs, Register rt, uint16_t code) argument
1530 tne(Register rs, Register rt, uint16_t code) argument
1551 slt(Register rd, Register rs, Register rt) argument
1556 sltu(Register rd, Register rs, Register rt) argument
1561 slti(Register rt, Register rs, int32_t j) argument
1566 sltiu(Register rt, Register rs, int32_t j) argument
1572 movz(Register rd, Register rs, Register rt) argument
1577 movn(Register rd, Register rs, Register rt) argument
1582 movt(Register rd, Register rs, uint16_t cc) argument
1589 movf(Register rd, Register rs, uint16_t cc) argument
1597 clz(Register rd, Register rs) argument
1603 ins_(Register rt, Register rs, uint16_t pos, uint16_t size) argument
1611 ext_(Register rt, Register rs, uint16_t pos, uint16_t size) argument
[all...]
H A Dmacro-assembler-mips.cc543 void MacroAssembler::Addu(Register rd, Register rs, const Operand& rt) { argument
545 addu(rd, rs, rt.rm());
548 addiu(rd, rs, rt.imm32_);
551 ASSERT(!rs.is(at));
553 addu(rd, rs, at);
559 void MacroAssembler::Subu(Register rd, Register rs, const Operand& rt) { argument
561 subu(rd, rs, rt.rm());
564 addiu(rd, rs, -rt.imm32_); // No subiu instr, use addiu(x, y, -imm).
567 ASSERT(!rs.is(at));
569 subu(rd, rs, a
575 Mul(Register rd, Register rs, const Operand& rt) argument
597 Mult(Register rs, const Operand& rt) argument
609 Multu(Register rs, const Operand& rt) argument
621 Div(Register rs, const Operand& rt) argument
633 Divu(Register rs, const Operand& rt) argument
645 And(Register rd, Register rs, const Operand& rt) argument
661 Or(Register rd, Register rs, const Operand& rt) argument
677 Xor(Register rd, Register rs, const Operand& rt) argument
693 Nor(Register rd, Register rs, const Operand& rt) argument
705 Neg(Register rs, const Operand& rt) argument
714 Slt(Register rd, Register rs, const Operand& rt) argument
730 Sltu(Register rd, Register rs, const Operand& rt) argument
746 Ror(Register rd, Register rs, const Operand& rt) argument
927 Ext(Register rt, Register rs, uint16_t pos, uint16_t size) argument
4326 Assert(Condition cc, const char* msg, Register rs, Operand rt) argument
4361 Check(Condition cc, const char* msg, Register rs, Operand rt) argument
[all...]
H A Dsimulator-mips.cc1693 const int32_t rs = get_register(rs_reg); local
1694 const uint32_t rs_u = static_cast<uint32_t>(rs);
1763 alu_out = rt << rs;
1769 alu_out = rt_u >> rs;
1778 alu_out = rt >> rs;
1787 i64hilo = static_cast<int64_t>(rs) * static_cast<int64_t>(rt);
1793 if (HaveSameSign(rs, rt)) {
1794 if (rs > 0) {
1795 exceptions[kIntegerOverflow] = rs > (Registers::kMaxValue - rt);
1796 } else if (rs <
1920 const int32_t rs = get_register(rs_reg); local
2298 int32_t rs = get_register(instr->RsValue()); local
[all...]
/external/webkit/LayoutTests/storage/
H A Dsql-data-types.js34 var rs = result.rows.item(0);
36 i = "timestamp"; shouldBeSameTypeAndValue(i, testValues[i], rs[i]);
37 i = "id"; shouldBeSameTypeAndValue(i, testValues[i], rs[i]);
38 i = "real"; shouldBeSameTypeAndValue(i, testValues[i], rs[i]);
39 i = "text"; shouldBeSameTypeAndValue(i, testValues[i], rs[i]);
40 i = "blob"; shouldBeSameTypeAndValue(i, testValues[i], rs[i]);
/external/webkit/Source/JavaScriptCore/assembler/
H A DMIPSAssembler.h242 void move(RegisterID rd, RegisterID rs) argument
245 emitInst(0x00000021 | (rd << OP_SH_RD) | (rs << OP_SH_RS));
268 void addiu(RegisterID rt, RegisterID rs, int imm) argument
270 emitInst(0x24000000 | (rt << OP_SH_RT) | (rs << OP_SH_RS)
274 void addu(RegisterID rd, RegisterID rs, RegisterID rt) argument
276 emitInst(0x00000021 | (rd << OP_SH_RD) | (rs << OP_SH_RS)
280 void subu(RegisterID rd, RegisterID rs, RegisterID rt) argument
282 emitInst(0x00000023 | (rd << OP_SH_RD) | (rs << OP_SH_RS)
286 void mult(RegisterID rs, RegisterID rt) argument
288 emitInst(0x00000018 | (rs << OP_SH_R
291 div(RegisterID rs, RegisterID rt) argument
306 mul(RegisterID rd, RegisterID rs, RegisterID rt) argument
317 andInsn(RegisterID rd, RegisterID rs, RegisterID rt) argument
323 andi(RegisterID rt, RegisterID rs, int imm) argument
329 nor(RegisterID rd, RegisterID rs, RegisterID rt) argument
335 orInsn(RegisterID rd, RegisterID rs, RegisterID rt) argument
341 ori(RegisterID rt, RegisterID rs, int imm) argument
347 xorInsn(RegisterID rd, RegisterID rs, RegisterID rt) argument
353 xori(RegisterID rt, RegisterID rs, int imm) argument
359 slt(RegisterID rd, RegisterID rs, RegisterID rt) argument
365 sltu(RegisterID rd, RegisterID rs, RegisterID rt) argument
371 sltiu(RegisterID rt, RegisterID rs, int imm) argument
383 sllv(RegisterID rd, RegisterID rt, int rs) argument
395 srav(RegisterID rd, RegisterID rt, RegisterID rs) argument
407 srlv(RegisterID rd, RegisterID rt, RegisterID rs) argument
413 lbu(RegisterID rt, RegisterID rs, int offset) argument
420 lw(RegisterID rt, RegisterID rs, int offset) argument
427 lwl(RegisterID rt, RegisterID rs, int offset) argument
434 lwr(RegisterID rt, RegisterID rs, int offset) argument
441 lhu(RegisterID rt, RegisterID rs, int offset) argument
448 sw(RegisterID rt, RegisterID rs, int offset) argument
454 jr(RegisterID rs) argument
459 jalr(RegisterID rs) argument
475 bgez(RegisterID rs, int imm) argument
480 bltz(RegisterID rs, int imm) argument
485 beq(RegisterID rs, RegisterID rt, int imm) argument
490 bne(RegisterID rs, RegisterID rt, int imm) argument
539 lwc1(FPRegisterID ft, RegisterID rs, int offset) argument
546 ldc1(FPRegisterID ft, RegisterID rs, int offset) argument
552 swc1(FPRegisterID ft, RegisterID rs, int offset) argument
558 sdc1(FPRegisterID ft, RegisterID rs, int offset) argument
[all...]
/external/srtp/crypto/include/
H A Dstat.h64 stat_test_rand_source(rand_source_func_t rs);
/external/dhcpcd/compat/
H A Darc4random.c41 static struct arc4_stream rs; variable in typeref:struct:arc4_stream
135 arc4_init(&rs);
138 arc4_stir(&rs);
147 arc4_addrandom(&rs, dat, datlen);
157 return arc4_getword(&rs);
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCStatement.java9 protected JDBCResultSet rs; field in class:JDBCStatement
17 this.rs = null;
82 return rs;
88 if (rs != null) {
89 rs.close();
90 rs = null;
149 rs = new JDBCResultSet(new TableResultX(tr), this);
151 return rs;
228 if (rs != null) {
229 rs
[all...]
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DPhiTypeResolver.java138 RegisterSpec rs = sources.get(i);
140 if (rs.getBasicType() != Type.BT_VOID) {
141 first = rs;
159 RegisterSpec rs = sources.get(i);
162 if (rs.getBasicType() == Type.BT_VOID){
167 && equalsHandlesNulls(firstLocal, rs.getLocalItem());
169 mergedType = Merger.mergeType(mergedType, rs.getType());
H A DSsaConverter.java319 RegisterSpec rs = insn.getResult();
321 if (rs != null && rs.getReg() - threshold >= 0) {
322 defsites[rs.getReg() - threshold].set(bi);
363 RegisterSpec rs
366 if (rs == null) {
369 ssaBlocks.get(dfBlockIndex).addPhiInsnForReg(rs);
/external/valgrind/main/none/tests/arm/
H A Dv6intARM.stdout.exp376 add r0, r1, r2, lsl r3 :: rd 0xffffffff rm 0x00000000, rn 0xffffffff rs 0x00000000, carryin 0, cpsr 0x00000000
377 add r0, r1, r2, lsl r3 :: rd 0xfffffffe rm 0x00000000, rn 0xffffffff rs 0x00000001, carryin 0, cpsr 0x00000000
378 add r0, r1, r2, lsl r3 :: rd 0x80000000 rm 0x00000000, rn 0xffffffff rs 0x0000001f, carryin 0, cpsr 0x00000000
379 add r0, r1, r2, lsl r3 :: rd 0x00000000 rm 0x00000000, rn 0xffffffff rs 0x00000020, carryin 0, cpsr 0x00000000
380 add r0, r1, r2, lsl r3 :: rd 0x00000000 rm 0x00000000, rn 0xffffffff rs 0x000000ff, carryin 0, cpsr 0x00000000
381 add r0, r1, r2, lsl r3 :: rd 0xffffffff rm 0x00000000, rn 0xffffffff rs 0x00000100, carryin 0, cpsr 0x00000000
382 add r0, r1, r2, lsr r3 :: rd 0xffffffff rm 0x00000000, rn 0xffffffff rs 0x00000000, carryin 0, cpsr 0x00000000
383 add r0, r1, r2, lsr r3 :: rd 0x7fffffff rm 0x00000000, rn 0xffffffff rs 0x00000001, carryin 0, cpsr 0x00000000
384 add r0, r1, r2, lsr r3 :: rd 0x00000001 rm 0x00000000, rn 0xffffffff rs 0x0000001f, carryin 0, cpsr 0x00000000
385 add r0, r1, r2, lsr r3 :: rd 0x00000000 rm 0x00000000, rn 0xffffffff rs
[all...]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dprinting_unittest.py150 rs = result_summary.ResultSummary(expectations, test_paths)
151 return test_paths, rs, expectations
340 paths, rs, exp = self.get_result_summary(tests, expectations)
342 printer.print_progress(rs, False, paths)
346 printer.print_progress(rs, True, paths)
353 printer.print_progress(rs, False, paths)
359 printer.print_progress(rs, True, paths)
372 paths, rs, exp = self.get_result_summary(tests, expectations)
373 printer.print_progress(rs, False, paths)
380 paths, rs, ex
[all...]
/external/kernel-headers/original/asm-mips/
H A Dasm.h169 #define MOVN(rd, rs, rt) \
173 move rd, rs; \
176 #define MOVZ(rd, rs, rt) \
180 move rd, rs; \
185 #define MOVN(rd, rs, rt) \
189 move rd, rs; \
192 #define MOVZ(rd, rs, rt) \
196 move rd, rs; \
202 #define MOVN(rd, rs, rt) \
203 movn rd, rs, r
[all...]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DFileHandlerTest.java343 LogRecord[] rs = new LogRecord[10];
346 rs[i] = new LogRecord(Level.SEVERE, "msg" + i);
347 handler.publish(rs[i]);
352 rs[i] = new LogRecord(Level.SEVERE, "msg" + i);
353 handler.publish(rs[i]);
357 rs[5], rs[6], rs[7] }, handler.getFormatter(), "UTF-8");
359 rs[8], rs[
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegisterSpecList.java149 RegisterSpec rs;
151 rs = get(i);
153 if (rs.getReg() == reg) {
154 return rs;
170 RegisterSpec rs;
172 rs = get(i);
174 if (rs.getReg() == reg) {
/external/libpcap/
H A Dpcap-snoop.c159 register struct rawstats *rs; local
162 rs = &rawstats;
163 memset(rs, 0, sizeof(*rs));
164 if (ioctl(p->fd, SIOCRAWSTATS, (char *)rs) < 0) {
184 rs->rs_snoop.ss_ifdrops + rs->rs_snoop.ss_sbdrops +
185 rs->rs_drain.ds_ifdrops + rs->rs_drain.ds_sbdrops;
/external/icu4c/i18n/
H A Dbrktrans.cpp177 UnicodeString *rs = dynamic_cast<UnicodeString *>(&r); local
178 if (rs != NULL) {
179 s = *rs;

Completed in 591 milliseconds

1234