Searched defs:num_val (Results 1 - 6 of 6) sorted by relevance

/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/bta/dm/
H A Dbta_dm_int.h766 UINT32 num_val; /* the numeric value for comparison. If just_works, do not show this number to UI */ member in struct:__anon520
/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:__anon665
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h999 UINT8 num_val; member in struct:__anon1218
1020 UINT8 num_val; member in struct:__anon1220
1231 UINT8 num_val; member in struct:__anon1239
1241 UINT8 num_val; member in struct:__anon1240
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:__anon1304

Completed in 206 milliseconds