Home | History | Annotate | Download | only in include

Lines Matching refs:__s

823     DWunion __s, __a, __b;			\
826 __s.ll = __a.ll + __b.ll; \
827 (sl) = __s.s.low; (sh) = __s.s.high; \
831 DWunion __s, __a, __b; \
834 __s.ll = __a.ll - __b.ll; \
835 (sl) = __s.s.low; (sh) = __s.s.high; \