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

  /external/openssl/crypto/bn/
bn_nist.c 366 BN_ULONG c_d[BN_NIST_192_TOP], local
452 mask = 0-(PTR_SIZE_INT)bn_sub_words(c_d,r_d,_nist_p_192[0],BN_NIST_192_TOP);
455 (((PTR_SIZE_INT)c_d&~mask) | ((PTR_SIZE_INT)r_d&mask));
483 c_d[BN_NIST_224_TOP], local
520 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP-1), top - (BN_NIST_224_TOP-1), BN_NIST_224_TOP);
522 nist_set_224(buf, c_d, 14, 13, 12, 11, 10, 9, 8);
607 mask = 0-(PTR_SIZE_INT)(*u.f)(c_d,r_d,_nist_p_224[0],BN_NIST_224_TOP);
609 res = (BN_ULONG *)(((PTR_SIZE_INT)c_d&~mask) |
640 BN_ULONG c_d[BN_NIST_256_TOP], local
754 nist_set_256(c_d, buf.bn, 0, 15, 14, 13, 12, 0, 0, 0)
843 BN_ULONG c_d[BN_NIST_384_TOP], local
    [all...]
  /external/webp/src/dsp/
upsampling_neon.c 64 const uint8x8x2_t c_d = {{ c, d }}; \
66 vst2_u8(out + 32, c_d); \

Completed in 393 milliseconds