HomeSort by relevance Sort by last modified time
    Searched refs:num_val (Results 1 - 18 of 18) sorted by null

  /external/boringssl/src/crypto/fipsmodule/ec/
wnaf.c 255 size_t num_val = 0; local
303 /* num_val will be the total number of temporarily precomputed points */
304 num_val = 0;
311 num_val += (size_t)1 << (wsize[i] - 1);
324 val = OPENSSL_malloc(num_val * sizeof(val[0]));
329 OPENSSL_memset(val, 0, num_val * sizeof(val[0]));
343 if (!(v == val + num_val)) {
380 if (!EC_POINTs_make_affine(group, num_val, val, ctx)) {
451 for (i = 0; i < num_val; i++) {
  /system/bt/stack/avrc/
avrc_pars_tg.cc 174 BE_STREAM_TO_UINT8(p_result->set_app_val.num_val, p);
176 if (p_buf && (len == ((p_result->set_app_val.num_val << 1) + 1))) {
180 ((xx < p_result->set_app_val.num_val) && (buf_len > size_needed));
188 if (xx != p_result->set_app_val.num_val) {
191 "num_val:%d",
192 __func__, xx, p_result->set_app_val.num_val);
193 p_result->set_app_val.num_val = xx;
211 BE_STREAM_TO_UINT8(p_result->get_app_val_txt.num_val, p);
212 if ((len - 2 /* attr_id & num_val */) !=
213 p_result->get_app_val_txt.num_val)
    [all...]
avrc_pars_ct.cc 469 p_result->list_app_values.num_val = 0;
472 BE_STREAM_TO_UINT8(p_result->list_app_values.num_val, p);
474 p_result->list_app_values.num_val);
475 for (int xx = 0; xx < p_result->list_app_values.num_val; xx++) {
482 p_result->get_cur_app_val.num_val = 0;
485 BE_STREAM_TO_UINT8(p_result->get_cur_app_val.num_val, p);
487 p_result->get_cur_app_val.num_val * sizeof(tAVRC_APP_SETTING));
489 p_result->get_cur_app_val.num_val);
490 for (int xx = 0; xx < p_result->get_cur_app_val.num_val; xx++) {
avrc_bld_ct.cc 284 uint8_t param_len = p_cmd->num_val + 1;
287 UINT8_TO_BE_STREAM(p_data, p_cmd->num_val);
288 for (int count = 0; count < p_cmd->num_val; count++) {
621 p_pkt, p_cmd->set_app_val.num_val, p_cmd->set_app_val.p_vals);
avrc_bld_tg.cc 182 *p_num = p_rsp->num_val;
186 *p_num += p_rsp->num_val;
189 for (xx = 0; xx < p_rsp->num_val; xx++) {
236 for (xx = 0; xx < p_rsp->num_val; xx++) {
    [all...]
  /hardware/libhardware/include/hardware/
bt_rc.h 198 uint8_t num_val; member in struct:__anon43042
204 uint8_t num_val; member in struct:__anon43043
318 typedef void (* btrc_get_player_app_values_text_callback) (uint8_t attr_id, uint8_t num_val,
435 ** num_val: Specifies the number of values contained in the pointer p_vals
437 bt_status_t (*list_player_app_value_rsp)( RawAddress *bd_addr, int num_val, uint8_t *p_vals);
451 bt_status_t (*get_player_app_value_text_rsp)( RawAddress *bd_addr, int num_val,
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp_controller.cpp 162 arraylen += 2 + app_attrs[i].num_val;
178 (jbyte*)&(app_attrs[i].num_val));
181 app_attrs[i].num_val,
183 k = k + app_attrs[i].num_val;
    [all...]
  /system/bt/stack/include/
avrc_defs.h 1125 uint8_t num_val; member in struct:__anon113714
1144 uint8_t num_val; member in struct:__anon113716
1348 uint8_t num_val; member in struct:__anon113736
1358 uint8_t num_val; member in struct:__anon113737
    [all...]
btm_api_types.h 1453 uint32_t num_val; \/* the numeric value for comparison. If just_works, do not member in struct:__anon113802
    [all...]
  /system/bt/btif/src/
btif_rc.cc     [all...]
btif_dm.cc     [all...]
  /system/core/logcat/tests/
logcat_test.cpp 1041 static const unsigned num_val = 32; local
1052 tmp_out_dir, log_filename, num_val);
1077 EXPECT_EQ(count, num_val + 1);
    [all...]
  /system/bt/bta/dm/
bta_dm_int.h 637 uint32_t num_val; /* the numeric value for comparison. If just_works, do not member in struct:__anon112864
bta_dm_act.cc     [all...]
  /system/bt/bta/include/
bta_api.h 628 uint32_t num_val; /* the numeric value for comparison. If just_works, do not member in struct:__anon113021
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilts/tools/common/jasmin/
jasmin.jar 
  /system/bt/stack/btm/
btm_sec.cc     [all...]

Completed in 660 milliseconds