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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DTime.c220 normalize_overflow(int * const tensptr, int * const unitsptr, const int base) argument
224 tensdelta = (*unitsptr >= 0) ?
225 (*unitsptr / base) : (-1 - (-1 - *unitsptr) / base);
226 *unitsptr -= tensdelta * base;

Completed in 134 milliseconds