Home
last modified time | relevance | path

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

/lib/
Dbch.c499 static int solve_linear_system(struct bch_control *bch, unsigned int *rows, in solve_linear_system() argument
515 if (rows[r] & mask) { in solve_linear_system()
517 tmp = rows[r]; in solve_linear_system()
518 rows[r] = rows[p]; in solve_linear_system()
519 rows[p] = tmp; in solve_linear_system()
527 tmp = rows[p]; in solve_linear_system()
529 if (rows[r] & mask) in solve_linear_system()
530 rows[r] ^= tmp; in solve_linear_system()
542 if ((r > m-1-k) && rows[r]) in solve_linear_system()
546 rows[r] = (p && (r == param[p-1])) ? in solve_linear_system()
[all …]
Dgen_crc32table.c93 static void output_table(uint32_t (*table)[256], int rows, int len, char *trans) in output_table() argument
97 for (j = 0 ; j < rows; j++) { in output_table()