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

  /src/lib/libc/time/
zic.c 2545 register ptrdiff_t thistimei, thistimecnt, thistimelim; local in function:writezone
2563 thistimecnt = range32.count;
2564 toomanytimes = thistimecnt >> 31 >> 1 != 0;
2573 thistimecnt = range64.count;
2574 toomanytimes = thistimecnt >> 31 >> 31 >> 2 != 0;
2586 thistimelim = thistimei + thistimecnt;
2595 && ! (thistimecnt && ats[thistimei] == lo_time)) {
2718 thistimecnt = thisleapcnt = 0;
2728 convert((0 <= pretranstype) + thistimecnt + hicut,
zic.c 2545 register ptrdiff_t thistimei, thistimecnt, thistimelim; local in function:writezone
2563 thistimecnt = range32.count;
2564 toomanytimes = thistimecnt >> 31 >> 1 != 0;
2573 thistimecnt = range64.count;
2574 toomanytimes = thistimecnt >> 31 >> 31 >> 2 != 0;
2586 thistimelim = thistimei + thistimecnt;
2595 && ! (thistimecnt && ats[thistimei] == lo_time)) {
2718 thistimecnt = thisleapcnt = 0;
2728 convert((0 <= pretranstype) + thistimecnt + hicut,

Completed in 28 milliseconds