Searched refs:lshift (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/crypto/ |
D | md4.c | 42 static inline u32 lshift(u32 x, unsigned int s) in lshift() function 63 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) 64 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) 65 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s))
|
/linux-4.19.296/lib/mpi/ |
D | Makefile | 9 generic_mpih-lshift.o \
|
/linux-4.19.296/include/sound/ |
D | soc-dapm.h | 279 #define SOC_DAPM_DOUBLE(xname, reg, lshift, rshift, max, invert) \ argument 283 .private_value = SOC_DOUBLE_VALUE(reg, lshift, rshift, max, invert, 0) }
|
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_btree.c | 2366 XFS_BTREE_STATS_INC(cur, lshift); in xfs_btree_lshift()
|