Searched refs:ntot (Results 1 - 4 of 4) sorted by relevance

/external/srec/srec/cfront/
H A Dwav_acc.c107 int ntot; local
150 ntot = num;
151 npc = ntot / 20; /* 5% cutoff */
160 npc = (int)(0.95 * ntot); /* 95% cutoff */
/external/valgrind/main/perf/
H A Dffbench.c174 int ibit, idim, k1, k2, n, nprev, nrem, ntot; local
178 ntot = 1;
180 ntot *= nn[idim];
184 nrem = ntot / (n * nprev);
/external/aac/libSBRenc/src/
H A Dfram_gen.cpp1598 INT i, r, a, n, p, b, aL, aR, ntot, nmax, nR; local
1683 ntot = b - 2;
1686 if (ntot > nmax) {
1688 nR = ntot - nmax;
1691 nL = ntot;
1731 ntot = b - 2;
1732 nR = ntot - nL;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c2055 static Int ntot=0, ngt=0; local
2056 ntot++;
2058 if (0 == (ntot % 100000))
2059 VG_(printf)("XXXX %d tot, %d cloned\n", ntot, ngt);

Completed in 1562 milliseconds