Searched refs:ONES_ADD (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/xtensa/lib/ |
H A D | checksum.S | 32 /* ONES_ADD converts twos-complement math to ones-complement. */ 33 #define ONES_ADD(sum, val) \ define 62 ONES_ADD(a4, a6) 63 ONES_ADD(a4, a7) 66 ONES_ADD(a4, a6) 67 ONES_ADD(a4, a7) 70 ONES_ADD(a4, a6) 71 ONES_ADD(a4, a7) 74 ONES_ADD(a4, a6) 75 ONES_ADD(a [all...] |
/kernel/linux/linux-6.6/arch/xtensa/lib/ |
H A D | checksum.S | 32 /* ONES_ADD converts twos-complement math to ones-complement. */ 33 #define ONES_ADD(sum, val) \ define 62 ONES_ADD(a4, a6) 63 ONES_ADD(a4, a7) 66 ONES_ADD(a4, a6) 67 ONES_ADD(a4, a7) 70 ONES_ADD(a4, a6) 71 ONES_ADD(a4, a7) 74 ONES_ADD(a4, a6) 75 ONES_ADD(a [all...] |
Completed in 1 milliseconds