OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thismin
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
vdev.c
2273
uint64_t
thismin
= UINT64_MAX;
local
2281
thismin
= vdev_dtl_min(vd);
2292
thismin
= MIN(
thismin
, cmin);
2300
*minp =
thismin
;
/src/lib/libc/time/
zic.c
2814
zic_t lo,
thismin
, thismax;
local
2832
thismin
= ZIC32_MIN;
2842
thismin
= min_time;
2848
locut =
thismin
< lo_time && lo_time <= thismax;
2849
hicut =
thismin
<= hi_time && hi_time < thismax;
2874
if (pass == 1 && lo_time <=
thismin
)
Completed in 20 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026