Home
last modified time | relevance | path

Searched refs:c_d (Results 1 – 4 of 4) sorted by relevance

/external/openssl/crypto/bn/
Dbn_nist.c365 BN_ULONG c_d[BN_NIST_192_TOP], in BN_nist_mod_192() local
451 mask = 0-(PTR_SIZE_INT)bn_sub_words(c_d,r_d,_nist_p_192[0],BN_NIST_192_TOP); in BN_nist_mod_192()
453 res = c_d; in BN_nist_mod_192()
486 BN_ULONG c_d[BN_NIST_224_TOP], in BN_nist_mod_224() local
523 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP-1), top - (BN_NIST_224_TOP-1), BN_NIST_224_TOP); in BN_nist_mod_224()
525 nist_set_224(buf.bn, c_d, 14, 13, 12, 11, 10, 9, 8); in BN_nist_mod_224()
610 mask = 0-(PTR_SIZE_INT)(*u.f)(c_d,r_d,_nist_p_224[0],BN_NIST_224_TOP); in BN_nist_mod_224()
612 res = c_d; in BN_nist_mod_224()
644 BN_ULONG c_d[BN_NIST_256_TOP], in BN_nist_mod_256() local
758 nist_set_256(c_d, buf.bn, 0, 15, 14, 13, 12, 0, 0, 0); in BN_nist_mod_256()
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
Dbn_nist.c366 BN_ULONG c_d[BN_NIST_192_TOP], in BN_nist_mod_192() local
452 mask = 0-(PTR_SIZE_INT)bn_sub_words(c_d,r_d,_nist_p_192[0],BN_NIST_192_TOP); in BN_nist_mod_192()
455 (((PTR_SIZE_INT)c_d&~mask) | ((PTR_SIZE_INT)r_d&mask)); in BN_nist_mod_192()
483 c_d[BN_NIST_224_TOP], in BN_nist_mod_224() 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); in BN_nist_mod_224()
522 nist_set_224(buf, c_d, 14, 13, 12, 11, 10, 9, 8); in BN_nist_mod_224()
607 mask = 0-(PTR_SIZE_INT)(*u.f)(c_d,r_d,_nist_p_224[0],BN_NIST_224_TOP); in BN_nist_mod_224()
609 res = (BN_ULONG *)(((PTR_SIZE_INT)c_d&~mask) | in BN_nist_mod_224()
640 BN_ULONG c_d[BN_NIST_256_TOP], in BN_nist_mod_256() local
754 nist_set_256(c_d, buf.bn, 0, 15, 14, 13, 12, 0, 0, 0); in BN_nist_mod_256()
[all …]
/external/webp/src/dsp/
Dupsampling_neon.c65 uint8x8x2_t a_b, c_d; \
67 INIT_VECTOR2(c_d, c, d); \
69 vst2_u8(out + 32, c_d); \
/external/chromium_org/third_party/libwebp/dsp/
Dupsampling_neon.c65 uint8x8x2_t a_b, c_d; \
67 INIT_VECTOR2(c_d, c, d); \
69 vst2_u8(out + 32, c_d); \