Home
last modified time | relevance | path

Searched refs:numcols (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fxbarcode/datamatrix/
DBC_DefaultPlacement.cpp30 int32_t numcols, in CBC_DefaultPlacement() argument
34 m_numcols(numcols) { in CBC_DefaultPlacement()
35 m_bits.resize(numcols * numrows); in CBC_DefaultPlacement()
36 for (int32_t i = 0; i < numcols * numrows; i++) { in CBC_DefaultPlacement()
DBC_DefaultPlacement.h16 CBC_DefaultPlacement(WideString codewords, int32_t numcols, int32_t numrows);
/external/python/cpython3/Modules/_sqlite/
Dcursor.c231 int i, numcols; in _pysqlite_fetch_one_row() local
249 numcols = sqlite3_data_count(self->statement->st); in _pysqlite_fetch_one_row() local
252 row = PyTuple_New(numcols); in _pysqlite_fetch_one_row()
256 for (i = 0; i < numcols; i++) { in _pysqlite_fetch_one_row()
379 int numcols; in _pysqlite_query_execute() local
536 numcols = sqlite3_column_count(self->statement->st); in _pysqlite_query_execute() local
538 if (self->description == Py_None && numcols > 0) { in _pysqlite_query_execute()
539 Py_SETREF(self->description, PyTuple_New(numcols)); in _pysqlite_query_execute()
543 for (i = 0; i < numcols; i++) { in _pysqlite_query_execute()
/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
315 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() local
678 numcols = sqlite3_column_count(self->statement->st); in _pysqlite_query_execute() local
681 Py_SETREF(self->description, PyTuple_New(numcols)); in _pysqlite_query_execute()
685 for (i = 0; i < numcols; i++) { in _pysqlite_query_execute()
/external/libjpeg-turbo/
Djcsample.c101 int numcols = (int)(output_cols - input_cols); in expand_right_edge() local
103 if (numcols > 0) { in expand_right_edge()
107 for (count = numcols; count > 0; count--) in expand_right_edge()
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...