Searched refs:from32to16 (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/lib/
H A Dchecksum.c32 static inline unsigned short from32to16(unsigned int x) function
92 result = from32to16(result);
109 return (__force __wsum)from32to16(result);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/lib/
H A Dchecksum.c19 static inline unsigned short from32to16(__wsum sum) function
50 return ~from32to16(do_csum(buff, len));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lib/
H A Dcsum-partial_64.c12 static inline unsigned short from32to16(unsigned a) function
115 result = from32to16(result);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/lib/
H A Dchecksum.c37 static inline unsigned short from32to16(unsigned long x) function
88 result = from32to16(result);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/lib/
H A Dchecksum.c37 static inline unsigned short from32to16(unsigned long x) function
88 result = from32to16(result);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/lib/
H A Dchecksum.c37 static inline unsigned short from32to16(unsigned long x) function
88 result = from32to16(result);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dchecksum.c41 static inline unsigned short from32to16(unsigned int x) function
100 result = from32to16(result);

Completed in 173 milliseconds