Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/time/
Dwcsftime.c530 #define DIVISOR 100 in _yconv() macro
531 trail = a % DIVISOR + b % DIVISOR; in _yconv()
532 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; in _yconv()
533 trail %= DIVISOR; in _yconv()
535 trail += DIVISOR; in _yconv()
538 trail -= DIVISOR; in _yconv()
/bionic/libc/tzcode/
Dstrftime.c693 #define DIVISOR 100 in _yconv() macro
694 trail = a % DIVISOR + b % DIVISOR; in _yconv()
695 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; in _yconv()
696 trail %= DIVISOR; in _yconv()
698 trail += DIVISOR; in _yconv()
701 trail -= DIVISOR; in _yconv()