Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/
H A Dlibretro_os.cpp739 #define YEARSIZE(year) (LEAPYEAR(year) ? 366 : 365) in getTimeAndDate() macro
751 while (dayno >= YEARSIZE(year)) { in getTimeAndDate()
752 dayno -= YEARSIZE(year); in getTimeAndDate()
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/
H A Dwc_port.c2195 #define YEARSIZE(year) (LEAPYEAR(year) ? 366 : 365) in gmtime() macro
2217 while(dayno >= (unsigned long)YEARSIZE(year)) { in gmtime()
2218 dayno -= YEARSIZE(year); in gmtime()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dwc_port.c2195 #define YEARSIZE(year) (LEAPYEAR(year) ? 366 : 365) in gmtime() macro
2217 while(dayno >= (unsigned long)YEARSIZE(year)) { in gmtime()
2218 dayno -= YEARSIZE(year); in gmtime()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dwc_port.c2195 #define YEARSIZE(year) (LEAPYEAR(year) ? 366 : 365) in gmtime() macro
2217 while(dayno >= (unsigned long)YEARSIZE(year)) { in gmtime()
2218 dayno -= YEARSIZE(year); in gmtime()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dwc_port.c2195 #define YEARSIZE(year) (LEAPYEAR(year) ? 366 : 365) in gmtime() macro
2217 while(dayno >= (unsigned long)YEARSIZE(year)) { in gmtime()
2218 dayno -= YEARSIZE(year); in gmtime()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dwc_port.c2195 #define YEARSIZE(year) (LEAPYEAR(year) ? 366 : 365) in gmtime() macro
2217 while(dayno >= (unsigned long)YEARSIZE(year)) { in gmtime()
2218 dayno -= YEARSIZE(year); in gmtime()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/bind/
H A Dcore_bind.cpp47 #define YEARSIZE(year) (LEAPYEAR(year) ? 366 : 365) macro
668 SECONDS_FROM_YEARS_PAST += YEARSIZE(iyear) * SECONDS_PER_DAY; in get_unix_time_from_datetime()
717 while (dayno >= YEARSIZE(year)) { in get_datetime_from_unix_time()
718 dayno -= YEARSIZE(year); in get_datetime_from_unix_time()
/dports/devel/godot2/godot-2.1.6-stable/core/bind/
H A Dcore_bind.cpp47 #define YEARSIZE(year) (LEAPYEAR(year) ? 366 : 365) macro
668 SECONDS_FROM_YEARS_PAST += YEARSIZE(iyear) * SECONDS_PER_DAY; in get_unix_time_from_datetime()
717 while (dayno >= YEARSIZE(year)) { in get_datetime_from_unix_time()
718 dayno -= YEARSIZE(year); in get_datetime_from_unix_time()
/dports/devel/godot/godot-3.2.3-stable/core/bind/
H A Dcore_bind.cpp49 #define YEARSIZE(year) (LEAPYEAR(year) ? 366 : 365) macro
828 SECONDS_FROM_YEARS_PAST += YEARSIZE(iyear) * SECONDS_PER_DAY; in get_unix_time_from_datetime()
832 SECONDS_FROM_YEARS_PAST -= YEARSIZE(iyear) * SECONDS_PER_DAY; in get_unix_time_from_datetime()
872 while (dayno >= YEARSIZE(year)) { in get_datetime_from_unix_time()
873 dayno -= YEARSIZE(year); in get_datetime_from_unix_time()
882 dayno += YEARSIZE(year); in get_datetime_from_unix_time()
/dports/devel/godot-tools/godot-3.2.3-stable/core/bind/
H A Dcore_bind.cpp49 #define YEARSIZE(year) (LEAPYEAR(year) ? 366 : 365) macro
828 SECONDS_FROM_YEARS_PAST += YEARSIZE(iyear) * SECONDS_PER_DAY; in get_unix_time_from_datetime()
832 SECONDS_FROM_YEARS_PAST -= YEARSIZE(iyear) * SECONDS_PER_DAY; in get_unix_time_from_datetime()
872 while (dayno >= YEARSIZE(year)) { in get_datetime_from_unix_time()
873 dayno -= YEARSIZE(year); in get_datetime_from_unix_time()
882 dayno += YEARSIZE(year); in get_datetime_from_unix_time()