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

12345678910

/external/libunwind/src/x86_64/
H A DGstash_frame.c29 tdep_stash_frame (struct dwarf_cursor *d, struct dwarf_reg_state *rs) argument
37 rs->reg[DWARF_CFA_REG_COLUMN].where,
38 rs->reg[DWARF_CFA_REG_COLUMN].val,
39 rs->reg[DWARF_CFA_OFF_COLUMN].val,
41 rs->reg[RBP].where, rs->reg[RBP].val, DWARF_GET_LOC(d->loc[RBP]),
42 rs->reg[RSP].where, rs->reg[RSP].val, DWARF_GET_LOC(d->loc[RSP]));
50 && (rs->reg[DWARF_CFA_REG_COLUMN].where == DWARF_WHERE_REG)
51 && (rs
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_rfc.c104 static void cleanup_rfc_slot(rfc_slot_t* rs);
106 static inline BOOLEAN send_app_scn(rfc_slot_t* rs);
250 rfc_slot_t* rs = find_free_slot(); local
251 if(rs)
259 rs->fd = fds[0];
260 rs->app_fd = fds[1];
261 rs->security = security;
262 rs->scn = channel;
264 memcpy(rs->service_uuid, uuid, sizeof(rs
339 rfc_slot_t* rs = alloc_rfc_slot(NULL, service_name, service_uuid, channel, flags, TRUE); local
371 rfc_slot_t* rs = alloc_rfc_slot(bd_addr, NULL, service_uuid, channel, flags, FALSE); local
420 create_server_sdp_record(rfc_slot_t* rs) argument
481 free_rfc_slot_scn(rfc_slot_t* rs) argument
495 cleanup_rfc_slot(rfc_slot_t* rs) argument
528 send_app_scn(rfc_slot_t* rs) argument
567 rfc_slot_t* rs = find_rfc_slot_by_id(id); local
582 rfc_slot_t* rs = find_rfc_slot_by_id(id); local
629 rfc_slot_t* rs = find_rfc_slot_by_id(id); local
654 rfc_slot_t* rs = find_rfc_slot_by_id(id); local
671 rfc_slot_t* rs = find_rfc_slot_by_id(id); local
682 rfc_slot_t* rs = find_rfc_slot_by_id(id); local
755 rfc_slot_t* rs = find_rfc_slot_by_id(id); local
772 rfc_slot_t* rs = NULL; local
858 flush_incoming_que_on_wr_signal(rfc_slot_t* rs) argument
891 rfc_slot_t* rs = find_rfc_slot_by_id(user_id); local
958 rfc_slot_t* rs = find_rfc_slot_by_id(id); local
995 rfc_slot_t* rs = find_rfc_slot_by_id(id); local
1018 rfc_slot_t* rs = find_rfc_slot_by_id(id); local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_draw.c76 struct nv50_render_stage *rs = CALLOC_STRUCT(nv50_render_stage); local
78 rs->nv50 = nv50;
79 rs->stage.draw = nv50->draw;
80 rs->stage.destroy = nv50_render_destroy;
81 rs->stage.point = nv50_render_point;
82 rs->stage.line = nv50_render_line;
83 rs->stage.tri = nv50_render_tri;
84 rs->stage.flush = nv50_render_flush;
85 rs->stage.reset_stipple_counter = nv50_render_reset_stipple_counter;
87 return &rs
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_draw.c76 struct nvc0_render_stage *rs = CALLOC_STRUCT(nvc0_render_stage); local
78 rs->nvc0 = nvc0;
79 rs->stage.draw = nvc0->draw;
80 rs->stage.destroy = nvc0_render_destroy;
81 rs->stage.point = nvc0_render_point;
82 rs->stage.line = nvc0_render_line;
83 rs->stage.tri = nvc0_render_tri;
84 rs->stage.flush = nvc0_render_flush;
85 rs->stage.reset_stipple_counter = nvc0_render_reset_stipple_counter;
87 return &rs
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_rasterpos.c135 struct rastpos_stage *rs = rastpos_stage(stage); local
136 struct gl_context *ctx = rs->ctx;
183 struct rastpos_stage *rs = ST_CALLOC_STRUCT(rastpos_stage); local
186 rs->stage.draw = draw;
187 rs->stage.next = NULL;
188 rs->stage.point = rastpos_point;
189 rs->stage.line = rastpos_line;
190 rs->stage.tri = rastpos_tri;
191 rs->stage.flush = rastpos_flush;
192 rs
227 struct rastpos_stage *rs; local
[all...]
/external/llvm/test/MC/Mips/mips32r6/
H A Dvalid.s4 # rs == 0
5 # rs != 0
8 # rs < rt
9 # rs == rt
10 # rs > rt
35 # beqc requires rs < rt && rs != 0 but we also accept when this is not true. See also bovc
39 # bnec requires rs < rt && rs != 0 but we accept when this is not true. See also bnvc
58 # bnvc requires that rs >
[all...]
/external/llvm/test/MC/Mips/mips64r6/
H A Dvalid.s4 # rs == 0
5 # rs != 0
8 # rs < rt
9 # rs == rt
10 # rs > rt
35 # beqc requires rs < rt && rs != 0 but we also accept when this is not true. See also bovc
39 # bnec requires rs < rt && rs != 0 but we accept when this is not true. See also bnvc
58 # bnvc requires that rs >
[all...]
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_draw.c76 struct nv50_render_stage *rs = CALLOC_STRUCT(nv50_render_stage); local
78 rs->nv50 = nv50;
79 rs->stage.draw = nv50->draw;
80 rs->stage.destroy = nv50_render_destroy;
81 rs->stage.point = nv50_render_point;
82 rs->stage.line = nv50_render_line;
83 rs->stage.tri = nv50_render_tri;
84 rs->stage.flush = nv50_render_flush;
85 rs->stage.reset_stipple_counter = nv50_render_reset_stipple_counter;
87 return &rs
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_draw.c76 struct nvc0_render_stage *rs = CALLOC_STRUCT(nvc0_render_stage); local
78 rs->nvc0 = nvc0;
79 rs->stage.draw = nvc0->draw;
80 rs->stage.destroy = nvc0_render_destroy;
81 rs->stage.point = nvc0_render_point;
82 rs->stage.line = nvc0_render_line;
83 rs->stage.tri = nvc0_render_tri;
84 rs->stage.flush = nvc0_render_flush;
85 rs->stage.reset_stipple_counter = nvc0_render_reset_stipple_counter;
87 return &rs
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_rasterpos.c135 struct rastpos_stage *rs = rastpos_stage(stage); local
136 struct gl_context *ctx = rs->ctx;
183 struct rastpos_stage *rs = ST_CALLOC_STRUCT(rastpos_stage); local
186 rs->stage.draw = draw;
187 rs->stage.next = NULL;
188 rs->stage.point = rastpos_point;
189 rs->stage.line = rastpos_line;
190 rs->stage.tri = rastpos_tri;
191 rs->stage.flush = rastpos_flush;
192 rs
227 struct rastpos_stage *rs; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_debug.c40 { "rs", DBG_RS, "Log rasterizer" },
62 void r500_dump_rs_block(struct r300_rs_block *rs) argument
68 count = rs->inst_count & 0xf;
71 it_count = rs->count & 0x7f;
72 ic_count = (rs->count >> 7) & 0xf;
79 if (rs->inst[i] & 0x10) {
80 ip = rs->inst[i] & 0xf;
82 ip, (rs->inst[i] >> 5) & 0x7f);
84 tex_ptr = rs->ip[ip] & 0xffffff;
100 if (rs
[all...]
H A Dr300_render_stencilref.c58 struct r300_rs_state *rs = (struct r300_rs_state*)r300->rs_state.state; local
62 sr->rs_cull_mode = rs->cb_main[rs->cull_mode_index];
67 rs->cb_main[rs->cull_mode_index] |= R300_CULL_BACK;
76 struct r300_rs_state *rs = (struct r300_rs_state*)r300->rs_state.state; local
79 rs->cb_main[rs->cull_mode_index] = sr->rs_cull_mode | R300_CULL_FRONT;
91 struct r300_rs_state *rs = (struct r300_rs_state*)r300->rs_state.state; local
95 rs
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_debug.c40 { "rs", DBG_RS, "Log rasterizer" },
62 void r500_dump_rs_block(struct r300_rs_block *rs) argument
68 count = rs->inst_count & 0xf;
71 it_count = rs->count & 0x7f;
72 ic_count = (rs->count >> 7) & 0xf;
79 if (rs->inst[i] & 0x10) {
80 ip = rs->inst[i] & 0xf;
82 ip, (rs->inst[i] >> 5) & 0x7f);
84 tex_ptr = rs->ip[ip] & 0xffffff;
100 if (rs
[all...]
H A Dr300_render_stencilref.c58 struct r300_rs_state *rs = (struct r300_rs_state*)r300->rs_state.state; local
62 sr->rs_cull_mode = rs->cb_main[rs->cull_mode_index];
67 rs->cb_main[rs->cull_mode_index] |= R300_CULL_BACK;
76 struct r300_rs_state *rs = (struct r300_rs_state*)r300->rs_state.state; local
79 rs->cb_main[rs->cull_mode_index] = sr->rs_cull_mode | R300_CULL_FRONT;
91 struct r300_rs_state *rs = (struct r300_rs_state*)r300->rs_state.state; local
95 rs
[all...]
/external/valgrind/main/none/tests/mips64/
H A Dlogical_instructions.stdout.exp1 and $t0, $t1, $t2 :: rd 0x0, rs 0x0, rt 0xffffffffb1f740b4
2 and $s0, $s1, $s2 :: rd 0x1284020, rs 0x12bd6aa, rt 0xa2a6ec661ba84121
3 and $t0, $t1, $t2 :: rd 0x0, rs 0x0, rt 0xffffffffb5365d03
4 and $s0, $s1, $s2 :: rd 0x4c834002122303, rs 0x7e876382d2ab13, rt 0x614d9b445f12236b
5 and $t0, $t1, $t2 :: rd 0x8003b4a, rs 0x9823b6e, rt 0xffffffffb8757bda
6 and $s0, $s1, $s2 :: rd 0x1328080203050071, rs 0x976d6e9ac31510f3, rt 0x3baa99471f6d4d75
7 and $t0, $t1, $t2 :: rd 0xc002649, rs 0xd4326d9, rt 0xffffffffbcb4666d
8 and $s0, $s1, $s2 :: rd 0x20044c571216a462, rs 0xb7746d775ad6a5fb, rt 0x680cce5fb236b666
9 and $t0, $t1, $t2 :: rd 0x2003648, rs 0x130476dc, rt 0xffffffffa2f33668
10 and $s0, $s1, $s2 :: rd 0x40a040000401a502, rs
[all...]
H A Dcvm_ins.stdout.exp1 exts $t1, $t2, 1, 7 :: rt 0x0 rs 0x0, p 0x00000001, lenm1 0x00000007
2 exts $t1, $t2, 1, 7 :: rt 0x6e rs 0x130476dc, p 0x00000001, lenm1 0x00000007
3 exts $t1, $t2, 1, 7 :: rt 0xffffffffffffffdc rs 0x2608edb8, p 0x00000001, lenm1 0x00000007
4 exts $t1, $t2, 1, 7 :: rt 0xffffffffffffffb2 rs 0x350c9b64, p 0x00000001, lenm1 0x00000007
5 exts $t1, $t2, 1, 7 :: rt 0xffffffffffffffb8 rs 0x4c11db70, p 0x00000001, lenm1 0x00000007
6 exts $t1, $t2, 1, 7 :: rt 0xffffffffffffffd6 rs 0x5f15adac, p 0x00000001, lenm1 0x00000007
7 exts $t1, $t2, 1, 7 :: rt 0x64 rs 0x6a1936c8, p 0x00000001, lenm1 0x00000007
8 exts $t1, $t2, 1, 7 :: rt 0xa rs 0x791d4014, p 0x00000001, lenm1 0x00000007
9 exts $t1, $t2, 1, 7 :: rt 0x70 rs 0x9823b6e0, p 0x00000001, lenm1 0x00000007
10 exts $t1, $t2, 1, 7 :: rt 0x1e rs
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteStatement.java51 ResultSet rs;
53 rs = actualDBstatement.executeQuery();
54 rs.next();
55 return rs.getLong(1);
64 ResultSet rs;
66 rs = actualDBstatement.executeQuery();
67 rs.next();
68 return rs.getString(1);
/external/valgrind/main/none/tests/mips32/
H A Dmips32_dspr2.stdout.exp43 addqh.ph $t0, $t1, $t2 :: rs 0x00000000 rt 0x00000000 out 0x00000000
44 addqh.ph $t2, $t3, $t4 :: rs 0x00045fb2 rt 0x00000286 out 0x0002311c
45 addqh.ph $t4, $t1, $t5 :: rs 0x00002435 rt 0xffff3421 out 0xffff2c2b
46 addqh.ph $t6, $t7, $t3 :: rs 0x07654cb8 rt 0x734680bc out 0x3d55e6ba
47 addqh.ph $t5, $t3, $t2 :: rs 0xf973437b rt 0x80000000 out 0xbcb921bd
48 addqh.ph $t2, $t4, $t8 :: rs 0x00010001 rt 0xffffffff out 0x00000000
49 addqh.ph $t0, $t8, $t0 :: rs 0x7fff7fff rt 0x7fff7fff out 0x7fff7fff
50 addqh.ph $t4, $t6, $t1 :: rs 0x0000c420 rt 0x00000555 out 0x0000e4ba
51 addqh.ph $t2, $t3, $t4 :: rs 0x00000004 rt 0x40000000 out 0x20000002
52 addqh.ph $t4, $t1, $t5 :: rs
[all...]
/external/chromium_org/third_party/icu/source/samples/layout/
H A Drsurface.cpp19 RenderingSurface *rs = (RenderingSurface *) surface; local
21 rs->drawGlyphs((const LEFontInstance *) font, glyphs, count, positions, x, y, width, height);
/external/icu/icu4c/source/samples/layout/
H A Drsurface.cpp19 RenderingSurface *rs = (RenderingSurface *) surface; local
21 rs->drawGlyphs((const LEFontInstance *) font, glyphs, count, positions, x, y, width, height);
/external/chromium_org/v8/src/mips64/
H A Ddisasm-mips64.cc302 if (format[1] == 's') { // 'rs: Rs register.
661 Format(instr, "jr 'rs");
664 Format(instr, "jalr 'rs");
677 Format(instr, "dmult 'rs, 'rt");
680 Format(instr, "dmul 'rd, 'rs, 'rt");
682 Format(instr, "dmuh 'rd, 'rs, 'rt");
724 Format(instr, "sllv 'rd, 'rt, 'rs");
727 Format(instr, "dsllv 'rd, 'rt, 'rs");
731 Format(instr, "srlv 'rd, 'rt, 'rs");
734 Format(instr, "rotrv 'rd, 'rt, 'rs");
[all...]
H A Dassembler-mips64.h627 void beq(Register rs, Register rt, int16_t offset);
628 void beq(Register rs, Register rt, Label* L) { argument
629 beq(rs, rt, branch_offset(L, false) >> 2);
631 void bgez(Register rs, int16_t offset);
636 void bgeuc(Register rs, Register rt, int16_t offset);
637 void bgeuc(Register rs, Register rt, Label* L) { argument
638 bgeuc(rs, rt, branch_offset_compact(L, false)>>2);
640 void bgec(Register rs, Register rt, int16_t offset);
641 void bgec(Register rs, Register rt, Label* L) { argument
642 bgec(rs, r
650 bgezall(Register rs, Label* L) argument
669 bltuc(Register rs, Register rt, Label* L) argument
673 bltc(Register rs, Register rt, Label* L) argument
695 beqc(Register rs, Register rt, Label* L) argument
699 beqzc(Register rs, Label* L) argument
707 bnec(Register rs, Register rt, Label* L) argument
715 bne(Register rs, Register rt, Label* L) argument
719 bovc(Register rs, Register rt, Label* L) argument
723 bnvc(Register rs, Register rt, Label* L) argument
[all...]
/external/chromium_org/v8/src/mips/
H A Dassembler-mips.h636 void beq(Register rs, Register rt, int16_t offset);
637 void beq(Register rs, Register rt, Label* L) { argument
638 beq(rs, rt, branch_offset(L, false) >> 2);
640 void bgez(Register rs, int16_t offset);
645 void bgeuc(Register rs, Register rt, int16_t offset);
646 void bgeuc(Register rs, Register rt, Label* L) { argument
647 bgeuc(rs, rt, branch_offset_compact(L, false)>>2);
649 void bgec(Register rs, Register rt, int16_t offset);
650 void bgec(Register rs, Register rt, Label* L) { argument
651 bgec(rs, r
659 bgezall(Register rs, Label* L) argument
678 bltuc(Register rs, Register rt, Label* L) argument
682 bltc(Register rs, Register rt, Label* L) argument
703 beqc(Register rs, Register rt, Label* L) argument
707 beqzc(Register rs, Label* L) argument
715 bnec(Register rs, Register rt, Label* L) argument
723 bne(Register rs, Register rt, Label* L) argument
727 bovc(Register rs, Register rt, Label* L) argument
731 bnvc(Register rs, Register rt, Label* L) argument
[all...]
H A Ddisasm-mips.cc301 if (format[1] == 's') { // 'rs: Rs register.
633 Format(instr, "jr 'rs");
636 Format(instr, "jalr 'rs");
659 Format(instr, "sllv 'rd, 'rt, 'rs");
663 Format(instr, "srlv 'rd, 'rt, 'rs");
666 Format(instr, "rotrv 'rd, 'rt, 'rs");
673 Format(instr, "srav 'rd, 'rt, 'rs");
681 Format(instr, "clz 'rd, 'rs");
684 Format(instr, "clo 'rd, 'rs");
693 Format(instr, "mult 'rs, 'r
[all...]
/external/lzma/C/Util/Lzma/
H A DLzmaUtil.c134 static SRes Encode(ISeqOutStream *outStream, ISeqInStream *inStream, UInt64 fileSize, char *rs) argument
140 rs = rs;
170 int main2(int numArgs, const char *args[], char *rs) argument
187 PrintHelp(rs);
192 return PrintUserError(rs);
197 return PrintUserError(rs);
203 return PrintError(rs, "Incorrect UInt32 or UInt64");
207 return PrintError(rs, "Can not open input file");
213 return PrintError(rs, "Ca
250 char rs[800] = { 0 }; local
[all...]

Completed in 2792 milliseconds

12345678910