Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\crypto\curve25519-hacl64.c Create Date:2022-07-28 06:46:26
Last Modify:2022-05-21 12:16:42 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:fsum

Proto:static __always_inline void fsum(u64 *a, u64 *b)

Type:void

Parameter:

TypeParameterName
u64 *a
u64 *b
344  a[0] += b[0]
345  a[1] += b[1]
346  a[2] += b[2]
347  a[3] += b[3]
348  a[4] += b[4]
Caller
NameDescribe
addanddouble_fmonty