OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxw
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_regset.c
99
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;
dt_subr.c
877
ulong_t
maxw
= n >> BT_ULSHIFT;
local
883
for (w = 0; w <
maxw
; w++)
886
return (popc + dt_popc(bp[
maxw
] & ((1UL << maxb) - 1)));
/src/games/boggle/boggle/
mach.c
64
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;
/src/usr.sbin/srtconfig/
srtconfig.c
166
int
maxw
;
local
185
maxw
= 32;
192
maxw
= 128;
200
if ((w < 0) || (w >
maxw
))
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
bigint.d
1311
immutable
maxw
= minw < f.width ? f.width : minw;
1312
immutable difw =
maxw
- minw;
Completed in 36 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026