Searched refs:nmax (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/tests/sys/acl/
H A Drun122 my $nmax = (@$out > @$result) ? @$out : @$result;
123 for (my $n=0; $n < $nmax; $n++) {
144 for (my $n=0; $n < $nmax; $n++) {
/freebsd-11-stable/contrib/flex/
H A Dbuf.c214 buf->nmax = 0;
244 if (n_elem + buf->nelts > buf->nmax) {
265 buf->nmax = n_alloc;
H A Dflexdef.h1107 int nmax; /* max capacity of elements. */ member in struct:Buf
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dcommon.cpp139 // for symmetry we make nmax a multiple of 8
140 int nmax = 8 * int(le / dw / 8 + 0.5); local
141 if (nmax < 8) {
142 nmax = 8;
145 int ndash = nmax / 2;
152 for (int i = 0; i <= nmax; i++) {
197 // for symmetry we make nmax a multiple of 4
/freebsd-11-stable/contrib/gcc/
H A Dloop-iv.c1271 unsigned HOST_WIDEST_INT nmax, inc; local
1276 nmax = INTVAL (XEXP (niter, 0));
1277 if (!(nmax & (nmax + 1)))
1279 desc->niter_max = nmax;
1280 return nmax;
1285 nmax = INTVAL (mmax) - INTVAL (mmin);
1291 desc->niter_max = nmax;
1292 return nmax;
1323 nmax
[all...]
/freebsd-11-stable/contrib/libreadline/
H A Ddisplay.c1213 update_line (old, new, current_line, omax, nmax, inv_botlin)
1215 int current_line, omax, nmax, inv_botlin;
1313 temp = (omax < nmax) ? omax : nmax;
1324 if (omax == nmax && STREQN (new, old, omax))
1327 nfd = new + nmax;
1355 for (nd = nfd - new, ne = nfd; nd < nmax && *ne; ne++, nd++);
/freebsd-11-stable/contrib/wpa/src/utils/
H A Deloop.c296 int nmax = eloop.count + 1 + 50; local
297 n = os_realloc_array(eloop.pollfds, nmax,
302 eloop.max_poll_fds = nmax;
/freebsd-11-stable/sys/dev/mcd/
H A Dmcd.c123 static int mcd_get(struct mcd_softc *, char *buf, int nmax);
720 mcd_get(struct mcd_softc *sc, char *buf, int nmax) argument
724 for (i=0; i<nmax; i++) {

Completed in 140 milliseconds