Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c155 static int normalize_overflow32(int_fast32_t * tensptr,
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
1636 return increment_overflow(tensptr, tensdelta); in normalize_overflow()
1640 normalize_overflow32(int_fast32_t *const tensptr, int *const unitsptr, in normalize_overflow32() argument
1649 return increment_overflow32(tensptr, tensdelta); in normalize_overflow32()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c153 static int normalize_overflow32(int_fast32_t * tensptr,
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
1634 return increment_overflow(tensptr, tensdelta); in normalize_overflow()
1638 normalize_overflow32(int_fast32_t *const tensptr, int *const unitsptr, in normalize_overflow32() argument
1647 return increment_overflow32(tensptr, tensdelta); in normalize_overflow32()
/third_party/tzdata/
H A Dlocaltime.c1899 normalize_overflow(int *const tensptr, int *const unitsptr, const int base) in normalize_overflow() argument
1907 return increment_overflow(tensptr, tensdelta); in normalize_overflow()
1911 normalize_overflow32(int_fast32_t *tensptr, int *unitsptr, int base) in normalize_overflow32() argument
1919 return increment_overflow32(tensptr, tensdelta); in normalize_overflow32()

Completed in 9 milliseconds