Home
last modified time | relevance | path

Searched refs:rol16 (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dbitops.h141 * rol16 - rotate a 16-bit value left
145 static inline __u16 rol16(__u16 word, unsigned int shift) in rol16() function
/linux/net/appletalk/
H A Dddp.c940 sum = rol16(sum, 1); in atalk_sum_partial()