OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_val
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/ec/
ec_mult.c
363
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))
/cts/tools/dx-tests/lib/
jasmin.jar
/dalvik/dx/etc/
jasmin.jar
Completed in 2103 milliseconds