OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thismax
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
vdev.c
2274
uint64_t
thismax
= 0;
local
2282
thismax
= vdev_dtl_max(vd);
2293
thismax
= MAX(
thismax
, cmax);
2301
*maxp =
thismax
;
/src/lib/libc/time/
zic.c
2814
zic_t lo, thismin,
thismax
;
local
2833
thismax
= ZIC32_MAX;
2843
thismax
= max_time;
2848
locut = thismin < lo_time && lo_time <=
thismax
;
2849
hicut = thismin <= hi_time && hi_time <
thismax
;
Completed in 18 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026