Home
last modified time | relevance | path

Searched defs:numcols (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Modules/_sqlite/
Dcursor.c261 int i, numcols; in _pysqlite_fetch_one_row() local
277 numcols = sqlite3_data_count(self->statement->st); in _pysqlite_fetch_one_row() local
428 int numcols; in _pysqlite_query_execute() local
566 numcols = sqlite3_column_count(self->statement->st); in _pysqlite_query_execute() local
/external/python/cpython2/Modules/_sqlite/
Dcursor.c293 int i, numcols; in _pysqlite_fetch_one_row() local
312 numcols = sqlite3_data_count(self->statement->st); in _pysqlite_fetch_one_row() local
449 int numcols; in _pysqlite_query_execute() local
678 numcols = sqlite3_column_count(self->statement->st); in _pysqlite_query_execute() local
/external/pdfium/fxbarcode/datamatrix/
DBC_DefaultPlacement.cpp43 int32_t numcols, in CBC_DefaultPlacement()
/external/libjpeg-turbo/
Djcsample.c101 int numcols = (int)(output_cols - input_cols); in expand_right_edge() local
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/
Dquantized.cpp1093 unsigned int numcols=std::min(width-col, 16u); in compute_col_sums() local