Home
last modified time | relevance | path

Searched refs:xx (Results 1 – 25 of 533) sorted by relevance

12345678910>>...22

/external/valgrind/main/memcheck/tests/amd64/
Dfxsave-amd64.stdout.exp9 32 xx xx 00 00 00 00 00 80 ff 3f 00 00 00 00 00 00
10 48 xx xx 00 00 00 00 00 80 ff 3f 00 00 00 00 00 00
11 64 xx xx 68 21 a2 da 0f c9 00 40 00 00 00 00 00 00
12 80 xx xx cf fb 84 9a 20 9a fd 3f 00 00 00 00 00 00
13 96 xx xx cf d1 f7 17 72 b1 fe 3f 00 00 00 00 00 00
14 112 xx xx 00 00 00 00 00 80 ff 3f 00 00 00 00 00 00
15 128 xx xx 68 21 a2 da 0f c9 00 40 00 00 00 00 00 00
16 144 xx xx 00 00 00 00 00 00 00 00 00 00 00 00 00 00
43 32 xx xx 00 00 00 00 00 00 00 00 00 00 00 00 00 00
44 48 xx xx 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[all …]
/external/valgrind/main/memcheck/tests/x86/
Dfxsave.stdout.exp7 32 xx xx 00 00 00 00 00 80 ff 3f 00 00 00 00 00 00
8 48 xx xx 68 21 a2 da 0f c9 00 40 00 00 00 00 00 00
9 64 xx xx cf fb 84 9a 20 9a fd 3f 00 00 00 00 00 00
10 80 xx xx cf d1 f7 17 72 b1 fe 3f 00 00 00 00 00 00
11 96 xx xx 00 00 00 00 00 80 ff 3f 00 00 00 00 00 00
12 112 xx xx 68 21 a2 da 0f c9 00 40 00 00 00 00 00 00
13 128 xx xx 00 00 00 00 00 00 00 00 00 00 00 00 00 00
14 144 xx xx 00 00 00 00 00 00 00 00 00 00 00 00 00 00
41 32 xx xx 00 00 00 00 00 00 00 00 00 00 00 00 00 00
42 48 xx xx 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[all …]
/external/valgrind/main/VEX/priv/
Dhost_generic_simd64.c143 static inline Int qadd32S ( Int xx, Int yy ) in qadd32S() argument
145 Long t = ((Long)xx) + ((Long)yy); in qadd32S()
153 static inline Short qadd16S ( Short xx, Short yy ) in qadd16S() argument
155 Int t = ((Int)xx) + ((Int)yy); in qadd16S()
161 static inline Char qadd8S ( Char xx, Char yy ) in qadd8S() argument
163 Int t = ((Int)xx) + ((Int)yy); in qadd8S()
169 static inline UShort qadd16U ( UShort xx, UShort yy ) in qadd16U() argument
171 UInt t = ((UInt)xx) + ((UInt)yy); in qadd16U()
176 static inline UChar qadd8U ( UChar xx, UChar yy ) in qadd8U() argument
178 UInt t = ((UInt)xx) + ((UInt)yy); in qadd8U()
[all …]
Dhost_generic_simd128.c45 static inline UInt mul32 ( Int xx, Int yy ) in mul32() argument
47 Int t = ((Int)xx) * ((Int)yy); in mul32()
51 static inline UInt max32S ( Int xx, Int yy ) in max32S() argument
53 return toUInt((xx > yy) ? xx : yy); in max32S()
56 static inline UInt min32S ( Int xx, Int yy ) in min32S() argument
58 return toUInt((xx < yy) ? xx : yy); in min32S()
61 static inline UInt max32U ( UInt xx, UInt yy ) in max32U() argument
63 return toUInt((xx > yy) ? xx : yy); in max32U()
66 static inline UInt min32U ( UInt xx, UInt yy ) in min32U() argument
68 return toUInt((xx < yy) ? xx : yy); in min32U()
[all …]
/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_utils.c65 UINT8 xx; in bta_hh_find_cb() local
68 for (xx = 0; xx < BTA_HH_MAX_DEVICE; xx++) in bta_hh_find_cb()
71 if ((!bdcmp (bda, bta_hh_cb.kdev[xx].addr) && in bta_hh_find_cb()
75 APPL_TRACE_DEBUG("found kdev_cb[%d] hid_handle = %d ", xx, in bta_hh_find_cb()
76 bta_hh_cb.kdev[xx].hid_handle) in bta_hh_find_cb()
78 return xx; in bta_hh_find_cb()
83 bta_hh_cb.kdev[xx].in_use, xx, in bta_hh_find_cb()
84 bta_hh_cb.kdev[xx].hid_handle, in bta_hh_find_cb()
85 bta_hh_cb.kdev[xx].state); in bta_hh_find_cb()
90 for (xx = 0; xx < BTA_HH_MAX_DEVICE; xx++) in bta_hh_find_cb()
[all …]
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_formats.c161 F3A(B8G8R8X8_UNORM, BGRX8_UNORM, C2, C1, C0, xx, UNORM, 8_8_8_8, TD),
163 F3A(B8G8R8X8_SRGB, BGRX8_SRGB, C2, C1, C0, xx, UNORM, 8_8_8_8, TD),
165 F3A(R8G8B8X8_UNORM, RGBX8_UNORM, C0, C1, C2, xx, UNORM, 8_8_8_8, TB),
168 ZXB(Z16_UNORM, Z16_UNORM, C0, C0, C0, xx, UNORM, Z16, TZ),
169 ZXB(Z32_FLOAT, Z32_FLOAT, C0, C0, C0, xx, FLOAT, Z32, TZ),
170 ZXB(Z24X8_UNORM, Z24_X8_UNORM, C0, C0, C0, xx, UNORM, Z24_X8, TZ),
171 ZSB(Z24_UNORM_S8_UINT, Z24_S8_UNORM, C0, C0, C0, xx, UNORM, Z24_S8, TZ),
172 ZSB(X24S8_UINT, NONE, C1, C1, C1, xx, UNORM, Z24_S8, T),
173 SZB(S8_UINT_Z24_UNORM, S8_Z24_UNORM, C1, C1, C1, xx, UNORM, S8_Z24, TZ),
174 SZB(S8X24_UINT, NONE, C0, C0, C0, xx, UNORM, S8_Z24, T),
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
Dnv50_formats.c161 F3A(B8G8R8X8_UNORM, BGRX8_UNORM, C2, C1, C0, xx, UNORM, 8_8_8_8, TD),
163 F3A(B8G8R8X8_SRGB, BGRX8_SRGB, C2, C1, C0, xx, UNORM, 8_8_8_8, TD),
165 F3A(R8G8B8X8_UNORM, RGBX8_UNORM, C0, C1, C2, xx, UNORM, 8_8_8_8, TB),
168 ZXB(Z16_UNORM, Z16_UNORM, C0, C0, C0, xx, UNORM, Z16, TZ),
169 ZXB(Z32_FLOAT, Z32_FLOAT, C0, C0, C0, xx, FLOAT, Z32, TZ),
170 ZXB(Z24X8_UNORM, Z24_X8_UNORM, C0, C0, C0, xx, UNORM, Z24_X8, TZ),
171 ZSB(Z24_UNORM_S8_UINT, Z24_S8_UNORM, C0, C0, C0, xx, UNORM, Z24_S8, TZ),
172 ZSB(X24S8_UINT, NONE, C1, C1, C1, xx, UNORM, Z24_S8, T),
173 SZB(S8_UINT_Z24_UNORM, S8_Z24_UNORM, C1, C1, C1, xx, UNORM, S8_Z24, TZ),
174 SZB(S8X24_UINT, NONE, C0, C0, C0, xx, UNORM, S8_Z24, T),
[all …]
/external/valgrind/main/none/tests/amd64/
Dbug132918.stdout.exp-older-glibc3 xx -> 0x0000 nan
4 xx -> 0x0000 0.809017
5 xx -> 0x0000 0.309018
6 xx -> 0x0000 -0.309015
7 xx -> 0x0000 -0.809016
8 xx -> 0x4100 -0.000002
9 xx -> 0x0000 -0.809019
10 xx -> 0x0000 -0.309021
11 xx -> 0x0000 0.309013
12 xx -> 0x0000 0.809014
[all …]
Dbug132918.stdout.exp3 xx -> 0x0000 -nan
4 xx -> 0x0000 0.809017
5 xx -> 0x0000 0.309018
6 xx -> 0x0000 -0.309015
7 xx -> 0x0000 -0.809016
8 xx -> 0x4100 -0.000002
9 xx -> 0x0000 -0.809019
10 xx -> 0x0000 -0.309021
11 xx -> 0x0000 0.309013
12 xx -> 0x0000 0.809014
[all …]
/external/libnfc-nci/src/nfa/p2p/
Dnfa_p2p_act.c60 UINT8 xx; in nfa_p2p_allocate_conn_cb() local
62 for (xx = 0; xx < LLCP_MAX_DATA_LINK; xx++) in nfa_p2p_allocate_conn_cb()
64 if (nfa_p2p_cb.conn_cb[xx].flags == 0) in nfa_p2p_allocate_conn_cb()
66 nfa_p2p_cb.conn_cb[xx].flags |= NFA_P2P_CONN_FLAG_IN_USE; in nfa_p2p_allocate_conn_cb()
67 nfa_p2p_cb.conn_cb[xx].local_sap = local_sap; in nfa_p2p_allocate_conn_cb()
69 return (xx); in nfa_p2p_allocate_conn_cb()
88 static void nfa_p2p_deallocate_conn_cb (UINT8 xx) in nfa_p2p_deallocate_conn_cb() argument
90 if (xx < LLCP_MAX_DATA_LINK) in nfa_p2p_deallocate_conn_cb()
92 nfa_p2p_cb.conn_cb[xx].flags = 0; in nfa_p2p_deallocate_conn_cb()
96 P2P_TRACE_ERROR1 ("nfa_p2p_deallocate_conn_cb (): Invalid index (%d)", xx); in nfa_p2p_deallocate_conn_cb()
[all …]
Dnfa_p2p_api.c166 tNFA_HANDLE xx; in NFA_P2pDeregister() local
170 xx = handle & NFA_HANDLE_MASK; in NFA_P2pDeregister()
172 if ( (xx >= NFA_P2P_NUM_SAP) in NFA_P2pDeregister()
173 ||(nfa_p2p_cb.sap_cb[xx].p_cback == NULL) ) in NFA_P2pDeregister()
211 tNFA_HANDLE xx; in NFA_P2pAcceptConn() local
215 xx = handle & NFA_HANDLE_MASK; in NFA_P2pAcceptConn()
217 if (!(xx & NFA_P2P_HANDLE_FLAG_CONN)) in NFA_P2pAcceptConn()
224 xx &= ~NFA_P2P_HANDLE_FLAG_CONN; in NFA_P2pAcceptConn()
227 if ( (xx >= LLCP_MAX_DATA_LINK) in NFA_P2pAcceptConn()
228 ||(nfa_p2p_cb.conn_cb[xx].flags == 0) ) in NFA_P2pAcceptConn()
[all …]
/external/libnfc-nci/src/nfc/nfc/
Dnfc_utils.c47 int xx, max = NCI_MAX_CONN_CBS; in nfc_alloc_conn_cb() local
51 for (xx = 0; xx < max; xx++) in nfc_alloc_conn_cb()
53 if (nfc_cb.conn_cb[xx].conn_id == NFC_ILLEGAL_CONN_ID) in nfc_alloc_conn_cb()
55 nfc_cb.conn_cb[xx].conn_id = NFC_PEND_CONN_ID; /* to indicate this cb is used */ in nfc_alloc_conn_cb()
56 p_conn_cb = &nfc_cb.conn_cb[xx]; in nfc_alloc_conn_cb()
99 int xx; in nfc_find_conn_cb_by_handle() local
102 for (xx = 0; xx < NCI_MAX_CONN_CBS; xx++) in nfc_find_conn_cb_by_handle()
104 if (nfc_cb.conn_cb[xx].id == id) in nfc_find_conn_cb_by_handle()
106 p_conn_cb = &nfc_cb.conn_cb[xx]; in nfc_find_conn_cb_by_handle()
128 int xx; in nfc_find_conn_cb_by_conn_id() local
[all …]
/external/bluetooth/bluedroid/stack/avrc/
Davrc_bld_tg.c45 UINT8 xx; in avrc_bld_get_capability_rsp() local
81 for (xx=0; xx< p_rsp->count; xx++) in avrc_bld_get_capability_rsp()
83 UINT24_TO_BE_STREAM(p_data, p_company_id[xx]); in avrc_bld_get_capability_rsp()
91 for (xx=0; xx< p_rsp->count; xx++) in avrc_bld_get_capability_rsp()
93 if (AVRC_IS_VALID_EVENT_ID(p_event_id[xx])) in avrc_bld_get_capability_rsp()
96 UINT8_TO_BE_STREAM(p_data, p_event_id[xx]); in avrc_bld_get_capability_rsp()
123 UINT8 xx; in avrc_bld_list_app_settings_attr_rsp() local
143 for (xx=0; xx<p_rsp->num_attr; xx++) in avrc_bld_list_app_settings_attr_rsp()
145 if(AVRC_IsValidPlayerAttr(p_rsp->attrs[xx])) in avrc_bld_list_app_settings_attr_rsp()
148 UINT8_TO_BE_STREAM(p_data, p_rsp->attrs[xx]); in avrc_bld_list_app_settings_attr_rsp()
[all …]
Davrc_pars_tg.c47 UINT8 xx, yy; in avrc_pars_vendor_cmd() local
105 for (xx=0, yy=0; xx< p_result->get_cur_app_val.num_attr; xx++) in avrc_pars_vendor_cmd()
126 for (xx=0; ((xx< p_result->set_app_val.num_val) && (buf_len > size_needed)); xx++) in avrc_pars_vendor_cmd()
128 p_app_set[xx].attr_id = *p++; in avrc_pars_vendor_cmd()
129 p_app_set[xx].attr_val = *p++; in avrc_pars_vendor_cmd()
130 … if (!avrc_is_valid_player_attrib_value(p_app_set[xx].attr_id, p_app_set[xx].attr_val)) in avrc_pars_vendor_cmd()
133 if (xx != p_result->set_app_val.num_val) in avrc_pars_vendor_cmd()
136 xx, p_result->set_app_val.num_val); in avrc_pars_vendor_cmd()
137 p_result->set_app_val.num_val = xx; in avrc_pars_vendor_cmd()
163 for (xx=0; xx< p_result->get_app_val_txt.num_val; xx++) in avrc_pars_vendor_cmd()
[all …]
/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_act.c96 int xx, yy = 0; in nfa_ee_trace_aid() local
105 for (xx = 0; xx < len; xx++) in nfa_ee_trace_aid()
126 int xx; in nfa_ee_update_route_size() local
131 for (xx = 0; xx < NFA_EE_NUM_TECH; xx++) in nfa_ee_update_route_size()
134 if (p_cb->tech_switch_on & nfa_ee_tech_mask_list[xx]) in nfa_ee_update_route_size()
136 if (p_cb->tech_switch_off & nfa_ee_tech_mask_list[xx]) in nfa_ee_update_route_size()
138 if (p_cb->tech_battery_off & nfa_ee_tech_mask_list[xx]) in nfa_ee_update_route_size()
148 for (xx = 0; xx < NFA_EE_NUM_PROTO; xx++) in nfa_ee_update_route_size()
151 if (p_cb->proto_switch_on & nfa_ee_proto_mask_list[xx]) in nfa_ee_update_route_size()
153 if (p_cb->proto_switch_off & nfa_ee_proto_mask_list[xx]) in nfa_ee_update_route_size()
[all …]
Dnfa_ee_main.c99 int xx; in nfa_ee_init() local
105 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++) in nfa_ee_init()
107 nfa_ee_cb.ecb[xx].nfcee_id = NFA_EE_INVALID; in nfa_ee_init()
108 nfa_ee_cb.ecb[xx].ee_status = NFC_NFCEE_STATUS_INACTIVE; in nfa_ee_init()
215 UINT32 xx; in nfa_ee_proc_nfcc_power_mode() local
226 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++, p_cb++) in nfa_ee_proc_nfcc_power_mode()
229 if (xx >= nfa_ee_cb.cur_ee) in nfa_ee_proc_nfcc_power_mode()
277 UINT32 xx; in nfa_ee_proc_hci_info_cback() local
286 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++, p_cb++) in nfa_ee_proc_hci_info_cback()
400 UINT32 xx; in nfa_ee_find_ecb() local
[all …]
/external/libnfc-nci/src/nfa/hci/
Dnfa_hci_utils.c52 int xx = 0; in nfa_hciu_find_pipe_by_pid() local
55 for ( ; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++) in nfa_hciu_find_pipe_by_pid()
77 int xx = 0; in nfa_hciu_find_gate_by_gid() local
79 for ( ; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) in nfa_hciu_find_gate_by_gid()
100 int xx = 0; in nfa_hciu_find_gate_by_owner() local
102 for ( ; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) in nfa_hciu_find_gate_by_owner()
124 int xx = 0; in nfa_hciu_find_gate_with_nopipes_by_owner() local
126 for ( ; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++) in nfa_hciu_find_gate_with_nopipes_by_owner()
147 int xx = 0; in nfa_hciu_count_pipes_on_gate() local
151 for ( ; xx < NFA_HCI_MAX_PIPE_CB; xx++) in nfa_hciu_count_pipes_on_gate()
[all …]
Dnfa_hci_main.c216 UINT8 xx,yy,zz; in nfa_hci_is_valid_cfg() local
224 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++) in nfa_hci_is_valid_cfg()
227 if (strlen (&nfa_hci_cb.cfg.reg_app_names[xx][0]) > NFA_MAX_HCI_APP_NAME_LEN) in nfa_hci_is_valid_cfg()
231 if ( (nfa_hci_cb.cfg.b_send_conn_evts[xx] != TRUE) in nfa_hci_is_valid_cfg()
232 &&(nfa_hci_cb.cfg.b_send_conn_evts[xx] != FALSE)) in nfa_hci_is_valid_cfg()
235 if (nfa_hci_cb.cfg.reg_app_names[xx][0] != 0) in nfa_hci_is_valid_cfg()
238 for (yy = xx + 1; yy < NFA_HCI_MAX_APP_CB; yy++) in nfa_hci_is_valid_cfg()
241 …mp (&nfa_hci_cb.cfg.reg_app_names[xx][0], &nfa_hci_cb.cfg.reg_app_names[yy][0], strlen (nfa_hci_cb… in nfa_hci_is_valid_cfg()
244 …_TRACE_EVENT2 ("nfa_hci_is_valid_cfg (%s) Reusing: %u", &nfa_hci_cb.cfg.reg_app_names[xx][0], xx); in nfa_hci_is_valid_cfg()
249 reg_app[app_count++] = (tNFA_HANDLE) (xx | NFA_HANDLE_GROUP_HCI); in nfa_hci_is_valid_cfg()
[all …]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/win32/
Dscaleopt.c108 01 02 03 04 05 06 07 xx in horizontal_line_5_4_scale_mmx()
110 xx 00 xx 01 xx 02 xx 03 in horizontal_line_5_4_scale_mmx()
113 xx 01 xx 02 xx 03 xx 04 in horizontal_line_5_4_scale_mmx()
256 xx 00 xx 02 xx 04 xx 06 in horizontal_line_5_3_scale_mmx()
258 01 xx 03 xx 05 xx 07 xx in horizontal_line_5_3_scale_mmx()
261 00 xx 02 xx 04 xx 06 xx in horizontal_line_5_3_scale_mmx()
263 xx xx 01 xx 03 xx 05 xx in horizontal_line_5_3_scale_mmx()
289 xx 00 xx 02 xx 04 xx 06 in horizontal_line_5_3_scale_mmx()
291 01 xx 03 xx 05 xx 07 xx in horizontal_line_5_3_scale_mmx()
294 00 xx 02 xx 04 xx 06 xx in horizontal_line_5_3_scale_mmx()
[all …]
/external/libvpx/libvpx/vpx_scale/win32/
Dscaleopt.c108 01 02 03 04 05 06 07 xx in horizontal_line_5_4_scale_mmx()
110 xx 00 xx 01 xx 02 xx 03 in horizontal_line_5_4_scale_mmx()
113 xx 01 xx 02 xx 03 xx 04 in horizontal_line_5_4_scale_mmx()
256 xx 00 xx 02 xx 04 xx 06 in horizontal_line_5_3_scale_mmx()
258 01 xx 03 xx 05 xx 07 xx in horizontal_line_5_3_scale_mmx()
261 00 xx 02 xx 04 xx 06 xx in horizontal_line_5_3_scale_mmx()
263 xx xx 01 xx 03 xx 05 xx in horizontal_line_5_3_scale_mmx()
289 xx 00 xx 02 xx 04 xx 06 in horizontal_line_5_3_scale_mmx()
291 01 xx 03 xx 05 xx 07 xx in horizontal_line_5_3_scale_mmx()
294 00 xx 02 xx 04 xx 06 xx in horizontal_line_5_3_scale_mmx()
[all …]
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_db.c62 UINT16 xx, yy; in sdp_db_service_search() local
79 for (xx = 0; xx < p_rec->num_attributes; xx++, p_attr++) in sdp_db_service_search()
97 if (xx == p_rec->num_attributes) in sdp_db_service_search()
194 UINT16 xx; in sdp_db_find_attr_in_rec() local
197 for (xx = 0, p_at = &p_rec->attribute[0]; xx < p_rec->num_attributes; in sdp_db_find_attr_in_rec()
198 xx++, p_at++) in sdp_db_find_attr_in_rec()
222 UINT16 xx, yy, len; in sdp_compose_proto_list() local
231 for (xx = 0; xx < num_elem; xx++, p_elem_list++) in sdp_compose_proto_list()
333 UINT16 xx, yy, zz; in SDP_DeleteRecord() local
350 for (xx = 0; xx < sdp_cb.server_db.num_records; xx++, p_rec++) in SDP_DeleteRecord()
[all …]
/external/bluetooth/bluedroid/stack/btm/
Dbtm_sco.c410 UINT8 xx; in btm_send_connect_request() local
434 if ((xx = btm_handle_to_acl_index(acl_handle)) < MAX_L2CAP_LINKS) in btm_send_connect_request()
436 p_acl = &btm_cb.acl_db[xx]; in btm_send_connect_request()
568 UINT16 xx; in BTM_CreateSco() local
592 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) in BTM_CreateSco()
605 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) in BTM_CreateSco()
613 for (xx = 0, p = &btm_cb.sco_cb.sco_db[0]; xx < BTM_MAX_SCO_LINKS; xx++, p++) in BTM_CreateSco()
711 *p_sco_inx = xx; in BTM_CreateSco()
736 UINT16 xx; in btm_sco_chk_pend_unpark() local
740 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) in btm_sco_chk_pend_unpark()
[all …]
Dbtm_pm.c142 int xx; in BTM_PmRegister() local
153 for(xx=0; xx<BTM_MAX_PM_RECORDS; xx++) in BTM_PmRegister()
156 if(btm_cb.pm_reg_db[xx].mask == BTM_PM_REC_NOT_USED) in BTM_PmRegister()
163 btm_cb.pm_reg_db[xx].cback = p_cb; in BTM_PmRegister()
165 btm_cb.pm_reg_db[xx].mask = mask; in BTM_PmRegister()
166 *p_pm_id = xx; in BTM_PmRegister()
362 int xx; in btm_pm_reset() local
374 for(xx=0; xx<BTM_MAX_PM_RECORDS; xx++) in btm_pm_reset()
376 btm_cb.pm_reg_db[xx].mask = BTM_PM_REC_NOT_USED; in btm_pm_reset()
419 UINT8 xx; in btm_pm_find_acl_ind() local
[all …]
/external/libnfc-nci/src/nfc/tags/
Dtags_int.c125 int xx; in t1t_cmd_to_rsp_info() local
127 for (xx = 0, p=&t1t_cmd_rsp_infos[0]; xx<T1T_MAX_NUM_OPCODES; xx++, p++) in t1t_cmd_to_rsp_info()
131 if ((xx < T1T_STATIC_OPCODES) || (rw_cb.tcb.t1t.hr[0] != T1T_STATIC_HR0)) in t1t_cmd_to_rsp_info()
153 int xx; in t1t_tag_init_data() local
155 for (xx = 0, p = &t1t_init_content[0]; xx < T1T_MAX_TAG_MODELS; xx++, p++) in t1t_tag_init_data()
180 int xx; in t2t_tag_init_data() local
182 for (xx = 0, p = &t2t_init_content[0]; xx < T2T_MAX_TAG_MODELS; xx++, p++) in t2t_tag_init_data()
211 int xx; in t2t_cmd_to_rsp_info() local
213 for (xx = 0, p = &t2t_cmd_rsp_infos[0]; xx < T2T_MAX_NUM_OPCODES; xx++, p++) in t2t_cmd_to_rsp_info()
/external/speex/libspeex/
Dfilters_sse.h56 __m128 xx; in filter_mem16_10() local
59 xx = _mm_load_ps1(x+i); in filter_mem16_10()
60 yy = _mm_add_ss(xx, mem[0]); in filter_mem16_10()
68 mem[0] = _mm_add_ps(mem[0], _mm_mul_ps(xx, num[0])); in filter_mem16_10()
74 mem[1] = _mm_add_ps(mem[1], _mm_mul_ps(xx, num[1])); in filter_mem16_10()
79 mem[2] = _mm_add_ps(mem[2], _mm_mul_ps(xx, num[2])); in filter_mem16_10()
106 __m128 xx; in filter_mem16_8() local
109 xx = _mm_load_ps1(x+i); in filter_mem16_8()
110 yy = _mm_add_ss(xx, mem[0]); in filter_mem16_8()
118 mem[0] = _mm_add_ps(mem[0], _mm_mul_ps(xx, num[0])); in filter_mem16_8()
[all …]

12345678910>>...22