Lines Matching +full:compute +full:-
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /* -*- linux-c -*- ------------------------------------------------------- *
4 * Copyright 2002-2007 H. Peter Anvin - All Rights Reserved
6 * ----------------------------------------------------------------------- */
11 * Make RAID-6 tables. This is a host user space program to be run at
64 /* Compute multiplication table */ in main()
83 /* Compute vector multiplication table */ in main()
108 /* Compute power-of-2 table (exponent) */ in main()
127 /* Compute log-of-2 table */ in main()
147 /* Compute inverse table x^-1 == x^254 */ in main()
162 /* Compute inv(2^x + 1) (exponent-xor-inverse) table */ in main()