/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_gentype.inl | 10 template <typename vT, uint cT, uint rT, profile pT> 11 typename base<vT, cT, rT, pT>::size_type base<vT, cT, rT, pT>::col_size() 16 template <typename vT, uint cT, uint rT, profile pT> 17 typename base<vT, cT, rT, pT>::size_type base<vT, cT, rT, pT>::row_size() 22 template <typename vT, uint cT, uint rT, profile pT> 23 typename base<vT, cT, rT, pT>::size_type base<vT, cT, rT, pT>::value_size() 28 template <typename vT, uint cT, uint rT, profile pT> 29 bool base<vT, cT, rT, pT>::is_scalar() 34 template <typename vT, uint cT, uint rT, profile pT> 35 bool base<vT, cT, rT, pT>::is_vector() [all …]
|
/external/sfntly/cpp/src/sfntly/port/ |
D | refcount.h | 184 Ptr(T* pT) : p_(NULL) { in Ptr() argument 185 *this = pT; in Ptr() 196 T* operator=(T* pT) { 197 if (p_ == pT) { 200 if (pT) { 201 RefCount* p = static_cast<RefCount*>(pT); 208 p_ = pT; 239 bool operator!=(T* pT) const { 240 return !operator==(pT); 243 bool operator==(T* pT) const { [all …]
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
D | CryptSym.c | 145 BYTE *pT; in CryptSymmetricEncrypt() local 194 pT = tmp; in CryptSymmetricEncrypt() 196 *dOut++ = *dIn++ ^ *pT++; in CryptSymmetricEncrypt() 299 BYTE *pT; in CryptSymmetricDecrypt() local 372 pT = tmp; in CryptSymmetricDecrypt() 374 *pT++ = *dIn++; in CryptSymmetricDecrypt() 377 pT = tmp; in CryptSymmetricDecrypt() 381 *pIv++ = *pT++; in CryptSymmetricDecrypt() 391 pT = tmp; in CryptSymmetricDecrypt() 396 *dOut++ = *pT++ ^ (*pIv++ = *dIn++); in CryptSymmetricDecrypt() [all …]
|
D | CryptRsa.c | 182 BN_PRIME(pT); in ComputePrivateExponent() 188 pOK = BnSubWord(pT, Z->P, 1); in ComputePrivateExponent() 189 pOK = pOK && BnModInverse(Z->dP, pubExp, pT); in ComputePrivateExponent() 191 qOK = BnSubWord(pT, Z->Q, 1); in ComputePrivateExponent() 192 qOK = qOK && BnModInverse(Z->dQ, pubExp, pT); in ComputePrivateExponent()
|
/external/clang/test/SemaTemplate/ |
D | destructor-template.cpp | 59 T &pT = t; in ~Foo() local 60 pT; in ~Foo()
|
D | class-template-decl.cpp | 152 T &pT = T(); in DontCrashOnThis() local 153 pT; in DontCrashOnThis()
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | destructor-template.cpp | 59 T &pT = t; in ~Foo() local 60 pT; in ~Foo()
|
D | class-template-decl.cpp | 160 T &pT = T(); in DontCrashOnThis() local 161 pT; in DontCrashOnThis()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | DormandPrince853StepInterpolator.java | 398 final double pT = getGlobalPreviousTime(); in doFinalize() local 407 integrator.computeDerivatives(pT + C14 * h, yTmp, yDotKLast[0]); in doFinalize() 417 integrator.computeDerivatives(pT + C15 * h, yTmp, yDotKLast[1]); in doFinalize() 427 integrator.computeDerivatives(pT + C16 * h, yTmp, yDotKLast[2]); in doFinalize()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 564 Sk2f p01, p02, pT, p11, p12; in appendCubics() local 565 chop_cubic(p0, p1, p2, p3, localT, &p01, &p02, &pT, &p11, &p12); in appendCubics() 566 this->appendCubics(mode, p0, p01, p02, pT, chops, midChopIdx, localT0, T); in appendCubics() 567 this->appendCubics(rightMode, pT, p11, p12, p3, &chops[midChopIdx + 1], in appendCubics() 687 Sk2f p01, p02, pT, p11, p12; in chopAndAppendCubicAtMidTangent() local 688 chop_cubic(p0, p1, p2, p3, midT, &p01, &p02, &pT, &p11, &p12); in chopAndAppendCubicAtMidTangent() 689 this->appendCubics(mode, p0, p01, p02, pT, maxFutureSubdivisions); in chopAndAppendCubicAtMidTangent() 690 this->appendCubics(mode, pT, p11, p12, p3, maxFutureSubdivisions); in chopAndAppendCubicAtMidTangent()
|
/external/clang/test/Parser/ |
D | MicrosoftExtensions.cpp | 195 pointerT pT = &t; in redundant_typename() local 196 *pT = 4; in redundant_typename()
|
/external/testng/src/main/java/org/testng/log4testng/ |
D | Logger.java | 441 private void log(int pLevel, Object pMessage, Throwable pT) { in log() argument 444 if(null != pT) { in log() 447 pT.printStackTrace(ps); in log()
|
/external/llvm-project/clang/test/Parser/ |
D | MicrosoftExtensions.cpp | 214 pointerT pT = &t; in redundant_typename() local 215 *pT = 4; in redundant_typename()
|
/external/aac/libAACdec/src/ |
D | usacdec_acelp.h | 213 FIXP_DBL synth[], int pT[], FIXP_DBL *pit_gain,
|
D | usacdec_acelp.cpp | 739 FIXP_DBL synth[], int pT[], FIXP_DBL *pit_gain, in CLpd_AcelpDecode() argument 839 pT[subfr_nr] = PIT_MAX; in CLpd_AcelpDecode() 841 pT[subfr_nr] = T; in CLpd_AcelpDecode()
|
/external/ImageMagick/PerlMagick/t/reference/write/jng/ |
D | read_prog_jdaa.miff | 18 …G�?3'�91$�:8,�46+�-3)�.6+�,6-�)5)�*6,�.:.�2<1�7?2�@F:�FR>�=P2�I_;�MbA�avW�]pT�6J/�gdQ�ifS�jgV�ifW�…
|
D | read_jdaa.miff | 18 …G�?3'�91$�:8,�46+�-3)�.6+�,6-�)5)�*6,�.:.�2<1�7?2�@F:�FR>�=P2�I_;�MbA�avW�]pT�6J/�gdQ�ifS�jgV�ifW�…
|
D | read_prog_idat.miff | 33 …G�?3'�91$�:8,�46+�-3)�.6+�,6-�)5)�*6,�.:.�2<1�7?2�@F:�FR>�=P2�I_;�MbA�avW�]pT�6J/�gdQ�ifS�jgV�ifW�…
|
D | read_idat.miff | 33 …G�?3'�91$�:8,�46+�-3)�.6+�,6-�)5)�*6,�.:.�2<1�7?2�@F:�FR>�=P2�I_;�MbA�avW�]pT�6J/�gdQ�ifS�jgV�ifW�…
|
/external/ImageMagick/PerlMagick/t/reference/write/wmf/ |
D | wizard.miff | 134 �����"��pT��̙��̙��̙��̙��̙��̙�t�������u^F��̙��̙��̙��̙��̙��̙��̙��̙… 144 ��̙��jO�+#���pT��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙�jU@� 160 …̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��pT��A4'��qU��*�… 161 �}dK��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��pT���� … 261 …q���k���e�v^G�"��������///��������������������pT��̙��̙��̙��̙��̙��̙��̙… 271 …�̙��̙��̙��̙��̙��̙��̙��̙�%��������������===��WF4��̙��̙��̙��̙��̙��̙��pT������i��̙��… 428 …̙��̙��̙��̙��̙�.%��+#��̙��̙��̙�cO<��qZD��̙��̙��̙��̙��̙��̙��̙��̙��̙��pT����̙��̙��̙�… 439 ��Ƞx��̙��̙��̙��̙��̙��̙��̙��̙��̙��̙��ē����������pT��̙��̙��̙��̙��̙��̙��̙…
|
/external/sqlite/dist/ |
D | shell.c | 7741 IdxConstraint *pT = pTail; in idxFindCompatible() local 7767 if( pT ){ in idxFindCompatible() 7768 if( pT->iCol!=iCol || sqlite3_stricmp(pT->zColl, zColl) ){ in idxFindCompatible() 7772 pT = pT->pLink; in idxFindCompatible()
|
/external/sqlite/dist/orig/ |
D | shell.c | 7736 IdxConstraint *pT = pTail; in idxFindCompatible() local 7762 if( pT ){ in idxFindCompatible() 7763 if( pT->iCol!=iCol || sqlite3_stricmp(pT->zColl, zColl) ){ in idxFindCompatible() 7767 pT = pT->pLink; in idxFindCompatible()
|
/external/rust/crates/bstr/src/unicode/fsm/ |
D | word_break_fwd.littleendian.dfa | 1120 …3>�F�T�z���������$T����\T��$��3,�4�pT�T^��T����…
|
D | word_break_fwd.bigendian.dfa | 898 …����,�@�T;8p�p�p�����������������������p p@:�pT3�ph3�pv��…
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 129046 TriggerPrg *pT = sParse.pTriggerPrg; 129047 sParse.pTriggerPrg = pT->pNext; 129048 sqlite3DbFree(db, pT); 150467 WhereTerm *pT = &sWLB.pWC->a[ii]; 150468 if( pT->wtFlags & TERM_VIRTUAL ) continue; 150469 if( pT->prereqAll==0 && (nTabList==0 || exprIsDeterministic(pT->pExpr)) ){ 150470 sqlite3ExprIfFalse(pParse, pT->pExpr, pWInfo->iBreak, SQLITE_JUMPIFNULL); 150471 pT->wtFlags |= TERM_CODED; 182402 sqlite3_tokenizer_cursor *pT = 0; 182404 rc = sqlite3Fts3OpenTokenizer(p->pTokenizer, iLang, zText, -1, &pT); [all …]
|