Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DTime.c220 normalize_overflow(int * const tensptr, int * const unitsptr, const int base) in normalize_overflow() argument
224 tensdelta = (*unitsptr >= 0) ? in normalize_overflow()
225 (*unitsptr / base) : (-1 - (-1 - *unitsptr) / base); in normalize_overflow()
226 *unitsptr -= tensdelta * base; in normalize_overflow()