Home
last modified time | relevance | path

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

/components/libc/compilers/common/
A Dctime.c386 time_t years; in timegm() local
394 years = (time_t)t->tm_year - 70; in timegm()
437 day = years * 365 + (years + 1) / 4; in timegm()
443 if (years >= 131) in timegm()
445 years -= 131; in timegm()
446 years /= 100; in timegm()
447 day -= (years >> 2) * 3 + 1; in timegm()
448 if ((years &= 3) == 3) in timegm()
449 years--; in timegm()
450 day -= years; in timegm()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A DPPPD_FOLLOWUP4 Anyway, pppd has a mature codebase for years and the average commit count
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A DPPPD_FOLLOWUP4 Anyway, pppd has a mature codebase for years and the average commit count

Completed in 6 milliseconds