Searched refs:max_col (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/isl/
H A Disl_mat_private.h16 /* actual size of the rows in memory; n_col <= max_col */
17 unsigned max_col; member in struct:isl_mat
H A Disl_mat.c49 mat->max_col = n_col;
69 if (mat->max_col >= n_col && mat->n_row >= n_row) {
75 if (mat->max_col < n_col) {
94 mat->block = isl_blk_extend(mat->ctx, mat->block, n_row * mat->max_col);
105 mat->row[i] = mat->block.data + i * mat->max_col;
/haiku-buildtools/gcc/gcc/jit/
H A Djit-playback.c2788 int max_col = final_column->get_column_num (); local
2790 linemap_line_start (line_table, line->get_line_num (), max_col);

Completed in 86 milliseconds