Home
last modified time | relevance | path

Searched refs:t3 (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/crypto/
Daegis.h64 const u32 *t3 = crypto_ft_tab[3]; in crypto_aegis_aesenc() local
67 d0 = t0[s[ 0]] ^ t1[s[ 5]] ^ t2[s[10]] ^ t3[s[15]]; in crypto_aegis_aesenc()
68 d1 = t0[s[ 4]] ^ t1[s[ 9]] ^ t2[s[14]] ^ t3[s[ 3]]; in crypto_aegis_aesenc()
69 d2 = t0[s[ 8]] ^ t1[s[13]] ^ t2[s[ 2]] ^ t3[s[ 7]]; in crypto_aegis_aesenc()
70 d3 = t0[s[12]] ^ t1[s[ 1]] ^ t2[s[ 6]] ^ t3[s[11]]; in crypto_aegis_aesenc()
Dcamellia_generic.c831 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) ({ \ argument
838 t3 = krl; \
840 t3 &= rl; \
843 rr ^= rol32(t3, 1); \
/linux-4.19.296/include/uapi/linux/
Dax25.h93 unsigned int t3, t3timer; member
103 unsigned int t3, t3timer; member
Dgsmmux.h16 unsigned int t3; member
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_trans_resv.c264 unsigned int t1, t2, t3; in xfs_calc_write_reservation() local
283 t3 = xfs_calc_buf_res(5, mp->m_sb.sb_sectsize) + in xfs_calc_write_reservation()
286 return XFS_DQUOT_LOGRES(mp) + max3(t1, t2, t3); in xfs_calc_write_reservation()
312 unsigned int t1, t2, t3; in xfs_calc_itruncate_reservation() local
322 t3 = xfs_calc_buf_res(5, mp->m_sb.sb_sectsize) + in xfs_calc_itruncate_reservation()
326 t3 = 0; in xfs_calc_itruncate_reservation()
329 return XFS_DQUOT_LOGRES(mp) + max3(t1, t2, t3); in xfs_calc_itruncate_reservation()
/linux-4.19.296/lib/
Dcrc32.c62 # define DO_CRC4 (t3[(q) & 255] ^ t2[(q >> 8) & 255] ^ \
69 t2[(q >> 16) & 255] ^ t3[(q >> 24) & 255])
78 const u32 *t0=tab[0], *t1=tab[1], *t2=tab[2], *t3=tab[3]; local
/linux-4.19.296/include/net/
Drose.h139 unsigned long t1, t2, t3, hb, idle; member
Dax25.h253 unsigned long t1, t2, t3, idle, rtt; member