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