Searched refs:eitol (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/zic.tproj/
H A Dzic.c98 static long eitol P((int i));
916 return eitol(sign) *
917 (eitol(hh * MINSPERHOUR + mm) *
918 eitol(SECSPERMIN) + eitol(ss));
1116 dayoff = oadd(dayoff, eitol(i));
1126 dayoff = oadd(dayoff, eitol(i));
1135 dayoff = oadd(dayoff, eitol(day - 1));
1468 convert(eitol(typecnt), tzh.tzh_ttisgmtcnt);
1469 convert(eitol(typecn
2188 eitol(i) function
[all...]
/macosx-10.9.5/system_cmds-597.90.1/zic.tproj/
H A Dzic.c98 static long eitol P((int i));
916 return eitol(sign) *
917 (eitol(hh * MINSPERHOUR + mm) *
918 eitol(SECSPERMIN) + eitol(ss));
1116 dayoff = oadd(dayoff, eitol(i));
1126 dayoff = oadd(dayoff, eitol(i));
1135 dayoff = oadd(dayoff, eitol(day - 1));
1468 convert(eitol(typecnt), tzh.tzh_ttisgmtcnt);
1469 convert(eitol(typecn
2188 eitol(i) function
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dzic.c143 static long eitol(int i);
1083 return oadd(eitol(sign) * hh * eitol(SECSPERHOUR),
1084 eitol(sign) * (eitol(mm) * eitol(SECSPERMIN) + eitol(ss)));
1293 dayoff = oadd(dayoff, eitol(i));
1303 dayoff = oadd(dayoff, eitol(i));
1312 dayoff = oadd(dayoff, eitol(da
2994 eitol(i) function
[all...]

Completed in 135 milliseconds