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