OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:multmax
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libuutil/common/
uu_strtoint.c
47
uint64_t
multmax
;
local
103
multmax
= (uint64_t)UINT64_MAX / (uint64_t)base;
116
if (val >
multmax
)
/src/external/cddl/osnet/sys/kern/
ddi.c
196
unsigned long
multmax
;
local
235
multmax
= ULONG_MAX / (unsigned long)base;
238
if (val >
multmax
)
Completed in 13 milliseconds
Indexes created Sun Apr 26 00:22:38 UTC 2026