Searched refs:tt2 (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/crypto/
H A Dcamellia-aesni-avx2-asm_64.S331 tt1, tt2, tt3, kll, klr, krl, krr) \
352 rol32_1_32(t3, t2, t1, t0, tt1, tt2, tt3, tt0); \
411 rol32_1_32(t3, t2, t1, t0, tt1, tt2, tt3, tt0); \
H A Dcamellia-aesni-avx-asm_64.S299 tt1, tt2, tt3, kll, klr, krl, krr) \
320 rol32_1_16(t3, t2, t1, t0, tt1, tt2, tt3, tt0); \
379 rol32_1_16(t3, t2, t1, t0, tt1, tt2, tt3, tt0); \
/linux-master/net/batman-adv/
H A Dtranslation-table.c91 const struct batadv_tt_common_entry *tt2 = data2; local
93 return (tt1->vid == tt2->vid) && batadv_compare_eth(data1, data2);

Completed in 147 milliseconds