Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/efcode/engine/
H A Dforth.c753 uint32_t u, urem, uquot; in um_slash_mod() local
759 uquot = d / u; in um_slash_mod()
761 PUSH(DS, uquot); in um_slash_mod()