Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c156 int * unitsptr, int base);
157 static int normalize_overflow(int * tensptr, int * unitsptr,
1628 normalize_overflow(int *const tensptr, int *const unitsptr, const int base) in normalize_overflow() argument
1632 tensdelta = (*unitsptr >= 0) ? in normalize_overflow()
1633 (*unitsptr / base) : in normalize_overflow()
1634 (-1 - (-1 - *unitsptr) / base); in normalize_overflow()
1635 *unitsptr -= tensdelta * base; in normalize_overflow()
1640 normalize_overflow32(int_fast32_t *const tensptr, int *const unitsptr, in normalize_overflow32() argument
1645 tensdelta = (*unitsptr >= 0) ? in normalize_overflow32()
1646 (*unitsptr / bas in normalize_overflow32()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c154 int * unitsptr, int base);
155 static int normalize_overflow(int * tensptr, int * unitsptr,
1626 normalize_overflow(int *const tensptr, int *const unitsptr, const int base) in normalize_overflow() argument
1630 tensdelta = (*unitsptr >= 0) ? in normalize_overflow()
1631 (*unitsptr / base) : in normalize_overflow()
1632 (-1 - (-1 - *unitsptr) / base); in normalize_overflow()
1633 *unitsptr -= tensdelta * base; in normalize_overflow()
1638 normalize_overflow32(int_fast32_t *const tensptr, int *const unitsptr, in normalize_overflow32() argument
1643 tensdelta = (*unitsptr >= 0) ? in normalize_overflow32()
1644 (*unitsptr / bas in normalize_overflow32()
[all...]
/third_party/tzdata/
H A Dlocaltime.c1899 normalize_overflow(int *const tensptr, int *const unitsptr, const int base) in normalize_overflow() argument
1903 tensdelta = (*unitsptr >= 0) ? in normalize_overflow()
1904 (*unitsptr / base) : in normalize_overflow()
1905 (-1 - (-1 - *unitsptr) / base); in normalize_overflow()
1906 *unitsptr -= tensdelta * base; in normalize_overflow()
1911 normalize_overflow32(int_fast32_t *tensptr, int *unitsptr, int base) in normalize_overflow32() argument
1915 tensdelta = (*unitsptr >= 0) ? in normalize_overflow32()
1916 (*unitsptr / base) : in normalize_overflow32()
1917 (-1 - (-1 - *unitsptr) / base); in normalize_overflow32()
1918 *unitsptr in normalize_overflow32()
[all...]

Completed in 8 milliseconds