Searched refs:numcols (Results 1 – 9 of 9) sorted by relevance
18 int numcols = (int)(output_cols - input_cols); in expand_right_edge() local20 if (numcols > 0) { in expand_right_edge()24 for (count = numcols; count > 0; count--) in expand_right_edge()
27 int32_t numcols, in CBC_DefaultPlacement() argument30 m_numcols = numcols; in CBC_DefaultPlacement()32 m_bits.resize(numcols * numrows); in CBC_DefaultPlacement()33 for (int32_t i = 0; i < numcols * numrows; i++) { in CBC_DefaultPlacement()
16 CBC_DefaultPlacement(WideString codewords, int32_t numcols, int32_t numrows);
227 int i, numcols; in _pysqlite_fetch_one_row() local247 numcols = sqlite3_data_count(self->statement->st); in _pysqlite_fetch_one_row() local250 row = PyTuple_New(numcols); in _pysqlite_fetch_one_row()254 for (i = 0; i < numcols; i++) { in _pysqlite_fetch_one_row()390 int numcols; in _pysqlite_query_execute() local560 numcols = sqlite3_column_count(self->statement->st); in _pysqlite_query_execute() local562 if (self->description == Py_None && numcols > 0) { in _pysqlite_query_execute()563 Py_SETREF(self->description, PyTuple_New(numcols)); in _pysqlite_query_execute()567 for (i = 0; i < numcols; i++) { in _pysqlite_query_execute()
293 int i, numcols; in _pysqlite_fetch_one_row() local312 numcols = sqlite3_data_count(self->statement->st); in _pysqlite_fetch_one_row() local315 row = PyTuple_New(numcols); in _pysqlite_fetch_one_row()320 for (i = 0; i < numcols; i++) { in _pysqlite_fetch_one_row()449 int numcols; in _pysqlite_query_execute() local678 numcols = sqlite3_column_count(self->statement->st); in _pysqlite_query_execute() local681 Py_SETREF(self->description, PyTuple_New(numcols)); in _pysqlite_query_execute()685 for (i = 0; i < numcols; i++) { in _pysqlite_query_execute()
101 int numcols = (int)(output_cols - input_cols); in expand_right_edge() local103 if (numcols > 0) { in expand_right_edge()107 for (count = numcols; count > 0; count--) in expand_right_edge()
666 numcols = len(sortcols)668 numcols = 1669 crit = '[' + str(numcols) + ':]'
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...