Home
last modified time | relevance | path

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

/linux/arch/hexagon/lib/
H A Dchecksum.c34 static inline unsigned short from64to16(u64 x) in from64to16() function
53 return (__force __sum16)~from64to16( in csum_tcpudp_magic()
/linux/arch/alpha/lib/
H A Dcsum_partial_copy.c55 static inline unsigned short from64to16(unsigned long x) in from64to16() function
346 return (__force __wsum)from64to16 (checksum); in __csum_and_copy()