Searched refs:_CONCAT3 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/crypto/ |
H A D | chacha-core.S | 124 #define _CONCAT3(a,b,c) a ## b ## c define 125 #define CONCAT3(a,b,c) _CONCAT3(a,b,c)
|
/kernel/linux/linux-6.6/arch/mips/crypto/ |
H A D | chacha-core.S | 124 #define _CONCAT3(a,b,c) a ## b ## c define 125 #define CONCAT3(a,b,c) _CONCAT3(a,b,c)
|
Completed in 2 milliseconds