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

  /external/chromium_org/third_party/openssl/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/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...]
  /ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c 205 const uint8x8x2_t c_d = {{ c, d }}; local
207 vst2_u8(r_uv + 32, c_d);
236 const uint8x8x2_t c_d = {{ c, d }}; local
238 vst2_u8(r_uv + 16 + 32, c_d);
  /external/chromium_org/third_party/libwebp/dsp/
upsampling_neon.c 66 const uint8x8x2_t c_d = {{ c, d }}; \
68 vst2_u8(out + 32, c_d); \
  /external/webp/src/dsp/
upsampling_neon.c 66 const uint8x8x2_t c_d = {{ c, d }}; \
68 vst2_u8(out + 32, c_d); \

Completed in 556 milliseconds