Home
last modified time | relevance | path

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

/external/valgrind/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.cpp1608 INT i, r, a, n, p, b, aL, aR, ntot, nmax, nR; in calcCtrlSignal() local
1693 ntot = b - 2; in calcCtrlSignal()
1696 if (ntot > nmax) { in calcCtrlSignal()
1698 nR = ntot - nmax; in calcCtrlSignal()
1701 nL = ntot; in calcCtrlSignal()
1741 ntot = b - 2; in calcCtrlSignal()
1742 nR = ntot - nL; in calcCtrlSignal()
/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf3.c2450 static Int ntot=0, ngt=0; in parse_var_DIE() local
2451 ntot++; in parse_var_DIE()
2453 if (0 == (ntot % 100000)) in parse_var_DIE()
2454 VG_(printf)("XXXX %d tot, %d cloned\n", ntot, ngt); in parse_var_DIE()