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.c5691 #define IS_LEAP(y) (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0)) macro
5732 is_leap = IS_LEAP(year) ? 1 : 0;