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

/openbsd-current/usr.bin/yacc/
H A Dwarshall.c43 int rowsize; local
47 rowsize = WORDSIZE(n);
48 relend = R + n * rowsize;
60 rend = rowj + rowsize;
64 rowj += rowsize;
67 ccol += rowsize;
74 rowi += rowsize;
81 int rowsize; local
87 rowsize = WORDSIZE(n);
88 relend = R + n * rowsize;
[all...]
H A Dclosure.c119 int symbol, rowsize, i, rule; local
122 rowsize = WORDSIZE(nvars);
123 EFF = NEW2(nvars * rowsize, unsigned);
135 row += rowsize;
/openbsd-current/gnu/gcc/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:__anon299
51 #define LTM_ROWSIZE(T) ((T)->rowsize)
/openbsd-current/sys/dev/pci/drm/i915/selftests/
H A Di915_selftest.c433 const size_t rowsize = 8 * sizeof(u32); local
438 for (pos = 0; pos < len; pos += rowsize) {
441 if (prev && !memcmp(prev, buf + pos, rowsize)) {
450 rowsize, sizeof(u32),
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_engine_cs.c2047 const size_t rowsize = 8 * sizeof(u32); local
2052 for (pos = 0; pos < len; pos += rowsize) {
2055 if (prev && !memcmp(prev, buf + pos, rowsize)) {
2064 rowsize, sizeof(u32),
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_linux.c725 int rowsize, int groupsize, const void *buf, size_t len, bool ascii)
731 if ((i % rowsize) == 0)
734 if ((i % rowsize) == (rowsize - 1))
724 print_hex_dump(const char *level, const char *prefix_str, int prefix_type, int rowsize, int groupsize, const void *buf, size_t len, bool ascii) argument
/openbsd-current/sys/dev/pci/
H A Dif_mwx.c302 int len, rowsize = 16; local
313 if (len - i > rowsize)
314 linelen = rowsize;

Completed in 148 milliseconds