Home
last modified time | relevance | path

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

/mirbsd/src/lib/libc/time/
Dstrftime.c648 #define DIVISOR 100 macro
649 trail = a % DIVISOR + b % DIVISOR;
650 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR;
651 trail %= DIVISOR;
653 trail += DIVISOR;
656 trail -= DIVISOR;