Home
last modified time | relevance | path

Searched refs:nTotal (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dfft.c136 size_t nTotal, size_t nPass, size_t nSpan, int isign,
167 size_t nSpan, nPass, nTotal; in WebRtcIsac_Fftns() local
175 nTotal = 1; in WebRtcIsac_Fftns()
184 nTotal *= dims [i]; in WebRtcIsac_Fftns()
196 nTotal *= dims [i]; in WebRtcIsac_Fftns()
231 ret = FFTRADIX (Re, Im, nTotal, nSpan, nPass, iSign, in WebRtcIsac_Fftns()
244 scaling = (double)nTotal; in WebRtcIsac_Fftns()
249 for (i = 0; i < nTotal; i += iSign) in WebRtcIsac_Fftns()
267 size_t nTotal, in FFTRADIX() argument
357 nt = inc * (int)nTotal; in FFTRADIX()
[all …]
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp543 int32_t nTotal = 0; in GetTotalWords() local
545 nTotal += in GetTotalWords()
548 return nTotal - kReturnLength; in GetTotalWords()
845 int32_t nTotal = sizeof(gFontSizeSteps) / sizeof(uint8_t); in GetAutoFontSize() local
847 nTotal /= 4; in GetAutoFontSize()
848 if (nTotal <= 0) in GetAutoFontSize()
854 int32_t nRight = nTotal - 1; in GetAutoFontSize()
855 int32_t nMid = nTotal / 2; in GetAutoFontSize()
/external/fonttools/Lib/fontTools/ttLib/tables/
DttProgram.py397 nTotal = nWords + nBytes
398 args = args[nTotal:]
399 nArgs -= nTotal
/external/toolchain-utils/crosperf/test_cache/compare_output/
Dresults.txt1 …333\n-------------------------------------------------------------------\nTotal PASS: 2/2 (100%)\n…
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp1125 int nTotal = wstrItem.GetLength(); in ProcessTextObject() local
1142 for (int nIndex = 0; nIndex < nTotal; nIndex++) { in ProcessTextObject()
/external/toolchain-utils/crosperf/test_cache/test_input/
Dresults.txt1 …------------------------------------------------------------------------\nTotal PASS: 2/2 (100%)\n…
/external/toolchain-utils/android_bench_suite/
Dautotest.diff308 + fout.write('\nTotal elapsed time: %d ns.\n' % t)
/external/sqlite/dist/orig/
Dsqlite3.c22196 int nTotal = 0; in sqlite3MemdebugMallocCount() local
22198 nTotal += mem.nAlloc[i]; in sqlite3MemdebugMallocCount()
22200 return nTotal; in sqlite3MemdebugMallocCount()
79725 int nTotal = 0;
79736 nTotal += n;
79739 return nTotal;
177946 int nTotal, /* Total record (payload) size */
177961 nLocal = nMinLocal + (nTotal - nMinLocal) % (nUsable - 4);
183817 u64 nTotal = N<p->nAlloc ? p->nAlloc*2 : p->nAlloc+N+10;
183821 zNew = sqlite3_malloc64(nTotal);
[all …]
/external/sqlite/dist/
Dsqlite3.c22196 int nTotal = 0; in sqlite3MemdebugMallocCount() local
22198 nTotal += mem.nAlloc[i]; in sqlite3MemdebugMallocCount()
22200 return nTotal; in sqlite3MemdebugMallocCount()
79741 int nTotal = 0;
79752 nTotal += n;
79755 return nTotal;
177974 int nTotal, /* Total record (payload) size */
177989 nLocal = nMinLocal + (nTotal - nMinLocal) % (nUsable - 4);
183845 u64 nTotal = N<p->nAlloc ? p->nAlloc*2 : p->nAlloc+N+10;
183849 zNew = sqlite3_malloc64(nTotal);
[all …]