OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aX
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/ec/
ec2_smpl.c
607
BIGNUM *
aX
, *aY, *bX, *bY;
632
aX
= BN_CTX_get(ctx);
638
if (!EC_POINT_get_affine_coordinates_GF2m(group, a,
aX
, aY, ctx)) goto err;
640
ret = ((BN_cmp(
aX
, bX) == 0) && BN_cmp(aY, bY) == 0) ? 0 : 1;
/external/tremolo/Tremolo/
mdct.c
65
DATA_TYPE *
aX
;
70
aX
= in+n2-3;
74
REG_TYPE s0=
aX
[0];
75
REG_TYPE s2=
aX
[2];
76
XPROD31( s0, s2, T[0], T[1], &
aX
[0], &
aX
[2] ); T+=step;
77
aX
-=4;
78
}while(
aX
>=in+n4);
80
REG_TYPE s0=
aX
[0];
81
REG_TYPE s2=
aX
[2]
[
all
...]
/external/zxing/core/
core.jar
Completed in 594 milliseconds