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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_regset.c75 ulong_t maxw = nbits >> BT_ULSHIFT; local
78 for (wx = 0; wx <= maxw; wx++) {
83 if (wx <= maxw) {
84 ulong_t maxb = (wx == maxw) ? nbits & BT_ULMASK : BT_NBIPUL - 1;
H A Ddt_subr.c835 ulong_t maxw = n >> BT_ULSHIFT; local
841 for (w = 0; w < maxw; w++)
844 return (popc + dt_popc(bp[maxw] & ((1UL << maxb) - 1)));
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/usr.sbin/srtconfig/
H A Dsrtconfig.c166 int maxw; local
185 maxw = 32;
192 maxw = 128;
200 if ((w < 0) || (w > maxw))

Completed in 80 milliseconds