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

/bionic/libc/tzcode/
H A Dstrftime.c671 #define DIVISOR 100 macro
672 trail = a % DIVISOR + b % DIVISOR;
673 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR;
674 trail %= DIVISOR;
676 trail += DIVISOR;
679 trail -= DIVISOR;
/bionic/libc/upstream-openbsd/lib/libc/time/
H A Dwcsftime.c530 #define DIVISOR 100 macro
531 trail = a % DIVISOR + b % DIVISOR;
532 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR;
533 trail %= DIVISOR;
535 trail += DIVISOR;
538 trail -= DIVISOR;

Completed in 69 milliseconds