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

  /src/lib/libc/time/
zic.c 2550 zic_t lo, thismin, thismax; local in function:writezone
2569 thismax = ZIC32_MAX;
2579 thismax = max_time;
2584 locut = thismin < lo_time && lo_time <= thismax;
2585 hicut = thismin <= hi_time && hi_time < thismax;
zic.c 2550 zic_t lo, thismin, thismax; local in function:writezone
2569 thismax = ZIC32_MAX;
2579 thismax = max_time;
2584 locut = thismin < lo_time && lo_time <= thismax;
2585 hicut = thismin <= hi_time && hi_time < thismax;

Completed in 55 milliseconds