Searched refs:num_val (Results 1 - 11 of 11) sorted by relevance

/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_pars_tg.c120 BE_STREAM_TO_UINT8 (p_result->set_app_val.num_val, p);
122 if (p_buf && (len == ((p_result->set_app_val.num_val<<1) + 1)))
126 for (xx=0; ((xx< p_result->set_app_val.num_val) && (buf_len > size_needed)); xx++)
133 if (xx != p_result->set_app_val.num_val)
135 AVRC_TRACE_ERROR2("AVRC_PDU_SET_PLAYER_APP_VALUE not enough room:%d orig num_val:%d",
136 xx, p_result->set_app_val.num_val);
137 p_result->set_app_val.num_val = xx;
157 BE_STREAM_TO_UINT8 (p_result->get_app_val_txt.num_val, p);
158 if ( (len - 2/* attr_id & num_val */) != p_result->get_app_val_txt.num_val)
[all...]
H A Davrc_bld_tg.c187 *p_num = p_rsp->num_val;
193 *p_num += p_rsp->num_val;
197 for (xx=0; xx<p_rsp->num_val; xx++)
250 for (xx=0; xx<p_rsp->num_val; xx++)
/external/chromium_org/third_party/openssl/openssl/crypto/ec/
H A Dec_mult.c363 size_t num_val; local
457 /* num_val will be the total number of temporarily precomputed points */
458 num_val = 0;
466 num_val += (size_t)1 << (wsize[i] - 1);
592 val = OPENSSL_malloc((num_val + 1) * sizeof val[0]);
598 val[num_val] = NULL; /* pivot element */
612 if (!(v == val + num_val))
649 if (!EC_POINTs_make_affine(group, num_val, val, ctx))
/external/openssl/crypto/ec/
H A Dec_mult.c363 size_t num_val; local
457 /* num_val will be the total number of temporarily precomputed points */
458 num_val = 0;
466 num_val += (size_t)1 << (wsize[i] - 1);
592 val = OPENSSL_malloc((num_val + 1) * sizeof val[0]);
598 val[num_val] = NULL; /* pivot element */
612 if (!(v == val + num_val))
649 if (!EC_POINTs_make_affine(group, num_val, val, ctx))
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h999 UINT8 num_val; member in struct:__anon1221
1020 UINT8 num_val; member in struct:__anon1223
1231 UINT8 num_val; member in struct:__anon1242
1241 UINT8 num_val; member in struct:__anon1243
H A Dbtm_api.h1465 UINT32 num_val; /* the numeric value for comparison. If just_works, do not show this number to UI */ member in struct:__anon1307
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_int.h768 UINT32 num_val; /* the numeric value for comparison. If just_works, do not show this number to UI */ member in struct:__anon520
H A Dbta_dm_act.c2789 sec_event.key_notif.passkey = bta_dm_cb.num_val; /* get PIN code numeric number */
2811 sec_event.key_notif.passkey = bta_dm_cb.num_val; /* get PIN code numeric number */
3027 bta_dm_cb.num_val = sec_event.key_notif.passkey = p_data->key_notif.passkey;
/external/bluetooth/bluedroid/bta/include/
H A Dbta_api.h736 UINT32 num_val; /* the numeric value for comparison. If just_works, do not show this number to UI */ member in struct:__anon666
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c785 p_ssp_cfm_req->num_val);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_sec.c3388 STREAM_TO_UINT32 (evt_data.cfm_req.num_val, p);

Completed in 393 milliseconds