Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dshell.c1230 int nCol; /* Number of columns in the result set */ in sha3QueryFunc() local
2642 int nCol = sqlite3_column_count(pStmt); in exec_prepared_stmt() local
2859 int nCol = 0; in tableColumnList() local
4904 int nCol; /* Number of columns in the table */ in do_meta_command() local
5852 int nCol = 4; /* Number of columns in the SELFTEST table */ in do_meta_command() local
Dsqlite3.c14624 i16 nCol; /* Number of columns in this table */ member
14732 int nCol; /* Number of columns in this key */ member
/external/sqlite/dist/orig/
Dshell.c1224 int nCol; /* Number of columns in the result set */ in sha3QueryFunc() local
2636 int nCol = sqlite3_column_count(pStmt); in exec_prepared_stmt() local
2853 int nCol = 0; in tableColumnList() local
4882 int nCol; /* Number of columns in the table */ in do_meta_command() local
5830 int nCol = 4; /* Number of columns in the SELFTEST table */ in do_meta_command() local
Dsqlite3.c14624 i16 nCol; /* Number of columns in this table */ member
14732 int nCol; /* Number of columns in this key */ member
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBigMatrixImpl.java1156 final int nCol = this.getColumnDimension(); in solve() local