Searched refs:DIV_APPROX_60 (Results 1 – 1 of 1) sorted by relevance
54 #define DIV_APPROX_60( X ) ( ( ( X ) * 17476 ) >> 20 ) macro347 uint32_t divResult = DIV_APPROX_60( in ); in CalendarDiv60()353 divResult = DIV_APPROX_60( in ); in CalendarDiv60()