Home
last modified time | relevance | path

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

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