Go to the documentation of this file.
20 #include <linux/module.h>
38 w.
s.low = uu.
s.high >> -bm;
40 const unsigned int carries = (
unsigned int) uu.
s.high << bm;
42 w.
s.high = uu.
s.high >> b;
43 w.
s.low = ((
unsigned int) uu.
s.low >>
b) | carries;