Home
last modified time | relevance | path

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

/external/eigen/bench/
Dbench_norm.cpp105 static int nmax = 0; in pblueNorm()
109 if(nmax <= 0) in pblueNorm()
141 if (Scalar(nbig)>abig) nmax = abig; // largest safe n in pblueNorm()
142 else nmax = nbig; in pblueNorm()
/external/aac/libSBRenc/src/
Dfram_gen.cpp1517 INT i, r, a, n, p, b, aL, aR, ntot, nmax, nR; in calcCtrlSignal() local
1599 nmax = 2; /* n: {0,1,2} */ in calcCtrlSignal()
1600 if (ntot > nmax) { in calcCtrlSignal()
1601 nL = nmax; in calcCtrlSignal()
1602 nR = ntot - nmax; in calcCtrlSignal()
/external/wpa_supplicant_8/src/utils/
Deloop.c296 int nmax = eloop.count + 1 + 50; in eloop_sock_table_add_sock() local
297 n = os_realloc_array(eloop.pollfds, nmax, in eloop_sock_table_add_sock()
302 eloop.max_poll_fds = nmax; in eloop_sock_table_add_sock()
/external/v8/src/runtime/
Druntime-test.cc727 const int nmax = 80; in PrintIndentation() local
729 if (n <= nmax) { in PrintIndentation()
732 PrintF("%4d:%*s", n, nmax, "..."); in PrintIndentation()