Searched refs:temp64 (Results 1 – 1 of 1) sorted by relevance
16 return (__force __wsum)((temp64 + ror64(temp64, 32)) >> 32); in csum_finalize_sum()46 u64 temp64 = (__force u64)sum; in csum_partial() local52 temp64 = update_csum_40b(temp64, buff); in csum_partial()60 :"+r" (temp64): "r" (temp64_2)); in csum_partial()68 temp64 = update_csum_40b(temp64, buff); in csum_partial()71 return csum_finalize_sum(temp64); in csum_partial()81 : [res] "+r"(temp64) in csum_partial()89 : [res] "+r"(temp64) in csum_partial()96 : [res] "+r"(temp64) in csum_partial()108 : [res] "+r"(temp64) in csum_partial()[all …]
Completed in 3 milliseconds