Home
last modified time | relevance | path

Searched refs:last_rows (Results 1 – 19 of 19) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/test/ndbapi/
H A DtestNdbinfo.cpp157 int last_rows = 0; in runScanAll() local
175 (rows != last_rows && in runScanAll()
176 !(rows_may_increase && rows > last_rows))) in runScanAll()
181 << last_rows << ", got: " << rows << endl; in runScanAll()
186 last_rows = rows; in runScanAll()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DtestNdbinfo.cpp157 int last_rows; in runScanAll() local
171 last_rows != rows) in runScanAll()
174 << last_rows << ", got: " << rows << endl; in runScanAll()
179 last_rows = rows; in runScanAll()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DtestNdbinfo.cpp157 int last_rows; in runScanAll() local
171 last_rows != rows) in runScanAll()
174 << last_rows << ", got: " << rows << endl; in runScanAll()
179 last_rows = rows; in runScanAll()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DtestNdbinfo.cpp157 int last_rows; in runScanAll() local
171 last_rows != rows) in runScanAll()
174 << last_rows << ", got: " << rows << endl; in runScanAll()
179 last_rows = rows; in runScanAll()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/test/ndbapi/
H A DtestNdbinfo.cpp157 int last_rows; in runScanAll() local
171 last_rows != rows) in runScanAll()
174 << last_rows << ", got: " << rows << endl; in runScanAll()
179 last_rows = rows; in runScanAll()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DtestNdbinfo.cpp157 int last_rows; in runScanAll() local
171 last_rows != rows) in runScanAll()
174 << last_rows << ", got: " << rows << endl; in runScanAll()
179 last_rows = rows; in runScanAll()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DtestNdbinfo.cpp157 int last_rows; in runScanAll() local
171 last_rows != rows) in runScanAll()
174 << last_rows << ", got: " << rows << endl; in runScanAll()
179 last_rows = rows; in runScanAll()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/test/ndbapi/
H A DtestNdbinfo.cpp157 int last_rows; in runScanAll() local
171 last_rows != rows) in runScanAll()
174 << last_rows << ", got: " << rows << endl; in runScanAll()
179 last_rows = rows; in runScanAll()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DtestNdbinfo.cpp157 int last_rows; in runScanAll() local
171 last_rows != rows) in runScanAll()
174 << last_rows << ", got: " << rows << endl; in runScanAll()
179 last_rows = rows; in runScanAll()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/test/ndbapi/
H A DtestNdbinfo.cpp157 int last_rows; in runScanAll() local
171 last_rows != rows) in runScanAll()
174 << last_rows << ", got: " << rows << endl; in runScanAll()
179 last_rows = rows; in runScanAll()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/test/ndbapi/
H A DtestNdbinfo.cpp157 int last_rows; in runScanAll() local
171 last_rows != rows) in runScanAll()
174 << last_rows << ", got: " << rows << endl; in runScanAll()
179 last_rows = rows; in runScanAll()
/dports/databases/grass7/grass-7.8.6/raster/r.in.lidar/
H A Dmain.c57 int rows, last_rows, row0, cols; /* scan box size */ in main() local
550 rows = last_rows = region.rows; in main()
555 last_rows = region.rows - npasses * rows; in main()
556 if (last_rows) in main()
559 last_rows = rows; in main()
626 rows = last_rows; in main()
/dports/databases/grass7/grass-7.8.6/raster/r.in.xyz/
H A Dmain.c119 int rows, last_rows, row0, cols; /* scan box size */ in main() local
512 rows = last_rows = region.rows; in main()
517 last_rows = region.rows - npasses * rows; in main()
518 if (last_rows) in main()
521 last_rows = rows; in main()
660 rows = last_rows; in main()
/dports/net/c3270/suite3270-4.0/Common/b3270/
H A Dscreen.c92 static int last_rows = 0; variable
243 last_rows = maxROWS; in internal_screen_init()
915 if (ROWS != last_rows || COLS != last_cols) { in screen_disp_cond()
917 last_rows = ROWS; in screen_disp_cond()
/dports/x11/x3270/suite3270-4.0/Common/b3270/
H A Dscreen.c92 static int last_rows = 0; variable
243 last_rows = maxROWS; in internal_screen_init()
915 if (ROWS != last_rows || COLS != last_cols) { in screen_disp_cond()
917 last_rows = ROWS; in screen_disp_cond()
/dports/x11/kitty/kitty-0.23.1/kittens/unicode_input/
H A Dmain.py148 self.last_rows = self.last_cols = -1
170 if not self.layout_dirty and self.last_cols == cols and self.last_rows == rows:
172 self.last_cols, self.last_rows = cols, rows
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/vector_ar/
H A Dvecm.py1578 last_rows = last_rows_1d.reshape((self.neqs - r + det, r), order="F")
1579 return vstack((first_rows, last_rows))
1622 last_rows = self.beta[r:] / self.stderr_beta[r:]
1623 return vstack((first_rows, last_rows))
1650 last_rows = (1 - scipy.stats.norm.cdf(abs(tval_last))) * 2 # student-t
1651 return vstack((first_rows, last_rows))
/dports/devel/py-xarray/xarray-0.20.1/xarray/core/
H A Dformatting.py391 last_rows = max_rows // 2
394 summarizer(k, mapping[k], col_width) for k in keys[-last_rows:]
/dports/x11/xterm/xterm-370/
H A Dmisc.c7449 static int last_rows = -1; in update_winsize() local
7455 last_rows, last_cols, last_high, last_wide, in update_winsize()
7458 if (rows != last_rows in update_winsize()
7464 last_rows = rows; in update_winsize()