Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/locale/
H A Dstrftime.c521 #define DIVISOR 100 in _yconv() macro
522 trail = a % DIVISOR + b % DIVISOR; in _yconv()
523 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; in _yconv()
524 trail %= DIVISOR; in _yconv()
526 trail += DIVISOR; in _yconv()
529 trail -= DIVISOR; in _yconv()
/titanic_41/usr/src/cmd/zdump/
H A Dzdump.c615 #define DIVISOR 10 macro
616 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR;
617 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR +
618 trail / DIVISOR;
619 trail %= DIVISOR;
621 trail += DIVISOR;
624 trail -= DIVISOR;
/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dkernel.c.texi191 /* @r{Divide UD by DIVISOR until UD == 0.} */
H A Dmultiboot.info1461 /* Divide UD by DIVISOR until UD == 0. */