Searched refs:rowsize (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/byacc/
H A Dwarshall.c8 int rowsize; local
18 rowsize = WORDSIZE(n);
19 relend = R + n * rowsize;
34 rend = rowj + rowsize;
40 rowj += rowsize;
43 ccol += rowsize;
52 rowi += rowsize;
59 int rowsize; local
66 rowsize = WORDSIZE(n);
67 relend = R + n * rowsize;
[all...]
H A Dclosure.c25 int rowsize; local
29 rowsize = WORDSIZE(nvars);
30 EFF = NEW2(nvars * rowsize, unsigned);
45 row += rowsize;
/freebsd-11-stable/contrib/gcc/
H A Dlambda-trans.c34 lambda_trans_matrix_new (int colsize, int rowsize) argument
39 LTM_MATRIX (ret) = lambda_matrix_new (rowsize, colsize);
40 LTM_ROWSIZE (ret) = rowsize;
H A Dlambda-mat.c573 STARTROW. Otherwise return rowsize. */
576 lambda_matrix_first_nz_vec (lambda_matrix mat, int rowsize, int colsize, argument
582 for (j = startrow; (j < rowsize) && !found; j++)
591 return rowsize;
597 lambda_matrix_project_to_null (lambda_matrix B, int rowsize, argument
607 lambda_matrix_transpose (B, M1, rowsize, colsize);
611 lambda_matrix_mult (B, M1, M2, rowsize, colsize, rowsize);
615 determinant = lambda_matrix_inverse (M2, M3, rowsize);
618 lambda_matrix_mult (M1, M3, M2, colsize, rowsize, rowsiz
[all...]
H A Dlambda.h46 int rowsize; member in struct:__anon1347
51 #define LTM_ROWSIZE(T) ((T)->rowsize)
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dprintk.h51 const int prefix_type, const int rowsize, const int groupsize,
77 for (row = 0; row != rowsize; row++) {
50 print_hex_dump(const char *level, const char *prefix_str, const int prefix_type, const int rowsize, const int groupsize, const void *buf, size_t len, const bool ascii) argument
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.c405 hex_dump_to_buffer(const void *buf, size_t len, int rowsize, int groupsize, argument
416 if (i % rowsize == 0) {
H A Ddrm_os_freebsd.h695 void hex_dump_to_buffer(const void *buf, size_t len, int rowsize,

Completed in 196 milliseconds