Searched refs:t3 (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/crypto/ |
D | aegis.h | 64 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()
|
D | camellia_generic.c | 831 #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/ |
D | ax25.h | 93 unsigned int t3, t3timer; member 103 unsigned int t3, t3timer; member
|
D | gsmmux.h | 16 unsigned int t3; member
|
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_trans_resv.c | 264 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/ |
D | crc32.c | 62 # 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/ |
D | rose.h | 139 unsigned long t1, t2, t3, hb, idle; member
|
D | ax25.h | 253 unsigned long t1, t2, t3, idle, rtt; member
|