Home
last modified time | relevance | path

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

/external/srec/srec/cfront/
Dwav_acc.c107 int ntot; in get_sig_check() local
150 ntot = num; in get_sig_check()
151 npc = ntot / 20; /* 5% cutoff */ in get_sig_check()
160 npc = (int)(0.95 * ntot); /* 95% cutoff */ in get_sig_check()
/external/valgrind/main/perf/
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/
Dfram_gen.cpp1598 INT i, r, a, n, p, b, aL, aR, ntot, nmax, nR; in calcCtrlSignal() local
1683 ntot = b - 2; in calcCtrlSignal()
1686 if (ntot > nmax) { in calcCtrlSignal()
1688 nR = ntot - nmax; in calcCtrlSignal()
1691 nL = ntot; in calcCtrlSignal()
1731 ntot = b - 2; in calcCtrlSignal()
1732 nR = ntot - nL; in calcCtrlSignal()
/external/valgrind/main/coregrind/m_debuginfo/
Dreaddwarf3.c2055 static Int ntot=0, ngt=0; in parse_var_DIE() local
2056 ntot++; in parse_var_DIE()
2058 if (0 == (ntot % 100000)) in parse_var_DIE()
2059 VG_(printf)("XXXX %d tot, %d cloned\n", ntot, ngt); in parse_var_DIE()