Home | History | Annotate | Download | only in parser

Lines Matching refs:FXSYS_abs

1259   m_tz.tzMinute = (int8_t)((FXSYS_abs(_timezone) % 3600) / 60);
1266 m_tz.tzMinute = (int8_t)((FXSYS_abs((int)timezone) % 3600) / 60);