HomeSort by relevance Sort by last modified time
    Searched full:ntotal (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/third_party/sqlite/
fts2.patch 141 + int nTotal = 0;
144 + nTotal += n;
151 + n = getVarint32Safe(pReader->pData+nTotal, &iDummy,
152 + pReader->nData-nTotal);
154 + nTotal += n;
159 + n = getVarint32Safe(pReader->pData+nTotal, &iDummy,
160 + pReader->nData-nTotal);
162 + nTotal += n;
167 + n = getVarint32Safe(pReader->pData+nTotal, &iDummy,
168 + pReader->nData-nTotal);
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
fft.c 77 * int WebRtcIsac_Fftradix (REAL Re[], REAL Im[], size_t nTotal, size_t nPass,
86 * NTOTAL = the total number of complex data values
100 * NTOTAL = N = NSPAN = (number of complex data values),
110 * REAL data [2*NTOTAL];
111 * WebRtcIsac_Fftradix ( &data[0], &data[1], NTOTAL, nPass, nSpan, 2, maxf, maxp);
136 size_t nTotal, size_t nPass, size_t nSpan, int isign,
167 size_t nSpan, nPass, nTotal;
175 nTotal = 1;
184 nTotal *= dims [i];
196 nTotal *= dims [i]
    [all...]
fft.h 17 * nTotal: total number of complex values
  /external/chromium_org/third_party/sqlite/src/src/
vdbetrace.c 29 int nTotal = 0;
40 nTotal += n;
43 return nTotal;
mem2.c 520 int nTotal = 0;
522 nTotal += mem.nAlloc[i];
524 return nTotal;
test_stat.c 259 int nTotal, /* Total record (payload) size */
274 nLocal = nMinLocal + (nTotal - nMinLocal) % (nUsable - 4);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
fft.h 17 * nTotal: total number of complex values
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
ISACHist.cc 158 printf("\nTotal number of Frames %lu\n\n", totalFrames);
Isac_test.cc 243 // printf("\n\ntotal bits = %d bits", totalbits);
kenny.c 821 printf("\n\ntotal bits = %d bits", totalbits);
827 /* fprintf(stderr,"\n\ntotal bits = %d bits", totalbits);
test_iSACfixfloat.c 666 printf("\n\ntotal bits = %d bits", totalbits);
  /external/srec/portable/src/
pmemblock.c 514 printf("\nCurrent Memory Usage = %d\nMaximum Memory Usage = %d\nTotal Memory Allocation = %d\n\n",
517 printf("\nCurrent Real Memory Usage = %d\nMaximum Real Memory Usage = %d\nTotal Real Memory Allocation = %d\n\n",
523 printf("\nCurrent Memory Objects = %d\nMaximum Memory Objects = %d\nTotal Memory Objects = %d\n\n",
  /packages/apps/UnifiedEmail/src/com/android/bitmap/
AltPooledCache.java 190 sb.append("\nTOTAL SIZE=" + size);
  /external/chromium_org/third_party/sqlite/src/test/
backup.test 664 set nTotal [expr {[file size test.db]/1024}]
670 } $nTotal
673 } [expr $nTotal-1]
677 } [list [expr $nTotal-6] $nTotal]
682 } [list [expr $nTotal-5] [expr $nTotal+2]]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c 699 int nTotal = 0;
702 nTotal += n;
706 n = getVarint32Safe(pReader->pData+nTotal, &iDummy,
707 pReader->nData-nTotal);
709 nTotal += n;
712 n = getVarint32Safe(pReader->pData+nTotal, &iDummy,
713 pReader->nData-nTotal);
715 nTotal += n;
717 n = getVarint32Safe(pReader->pData+nTotal, &iDummy,
718 pReader->nData-nTotal);
    [all...]
  /external/chromium_org/third_party/libxml/src/
check-relaxng-test-suite.py 376 print "\nTOTAL:\n"
check-relaxng-test-suite2.py 399 print "\nTOTAL:\n"
check-xsddata-test-suite.py 404 print "\nTOTAL:\nfound %d test schemas: %d success %d failures" % (
  /external/opencv/cxcore/src/
cxswitcher.cpp 466 ICV_PRINTF(("\nTotal loaded: %d\n\n", loaded_functions ));
475 ICV_PRINTF(("\nTotal: %d\n", not_loaded ));
  /frameworks/base/core/java/android/view/
WindowManagerGlobal.java 461 pw.printf("\nTotal ViewRootImpl: %d\n", count);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBsrv.h 1116 int nTotal;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBsrv.h 1116 int nTotal;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBsrv.h 1116 int nTotal;
  /external/elfutils/src/
ldgeneric.c 5987 int ntotal; local
    [all...]
  /external/webrtc/src/modules/audio_processing/test/
process_test.cc     [all...]

Completed in 1490 milliseconds

1 2