Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/lib/libc/minimal/source/time/
Dgmtime.c42 unsigned int doe = (z - era * (bigint_type)146097); in time_civil_from_days() local
43 unsigned int yoe = (doe - doe / 1460U + doe / 36524U - doe / 146096U) in time_civil_from_days()
46 unsigned int doy = doe - (365U * yoe + yoe / 4U - yoe / 100U); in time_civil_from_days()
/Zephyr-Core-3.5.0/drivers/counter/
Dcounter_cmos.c116 unsigned doe; in hinnant() local
123 doe = yoe * 365 + yoe / 4 - yoe / 100 + doy; in hinnant()
125 return era * 146097 + ((int) doe) - 719468; in hinnant()
/Zephyr-Core-3.5.0/lib/os/
Dtimeutil.c40 unsigned int doe = yoe * 365U + yoe / 4U - yoe / 100U + doy; in time_days_from_civil() local
42 return era * 146097 + (time_t)doe - 719468; in time_days_from_civil()
/Zephyr-Core-3.5.0/tests/lib/devicetree/api/
Dapp.overlay67 baz-names = "john", "doe";