Home
last modified time | relevance | path

Searched refs:nVar (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/mlir/include/mlir/Analysis/Presburger/
DSimplex.h140 explicit Simplex(unsigned nVar);
/external/llvm-project/mlir/lib/Analysis/Presburger/
DSimplex.cpp19 Simplex::Simplex(unsigned nVar) in Simplex() argument
20 : nRow(0), nCol(2), nRedundant(0), tableau(0, 2 + nVar), empty(false) { in Simplex()
23 for (unsigned i = 0; i < nVar; ++i) { in Simplex()
/external/sqlite/dist/orig/
Dshell.c11527 int nVar; in bind_prepared_stmt() local
11532 nVar = sqlite3_bind_parameter_count(pStmt); in bind_prepared_stmt()
11533 if( nVar==0 ) return; /* Nothing to do */ in bind_prepared_stmt()
11542 for(i=1; i<=nVar; i++){ in bind_prepared_stmt()
/external/sqlite/dist/
Dshell.c11532 int nVar; in bind_prepared_stmt() local
11537 nVar = sqlite3_bind_parameter_count(pStmt); in bind_prepared_stmt()
11538 if( nVar==0 ) return; /* Nothing to do */ in bind_prepared_stmt()
11547 for(i=1; i<=nVar; i++){ in bind_prepared_stmt()
/external/python/pycparser/utils/benchmark/inputs/
Dsqlite-btree.c.ppout2658 ynVar nVar;