/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
Time.c | 220 normalize_overflow(int * const tensptr, int * const unitsptr, const int base)
function 265 if (normalize_overflow(&yourtm.tm_min, &yourtm.tm_sec,
269 if (normalize_overflow(&yourtm.tm_hour, &yourtm.tm_min, MINSPERHOUR))
271 if (normalize_overflow(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY))
273 if (normalize_overflow(&yourtm.tm_year, &yourtm.tm_mon, MONSPERYEAR))
|
/external/icu/icu4c/source/tools/tzcode/ |
localtime.c | 155 static int normalize_overflow(int * tensptr, int * unitsptr, 1626 normalize_overflow(int *const tensptr, int *const unitsptr, const int base) function [all...] |
/bionic/libc/tzcode/ |
localtime.c | 1793 normalize_overflow(int *const tensptr, int *const unitsptr, const int base) function [all...] |