/external/openssl/crypto/bn/ |
bn_nist.c | 360 register BN_ULONG *r_d, *a_d = a->d; local 393 nist_cp_bn(r_d, a_d, BN_NIST_192_TOP); 396 r_d = a_d; 398 nist_cp_bn_0(buf.bn, a_d + BN_NIST_192_TOP, top - BN_NIST_192_TOP, BN_NIST_192_TOP); 481 BN_ULONG *r_d, *a_d = a->d; local 516 nist_cp_bn(r_d, a_d, BN_NIST_224_TOP); 519 r_d = a_d; 523 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP-1), top - (BN_NIST_224_TOP-1), BN_NIST_224_TOP); 529 nist_cp_bn_0(buf.bn, a_d + BN_NIST_224_TOP, top - BN_NIST_224_TOP, BN_NIST_224_TOP); 639 register BN_ULONG *a_d = a->d, *r_d local 843 register BN_ULONG *r_d, *a_d = a->d; local 1052 BN_ULONG *r_d, *a_d = a->d, local [all...] |
/external/chromium_org/third_party/skia/src/sfnt/ |
SkOTTable_glyf.h | 162 SK_OT_F2DOT14 a_d; member in struct:SkOTTableGlyphData::Composite::Component::Transform::Matrix::Scale
|