Home
last modified time | relevance | path

Searched refs:thistimecnt (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/timezone/
Dzic.c2011 register ptrdiff_t thistimei, thistimecnt, thistimelim; in writezone() local
2041 thistimecnt = range32.count; in writezone()
2042 toomanytimes = thistimecnt >> 31 >> 1 != 0; in writezone()
2050 thistimecnt = range64.count; in writezone()
2051 toomanytimes = thistimecnt >> 31 >> 31 >> 2 != 0; in writezone()
2069 thistimecnt++; in writezone()
2073 thistimelim = thistimei + thistimecnt; in writezone()
2075 if (thistimecnt != 0) { in writezone()
2176 thistimecnt = - (locut + hicut); in writezone()
2187 convert(locut + thistimecnt + hicut, tzh.tzh_timecnt); in writezone()