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