Searched refs:DIV_APPROX_86400 (Results 1 – 1 of 1) sorted by relevance
50 #define DIV_APPROX_86400( X ) ( ( ( X ) >> 18 ) + ( ( X ) >> 17 ) ) macro299 uint32_t divResult = DIV_APPROX_86400( in ); in CalendarDiv86400()305 divResult= DIV_APPROX_86400( in ); in CalendarDiv86400()