Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tzcode/
H A Dlocaltime.c173 static bool normalize_overflow32(int_fast32_t *, int *, int);
2048 normalize_overflow32(int_fast32_t *tensptr, int *unitsptr, int base) in normalize_overflow32() function
2125 if (normalize_overflow32(&y, &yourtm.tm_mon, MONSPERYEAR)) in time2sub()