Home
last modified time | relevance | path

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

/lib/
Dgen_crc32table.c93 static void output_table(uint32_t (*table)[256], int rows, int len, char *trans) in output_table()
Dbch.c499 static int solve_linear_system(struct bch_control *bch, unsigned int *rows, in solve_linear_system()
581 unsigned int mask = 0xff, t, rows[16] = {0,}; in find_affine4_roots() local