Searched defs:ncols (Results 1 – 6 of 6) sorted by relevance
/third_party/mtdev/src/ |
D | match.c | 56 static void buildixvector(int *ix, mat_t mstar, int nrows, int ncols) in buildixvector() 88 static void ixoptimal(int *ix, int *mdist, int nrows, int ncols) in ixoptimal() 190 mat_t mprime, col_t ccol, col_t crow, int nrows, int ncols, in step2a() 213 mat_t mprime, col_t ccol, col_t crow, int nrows, int ncols, in step2b() 238 mat_t mprime, col_t ccol, col_t crow, int nrows, int ncols, in step3() 288 mat_t mprime, col_t ccol, col_t crow, int nrows, int ncols, in step4() 339 mat_t mprime, col_t ccol, col_t crow, int nrows, int ncols, in step5()
|
/third_party/python/Tools/c-analyzer/c_common/ |
D | tables.py | 185 def parse_row(line, sep, *, ncols=None, default=NOT_SET): argument 191 def _parse_row(line, sep, ncols, default): argument
|
/third_party/python/Modules/clinic/ |
D | _cursesmodule.c.h | 607 int ncols = 0; in _curses_window_derwin() local 1647 int ncols = 0; in _curses_window_subwin() local 2926 int ncols; in _curses_is_term_resized() local 3178 int ncols; in _curses_newpad() local 3225 int ncols; in _curses_newwin() local 3669 int ncols; in _curses_resizeterm() local 3720 int ncols; in _curses_resize_term() local
|
/third_party/python/Modules/ |
D | _cursesmodule.c | 1295 int nlines, int ncols, int begin_y, int begin_x) in _curses_window_derwin_impl() 2316 int nlines, int ncols, int begin_y, int begin_x) in _curses_window_subwin_impl() 3708 _curses_newpad_impl(PyObject *module, int nlines, int ncols) in _curses_newpad_impl() 3747 _curses_newwin_impl(PyObject *module, int nlines, int ncols, in _curses_newwin_impl() 4127 _curses_resize_term_impl(PyObject *module, int nlines, int ncols) in _curses_resize_term_impl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regcomp.c | 1393 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; in isinsets() local 1410 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; in samesets() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regcomp.c | 1265 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; in isinsets() local 1282 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; in samesets() local
|