Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c227 int * unitsptr, int base));
228 static int normalize_overflow P((int * tensptr, int * unitsptr,
1753 normalize_overflow(tensptr, unitsptr, base) in normalize_overflow() argument
1755 int * const unitsptr;
1760 tensdelta = (*unitsptr >= 0) ?
1761 (*unitsptr / base) :
1762 (-1 - (-1 - *unitsptr) / base);
1763 *unitsptr -= tensdelta * base;
1768 long_normalize_overflow(tensptr, unitsptr, base) in long_normalize_overflow() argument
1770 int * const unitsptr;
[all …]