Searched refs:DIVISOR (Results 1 - 1 of 1) sorted by last modified time

/system/core/libcutils/
H A Dtzstrftime.c698 #define DIVISOR 100 macro
699 trail = a % DIVISOR + b % DIVISOR;
700 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR;
701 trail %= DIVISOR;
703 trail += DIVISOR;
706 trail -= DIVISOR;

Completed in 3 milliseconds