Home | History | Annotate | Download | only in tzcode

Lines Matching full:tensdelta

1628 	register int	tensdelta;
1630 tensdelta = (*unitsptr >= 0) ?
1633 *unitsptr -= tensdelta * base;
1634 return increment_overflow(tensptr, tensdelta);
1641 register int tensdelta;
1643 tensdelta = (*unitsptr >= 0) ?
1646 *unitsptr -= tensdelta * base;
1647 return increment_overflow32(tensptr, tensdelta);