Searched refs:col_t (Results 1 – 1 of 1) sorted by relevance
/third_party/mtdev/src/ |
D | match.c | 43 typedef unsigned col_t[1]; typedef 73 mat_t mprime, col_t ccol, col_t crow, int nrows, int ncols, 76 mat_t mprime, col_t ccol, col_t crow, int nrows, int ncols, 79 mat_t mprime, col_t ccol, col_t crow, int nrows, int ncols, 82 mat_t mprime, col_t ccol, col_t crow, int nrows, int ncols, 85 mat_t mprime, col_t ccol, col_t crow, int nrows, int ncols, 92 col_t ccol, crow; in ixoptimal() 95 memset(ccol, 0, sizeof(col_t)); in ixoptimal() 96 memset(crow, 0, sizeof(col_t)); in ixoptimal() 179 memset(crow, 0, sizeof(col_t)); in ixoptimal() [all …]
|