Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/ptp/
Dnxd_ptp_client.c3277 #define IS_LEAP(y) (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0)) in _nx_ptp_client_utility_convert_time_to_date() macro
3318 is_leap = IS_LEAP(year) ? 1 : 0; in _nx_ptp_client_utility_convert_time_to_date()