Searched refs:rt (Results 1 - 16 of 16) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dmips64_disassem.c175 if ( (i.RType.func == OP_ADDU && i.RType.rt == 0) ||
176 (i.RType.func == OP_OR && i.RType.rt == 0) ) {
185 reg_name[i.RType.rt], i.RType.shamt);
190 reg_name[i.RType.rt], reg_name[i.RType.rs]);
201 reg_name[i.RType.rs], reg_name[i.RType.rt]);
211 reg_name[i.RType.rs], reg_name[i.RType.rt]);
235 reg_name[i.RType.rt],
247 reg_name[i.RType.rt],
274 db_printf("\t%d", (i.RType.rs << 5) | i.RType.rt);
281 reg_name[i.RType.rt]);
[all...]
H A Dmips_disassem.c211 if ( (i.RType.func == OP_ADDU && i.RType.rt == 0) ||
212 (i.RType.func == OP_OR && i.RType.rt == 0) ) {
221 reg_name[i.RType.rt], i.RType.shamt);
226 reg_name[i.RType.rt], reg_name[i.RType.rs]);
245 reg_name[i.RType.rt],
257 reg_name[i.RType.rt],
286 reg_name[i.RType.rt]);
295 db_printf("\t%d", (i.RType.rs << 5) | i.RType.rt);
302 reg_name[i.RType.rt]);
312 reg_name[i.RType.rt]);
[all...]
H A Dmips_opcode.h53 unsigned rt: 5; member in struct:__anon1600::__anon1601
67 unsigned rt: 5; member in struct:__anon1600::__anon1603
86 unsigned rt: 5; member in struct:__anon1600::__anon1605
98 unsigned rt: 5; member in struct:__anon1600::__anon1607
403 * Values for the 'rt' field when 'op' == OP_COPz.
H A Dtexturing.cpp555 // generated_vars.rt = width
565 CONTEXT_STORE(width, generated_vars.rt);
718 int rt = scratches.obtain(); local
723 CONTEXT_LOAD(rt, generated_vars.rt);
727 ADD(AL, 0, offset, lb, rt);
747 LDRB(AL, pixel, txPtr.reg, reg_scale_pre(rt));
826 CONTEXT_LOAD(offset, generated_vars.rt);
871 CONTEXT_LOAD(offset, generated_vars.rt);
916 CONTEXT_LOAD(offset, generated_vars.rt);
[all...]
/system/core/libnetutils/
H A Difc_utils.c534 struct rtentry rt; local
538 memset(&rt, 0, sizeof(rt));
540 rt.rt_dst.sa_family = AF_INET;
541 rt.rt_dev = (void*) ifname;
544 init_sockaddr_in(&rt.rt_genmask, netmask);
545 init_sockaddr_in(&rt.rt_dst, dst.s_addr);
546 rt.rt_flags = RTF_UP;
549 rt.rt_flags |= RTF_HOST;
553 rt
671 struct rtentry rt; local
[all...]
/system/bt/stack/gatt/
H A Dgatt_cl.cc133 uint8_t rt = GATT_INTERNAL_ERROR; local
195 if (op_code != 0) rt = attp_send_cl_msg(tcb, p_clcb, op_code, &msg);
197 if (op_code == 0 || (rt != GATT_SUCCESS && rt != GATT_CMD_STARTED)) {
198 gatt_end_operation(p_clcb, rt, NULL);
214 uint8_t rt = gatt_send_write_msg(tcb, p_clcb, op_code, attr.handle, local
216 if (rt != GATT_CMD_STARTED) {
217 if (rt != GATT_SUCCESS) {
219 "gatt_act_write() failed op_code=0x%x rt=%d", op_code, rt);
230 uint8_t rt = gatt_send_write_msg(tcb, p_clcb, GATT_REQ_WRITE, local
269 uint8_t rt; local
342 uint8_t rt = gatt_send_write_msg(tcb, p_clcb, GATT_REQ_PREPARE_WRITE, local
[all...]
/system/bt/bta/gatt/
H A Dbta_gattc_main.cc301 bool rt = true; local
327 rt = false;
341 return rt;
356 bool rt = true; local
380 rt =
389 return rt;
/system/bt/stack/btm/
H A Dbtm_ble_addr.cc232 bool rt = false; local
234 if (!BTM_BLE_IS_RESOLVE_BDA(rpa)) return rt;
255 rt = true;
258 return rt;
H A Dbtm_ble_gap.cc1567 uint8_t flag = 0, rt = 0; local
1573 rt |= BTM_BLE_OBS_RESULT;
1579 return rt;
1591 rt |= BTM_BLE_INQ_RESULT;
1597 rt |= BTM_BLE_INQ_RESULT;
1601 return rt;
2275 bool rt = false; local
2279 rt = (*p_handler)(BTM_BLE_STATE_CONN_ADV_BIT);
2283 rt = (*p_handler)(BTM_BLE_STATE_NON_CONN_ADV_BIT);
2286 rt
2655 bool rt = false; local
[all...]
H A Dbtm_ble_bgconn.cc624 bool rt = false; local
631 if (p_lcb->in_use) rt = l2cble_init_direct_conn(p_lcb);
635 return rt;
H A Dbtm_ble_privacy.cc684 bool rt = false; local
745 rt = true;
757 rt = true;
762 return rt;
/system/extras/memtrack/
H A DAndroid.mk52 # updating compiler-rt to be a superset of libgcc will allow this WAR to be
/system/bt/stack/l2cap/
H A Dl2c_ble.cc930 bool rt = false; local
934 rt = l2cble_init_direct_conn(p_lcb);
943 rt = true;
945 return rt;
/system/nfc/src/nfa/ee/
H A Dnfa_ee_act.c2304 for (int rt = NCI_ROUTE_ORDER_AID; rt <= NCI_ROUTE_ORDER_TECHNOLOGY; rt++) {
2310 nfa_ee_route_add_one_ecb_by_route_order(p_cb, rt, &max_len, more, p,
2314 if (rt == NCI_ROUTE_ORDER_TECHNOLOGY) more = false;
2317 nfa_ee_route_add_one_ecb_by_route_order(&nfa_ee_cb.ecb[NFA_EE_CB_4_DH], rt,
/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h503 int32_t rt; member in struct:android::generated_vars_t
/system/vold/
H A Dcryptfs.cpp198 static void cryptfs_reboot(enum RebootType rt) argument
200 switch(rt) {

Completed in 772 milliseconds