HomeSort by: relevance | last modified time | path
    Searched defs:thismax (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
zic.c 2797 zic_t lo, thismin, thismax; local
2816 thismax = ZIC32_MAX;
2826 thismax = max_time;
2831 locut = thismin < lo_time && lo_time <= thismax;
2832 hicut = thismin <= hi_time && hi_time < thismax;
zic.c 2797 zic_t lo, thismin, thismax; local
2816 thismax = ZIC32_MAX;
2826 thismax = max_time;
2831 locut = thismin < lo_time && lo_time <= thismax;
2832 hicut = thismin <= hi_time && hi_time < thismax;

Completed in 53 milliseconds