/external/openssl/crypto/rsa/ |
D | rsa_sign.c | 154 int int_rsa_verify(int dtype, const unsigned char *m, in int_rsa_verify() argument 179 if((dtype == NID_md5_sha1) && rm) in int_rsa_verify() 195 if((dtype == NID_md5_sha1) && (m_len != SSL_SIG_LENGTH) ) { in int_rsa_verify() 205 if (dtype == NID_mdc2 && i == 18 && s[0] == 0x04 && s[1] == 0x10) in int_rsa_verify() 220 if(dtype == NID_md5_sha1) { in int_rsa_verify() 252 OBJ_nid2ln(dtype)); in int_rsa_verify() 254 if (sigtype != dtype) in int_rsa_verify() 256 if (((dtype == NID_md5) && in int_rsa_verify() 258 ((dtype == NID_md2) && in int_rsa_verify() 276 md = EVP_get_digestbynid(dtype); in int_rsa_verify() [all …]
|
D | rsa_locl.h | 1 extern int int_rsa_verify(int dtype, const unsigned char *m, unsigned int m_len,
|
D | rsa_saos.c | 104 int RSA_verify_ASN1_OCTET_STRING(int dtype, in RSA_verify_ASN1_OCTET_STRING() argument
|
D | rsa.h | 118 int (*rsa_verify)(int dtype,
|
/external/skia/tests/ |
D | PremulAlphaRoundTripTest.cpp | 52 for (int dtype = 0; dtype < 2; ++dtype) { in PremulAlphaRoundTripTest() local 53 if (0 == dtype) { in PremulAlphaRoundTripTest()
|
D | ReadPixelsTest.cpp | 305 for (int dtype = 0; dtype < 2; ++dtype) { in ReadPixelsTest() local 307 if (0 == dtype) { in ReadPixelsTest()
|
/external/ceres-solver/internal/ceres/ |
D | suitesparse.cc | 53 triplet.dtype = CHOLMOD_DOUBLE; in CreateSparseMatrix() 75 triplet.dtype = CHOLMOD_DOUBLE; in CreateSparseMatrixTranspose() 94 m->dtype = CHOLMOD_DOUBLE; in CreateSparseMatrixTransposeView() 179 block_matrix.dtype = CHOLMOD_DOUBLE; in BlockAMDOrdering()
|
/external/eigen/Eigen/src/CholmodSupport/ |
D | CholmodSupport.h | 23 mat.dtype = CHOLMOD_SINGLE; in cholmod_configure_matrix() 28 mat.dtype = CHOLMOD_DOUBLE; in cholmod_configure_matrix() 33 mat.dtype = CHOLMOD_SINGLE; in cholmod_configure_matrix() 38 mat.dtype = CHOLMOD_DOUBLE; in cholmod_configure_matrix() 73 res.dtype = 0; in viewAsCholmod()
|
/external/chromium/base/win/ |
D | registry.h | 64 DWORD* dtype) const; 70 DWORD dtype);
|
D | registry.cc | 145 DWORD* dtype) const { in ReadValue() 147 LONG result = RegQueryValueEx(key_, name, 0, dtype, in ReadValue() 219 DWORD dsize, DWORD dtype) { in WriteValue() argument 223 LONG result = RegSetValueEx(key_, name, 0, dtype, in WriteValue()
|
/external/v8/tools/ |
D | gen-postmortem-metadata.py | 344 dtype = args[2]; 348 'name': 'class_%s__%s__%s' % (klass, field, dtype),
|
/external/quake/quake/src/QW/progs/ |
D | combat.qc | 5 void(entity inflictor, entity attacker, float damage, entity ignore, string dtype) T_RadiusDamage; 252 void(entity inflictor, entity attacker, float damage, entity ignore, string dtype) T_RadiusDamage = 283 head.deathtype = dtype;
|
D | weapons.qc | 5 void(entity bomb, entity attacker, float rad, entity ignore, string dtype) T_RadiusDamage;
|
/external/opencv/cv/src/ |
D | cvundistort.cpp | 386 int stype, dtype; in cvUndistortPoints() local 429 dtype = CV_MAT_TYPE(_dst->type); in cvUndistortPoints() 431 dstep = _dst->rows == 1 ? 1 : _dst->step/CV_ELEM_SIZE(dtype); in cvUndistortPoints() 476 if( dtype == CV_32FC2 ) in cvUndistortPoints()
|
D | cvcalibration.cpp | 2628 int stype = CV_MAT_TYPE(src->type), dtype = CV_MAT_TYPE(dst->type); in cvReprojectImageTo3D() local 2635 (CV_MAT_TYPE(dtype) == CV_16SC3 || CV_MAT_TYPE(dtype) == CV_32FC3) ); in cvReprojectImageTo3D() 2653 if( dtype != CV_32FC3 ) in cvReprojectImageTo3D() 2669 if( dtype == CV_16SC3 ) in cvReprojectImageTo3D()
|
/external/icu4c/i18n/ |
D | vtzone.cpp | 815 DateTimeRule::DateRuleType dtype; in toWallTimeRule() local 828 dtype = rule->getDateRuleType(); in toWallTimeRule() 831 if (dtype == DateTimeRule::DOW) { in toWallTimeRule() 835 dtype = DateTimeRule::DOW_GEQ_DOM; in toWallTimeRule() 838 dtype = DateTimeRule::DOW_LEQ_DOM; in toWallTimeRule() 853 if (dtype != DateTimeRule::DOM) { in toWallTimeRule() 865 if (dtype == DateTimeRule::DOM) { in toWallTimeRule() 869 (dtype == DateTimeRule::DOW_GEQ_DOM), wallt, DateTimeRule::WALL_TIME); in toWallTimeRule()
|
/external/opencv/cxcore/src/ |
D | cxmatmul.cpp | 3125 int stype, dtype; in cvMulTransposed() local 3154 dtype = CV_MAT_TYPE( dst->type ); in cvMulTransposed() 3163 if( src->data.ptr == dst->data.ptr || (stype == dtype && in cvMulTransposed() 3179 stype == CV_8U && dtype == CV_32F ? in cvMulTransposed() 3182 stype == CV_8U && dtype == CV_64F ? in cvMulTransposed() 3185 stype == CV_16U && dtype == CV_32F ? in cvMulTransposed() 3188 stype == CV_16U && dtype == CV_64F ? in cvMulTransposed() 3191 stype == CV_16S && dtype == CV_32F ? in cvMulTransposed() 3194 stype == CV_16S && dtype == CV_64F ? in cvMulTransposed() 3197 stype == CV_32F && dtype == CV_32F ? in cvMulTransposed() [all …]
|
/external/kernel-headers/original/asm-mips/ |
D | sgiarcs.h | 179 enum linux_devtypes dtype; member
|
/external/openssl/include/openssl/ |
D | rsa.h | 118 int (*rsa_verify)(int dtype,
|
/external/javassist/src/main/javassist/compiler/ |
D | CodeGen.java | 1416 int dtype = typePrecedence(destType); in atNumCastExpr() local 1418 op = castOp[stype * 4 + dtype]; in atNumCastExpr()
|
/external/valgrind/main/perf/ |
D | tinycc.c | 13970 CType dtype; in init_putv() local 13991 dtype = *type; in init_putv() 13992 dtype.t &= ~VT_CONSTANT; /* need to do that to avoid false warning */ in init_putv() 13997 gen_assign_cast(&dtype); in init_putv() 14043 vset(&dtype, VT_LOCAL, c); in init_putv()
|
/external/bison/doc/ |
D | bison.texi | 3730 double dtype; 3737 rule as an integer, or @code{$<dtype>1} to refer to it as a double. 12318 @c LocalWords: ptypes itype YYPRINT trigraphs yytname expseq vindex dtype Unary
|
D | bison.info | 3976 double dtype; 3980 rule as an integer, or `$<dtype>1' to refer to it as a double.
|