Home
last modified time | relevance | path

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

/bionic/libc/kernel/android/
DREADME.md12 scsi headers and haven't substantially updated them in 15 years. The
/bionic/libc/tzcode/
Dlocaltime.c1581 register time_t years; in localsub() local
1590 years = seconds / SECSPERREPEAT * YEARSPERREPEAT; in localsub()
1591 seconds = years * AVGSECSPERYEAR; in localsub()
1592 years += YEARSPERREPEAT; in localsub()
1606 result->tm_year, years) in localsub()
1608 result->tm_year, years)) in localsub()
1615 newy -= years; in localsub()
1616 else newy += years; in localsub()
/bionic/docs/
D32-bit-abi.md100 expect 64-bit-only devices within the next few years.