Searched refs:maxw (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_regset.c99 ulong_t maxw = nbits >> BT_ULSHIFT; local
102 for (wx = 0; wx <= maxw; wx++) {
107 if (wx <= maxw) {
108 ulong_t maxb = (wx == maxw) ? nbits & BT_ULMASK : BT_NBIPUL - 1;
H A Ddt_subr.c877 ulong_t maxw = n >> BT_ULSHIFT; local
883 for (w = 0; w < maxw; w++)
886 return (popc + dt_popc(bp[maxw] & ((1UL << maxb) - 1)));
/netbsd-current/games/boggle/boggle/
H A Dmach.c64 static int ccol, crow, maxw; variable
322 maxw = 0;
341 ccol += (maxw + 5);
343 maxw = 0;
348 if ((n = strlen(w)) > maxw)
349 maxw = n;
/netbsd-current/usr.sbin/srtconfig/
H A Dsrtconfig.c166 int maxw; local
185 maxw = 32;
192 maxw = 128;
200 if ((w < 0) || (w > maxw))
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dbigint.d911 immutable maxw = minw < f.width ? f.width : minw;
912 immutable difw = maxw - minw;
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dbigint.d1311 immutable maxw = minw < f.width ? f.width : minw;
1312 immutable difw = maxw - minw;

Completed in 215 milliseconds