Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmoddiv.c44 } DWunion; typedef
74 const DWunion nn = {.ll = n}; in __udivmoddi4()
75 const DWunion dd = {.ll = d}; in __udivmoddi4()
76 DWunion rr; in __udivmoddi4()
204 const DWunion ww = {{.low = q0, .high = q1}}; in __udivmoddi4()