Searched defs:dtmp (Results 1 - 5 of 5) sorted by relevance

/external/boringssl/src/crypto/pem/
H A Dpem_all.c183 DSA *dtmp; local
186 dtmp = EVP_PKEY_get1_DSA(key);
188 if (!dtmp)
192 *dsa = dtmp;
194 return dtmp;
223 EC_KEY *dtmp; local
226 dtmp = EVP_PKEY_get1_EC_KEY(key);
228 if (!dtmp)
232 *eckey = dtmp;
234 return dtmp;
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dintialize.c126 double t, dtmp, dtmp2, denum, denum2; local
142 dtmp = PITCH_WLPCASYM * t * denum + (1-PITCH_WLPCASYM) * t * t * denum2;
143 dtmp *= 3.14159265;
144 dtmp2 = sin(dtmp);
/external/webrtc/webrtc/modules/audio_processing/aec/
H A Decho_cancellation.c447 float dtmp; local
471 dtmp = kUpWeight * erl.himean + (1 - kUpWeight) * erl.average;
472 metrics->erl.average = (int)dtmp;
490 dtmp = kUpWeight * erle.himean + (1 - kUpWeight) * erle.average;
491 metrics->erle.average = (int)dtmp;
523 dtmp = kUpWeight * a_nlp.himean + (1 - kUpWeight) * a_nlp.average;
524 metrics->aNlp.average = (int)dtmp;
H A Daec_core.c628 float dtmp, dtmp2; local
662 dtmp = 10 * (float)log10(aec->farlevel.averagelevel /
667 aec->erl.instant = dtmp;
668 if (dtmp > aec->erl.max) {
669 aec->erl.max = dtmp;
672 if (dtmp < aec->erl.min) {
673 aec->erl.min = dtmp;
677 aec->erl.sum += dtmp;
681 if (dtmp > aec->erl.average) {
683 aec->erl.hisum += dtmp;
[all...]
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...

Completed in 231 milliseconds