/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_nist.c | 362 BN_ULONG c_d[BN_NIST_192_TOP], *res; in BN_nist_mod_192() local 463 res = (bn_sub_words(c_d, r_d, _nist_p_192[0], BN_NIST_192_TOP) && carry) in BN_nist_mod_192() 465 : c_d; in BN_nist_mod_192() 498 BN_ULONG c_d[BN_NIST_224_TOP], *res; in BN_nist_mod_224() local 529 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP - 1), in BN_nist_mod_224() 532 nist_set_224(buf.bn, c_d, 14, 13, 12, 11, 10, 9, 8); in BN_nist_mod_224() 637 res = ((*adjust) (c_d, r_d, _nist_p_224[0], BN_NIST_224_TOP) && carry) in BN_nist_mod_224() 639 : c_d; in BN_nist_mod_224() 670 BN_ULONG c_d[BN_NIST_256_TOP], *res; in BN_nist_mod_256() local 807 nist_set_256(c_d, bu in BN_nist_mod_256() 907 BN_ULONG c_d[BN_NIST_384_TOP], *res; BN_nist_mod_384() local [all...] |
/third_party/openssl/crypto/bn/ |
H A D | bn_nist.c | 340 BN_ULONG c_d[BN_NIST_192_TOP], *res; in BN_nist_mod_192() local 441 res = (bn_sub_words(c_d, r_d, _nist_p_192[0], BN_NIST_192_TOP) && carry) in BN_nist_mod_192() 443 : c_d; in BN_nist_mod_192() 476 BN_ULONG c_d[BN_NIST_224_TOP], *res; in BN_nist_mod_224() local 507 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP - 1), in BN_nist_mod_224() 510 nist_set_224(buf.bn, c_d, 14, 13, 12, 11, 10, 9, 8); in BN_nist_mod_224() 615 res = ((*adjust) (c_d, r_d, _nist_p_224[0], BN_NIST_224_TOP) && carry) in BN_nist_mod_224() 617 : c_d; in BN_nist_mod_224() 648 BN_ULONG c_d[BN_NIST_256_TOP], *res; in BN_nist_mod_256() local 785 nist_set_256(c_d, bu in BN_nist_mod_256() 885 BN_ULONG c_d[BN_NIST_384_TOP], *res; BN_nist_mod_384() local [all...] |
/third_party/libabigail/tests/data/test-abidiff-exit/ |
H A D | qualifier-typedef-array-v0.c | 20 D c_d; member
|
H A D | qualifier-typedef-array-v1.c | 20 const D c_d; // same member
|
/third_party/python/Lib/email/ |
H A D | message.py | 965 c_d = _splitparam(value)[0].lower() 966 return c_d 1001 c_d = self.get('content-disposition') 1002 return False if c_d is None else c_d.content_disposition == 'attachment'
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.h | 809 void c_d(FPUCondition cond, FPURegister ft, FPURegister fs, uint16_t cc = 0);
|
H A D | assembler-mips64.cc | 3128 void Assembler::c_d(FPUCondition cond, FPURegister fs, FPURegister ft, in c_d() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.h | 749 void c_d(FPUCondition cond, FPURegister ft, FPURegister fs, uint16_t cc = 0);
|
H A D | assembler-mips.cc | 2922 void Assembler::c_d(FPUCondition cond, FPURegister fs, FPURegister ft, in c_d() function in v8::internal::Assembler
|