Home
last modified time | relevance | path

Searched refs:hit (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/tzcode/
Dlocaltime.c1597 register bool hit; in timesub() local
1601 hit = false; in timesub()
1607 hit = ((i == 0 && lp->ls_corr > 0) || in timesub()
1609 if (hit) in timesub()
1615 ++hit; in timesub()
1694 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit; in timesub()
/bionic/docs/
D32-bit-abi.md106 `/proc/sys/kernel/pid_max` is usually too small to hit our 16-bit limit,