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

  /external/openssl/crypto/bn/
bn_nist.c 361 register BN_ULONG *r_d, *a_d = a->d; local
394 nist_cp_bn(r_d, a_d, BN_NIST_192_TOP);
397 r_d = a_d;
399 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
513 nist_cp_bn(r_d, a_d, BN_NIST_224_TOP);
516 r_d = a_d;
520 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP-1), top - (BN_NIST_224_TOP-1), BN_NIST_224_TOP);
526 nist_cp_bn_0(buf, a_d + BN_NIST_224_TOP, top - BN_NIST_224_TOP, BN_NIST_224_TOP);
635 register BN_ULONG *a_d = a->d, *r_d local
838 register BN_ULONG *r_d, *a_d = a->d; local
1046 BN_ULONG *r_d, *a_d = a->d, local
    [all...]
  /external/skia/src/sfnt/
SkOTTable_glyf.h 162 SK_OT_F2DOT14 a_d; member in struct:SkOTTableGlyphData::Composite::Component::Transform::Matrix::Scale

Completed in 552 milliseconds