Home
last modified time | relevance | path

Searched refs:rows (Results 1 – 2 of 2) sorted by relevance

/lib/
Dbch.c432 static int solve_linear_system(struct bch_control *bch, unsigned int *rows, in solve_linear_system() argument
448 if (rows[r] & mask) { in solve_linear_system()
450 tmp = rows[r]; in solve_linear_system()
451 rows[r] = rows[p]; in solve_linear_system()
452 rows[p] = tmp; in solve_linear_system()
460 tmp = rows[p]; in solve_linear_system()
462 if (rows[r] & mask) in solve_linear_system()
463 rows[r] ^= tmp; in solve_linear_system()
475 if ((r > m-1-k) && rows[r]) in solve_linear_system()
479 rows[r] = (p && (r == param[p-1])) ? in solve_linear_system()
[all …]
Dgen_crc32table.c91 static void output_table(uint32_t (*table)[256], int rows, int len, char *trans) in output_table() argument
95 for (j = 0 ; j < rows; j++) { in output_table()