Home
last modified time | relevance | path

Searched refs:delcnt (Results 1 – 25 of 51) sorted by relevance

123

/dports/mail/roundcube/roundcubemail-1.5.1/program/actions/contacts/
H A Ddelete.php34 $delcnt = 0;
80 $delcnt += $deleted;
112 $pages = ceil((count($records) + $delcnt) / $page_size);
126 $res = new rcube_result_set($count, $first - $delcnt);
129 $records = array_slice($records, $first - $delcnt, $delcnt);
142 $pages = ceil(($result->count + $delcnt) / $page_size);
152 $records = $CONTACTS->list_records(null, -$delcnt);
H A Dundo.php32 $delcnt = 0;
53 $delcnt += $restored;
60 if ($delcnt) {
/dports/sysutils/heirloom/heirloom-070715/paste/
H A Dpaste.c230 int c, i, oneof, hadnl, delcnt; in paste() local
249 delcnt = 0; in paste()
253 while (delcnt > 0) { in paste()
255 delcnt--; in paste()
267 delcnt++; in paste()
271 while (delcnt > 0) { in paste()
273 delcnt--; in paste()
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/test/src/
H A Dcursor-block-delete-test.c21 int delcnt = 0, delsav, loopcnt = 0; in delete_loop() local
25 printf("\torientation=%d delete count=%d\n", orientation, delcnt); in delete_loop()
26 delsav = delcnt; in delete_loop()
34 delcnt++; in delete_loop()
43 } while (delcnt != delsav); in delete_loop()
44 printf("delete all count %d\n", delcnt); in delete_loop()
/dports/games/tads/tads-3.0.8/tads2/
H A Dlinf.c626 int delcnt; in linfdelnum() local
633 for (delcnt = 1, j = i + 1 ; j < pgtot ; ++j, ++delcnt) in linfdelnum()
645 memmove(objp, objp + delcnt*DBGLINFSIZ, in linfdelnum()
661 memcpy(objp_orig + (pgtot - delcnt)*DBGLINFSIZ, in linfdelnum()
662 nxtp, delcnt*DBGLINFSIZ); in linfdelnum()
674 pgtot -= delcnt; in linfdelnum()
694 memmove(curp, curp + delcnt*DBGLINFSIZ, in linfdelnum()
695 (curtot - delcnt)*DBGLINFSIZ); in linfdelnum()
707 memcpy(curp + (curtot - delcnt)*DBGLINFSIZ, in linfdelnum()
708 nxtp, delcnt*DBGLINFSIZ); in linfdelnum()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/glk/tads/tads2/
H A Dline_source_file.cpp623 int delcnt; in linfdelnum() local
630 for (delcnt = 1, j = i + 1 ; j < pgtot ; ++j, ++delcnt) in linfdelnum()
642 memmove(objp, objp + delcnt*DBGLINFSIZ, in linfdelnum()
658 memcpy(objp_orig + (pgtot - delcnt)*DBGLINFSIZ, in linfdelnum()
659 nxtp, delcnt*DBGLINFSIZ); in linfdelnum()
671 pgtot -= delcnt; in linfdelnum()
691 memmove(curp, curp + delcnt*DBGLINFSIZ, in linfdelnum()
692 (curtot - delcnt)*DBGLINFSIZ); in linfdelnum()
704 memcpy(curp + (curtot - delcnt)*DBGLINFSIZ, in linfdelnum()
705 nxtp, delcnt*DBGLINFSIZ); in linfdelnum()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/tads/tads2/
H A Dline_source_file.cpp623 int delcnt; in linfdelnum() local
630 for (delcnt = 1, j = i + 1 ; j < pgtot ; ++j, ++delcnt) in linfdelnum()
642 memmove(objp, objp + delcnt*DBGLINFSIZ, in linfdelnum()
658 memcpy(objp_orig + (pgtot - delcnt)*DBGLINFSIZ, in linfdelnum()
659 nxtp, delcnt*DBGLINFSIZ); in linfdelnum()
671 pgtot -= delcnt; in linfdelnum()
691 memmove(curp, curp + delcnt*DBGLINFSIZ, in linfdelnum()
692 (curtot - delcnt)*DBGLINFSIZ); in linfdelnum()
704 memcpy(curp + (curtot - delcnt)*DBGLINFSIZ, in linfdelnum()
705 nxtp, delcnt*DBGLINFSIZ); in linfdelnum()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_scheduler.c269 uint32_t delcnt = 0; in switch_scheduler_del_task_id() local
288 delcnt++; in switch_scheduler_del_task_id()
294 return delcnt; in switch_scheduler_del_task_id()
300 uint32_t delcnt = 0; in switch_scheduler_del_task_group() local
328 delcnt++; in switch_scheduler_del_task_group()
333 return delcnt; in switch_scheduler_del_task_group()
/dports/databases/db18/db-18.1.40/test/tcl/
H A Dtest148.tcl174 set delcnt 0
194 incr delcnt
229 [expr $origcnt - $delcnt]]
231 [expr $origcnt - $delcnt]]
H A Dtest133.tcl157 set delcnt [expr $nentries / 2]
158 for {set i 0} {$i < $delcnt} {incr i} {
/dports/math/concorde/concorde/LP/
H A Dlpqsopt.c760 int delcnt = 0; in CClp_delete_set_of_rows() local
766 if (delstat[i]) delcnt++; in CClp_delete_set_of_rows()
768 if (delcnt == 0) { in CClp_delete_set_of_rows()
773 dellist = CC_SAFE_MALLOC (delcnt, int); in CClp_delete_set_of_rows()
784 rval = QSopt_pivotin_row (lp->p, delcnt, dellist); in CClp_delete_set_of_rows()
789 rval = QSdelete_rows (lp->p, delcnt, dellist); in CClp_delete_set_of_rows()
821 int delcnt = 0; in CClp_delete_set_of_columns() local
827 if (delstat[i]) delcnt++; in CClp_delete_set_of_columns()
829 if (delcnt == 0) { in CClp_delete_set_of_columns()
834 dellist = CC_SAFE_MALLOC (delcnt, int); in CClp_delete_set_of_columns()
[all …]
H A Dlpcplex5.c858 int delcnt = 0; in CClp_delete_set_of_rows() local
870 if (delstat[i]) delcnt++; in CClp_delete_set_of_rows()
872 if (delcnt == 0) { in CClp_delete_set_of_rows()
876 dellist = CC_SAFE_MALLOC (delcnt, int); in CClp_delete_set_of_rows()
886 if (j != delcnt) { in CClp_delete_set_of_rows()
942 int delcnt = 0; in CClp_delete_set_of_columns() local
954 if (delstat[i]) delcnt++; in CClp_delete_set_of_columns()
956 if (delcnt == 0) { in CClp_delete_set_of_columns()
961 lu = CC_SAFE_MALLOC (delcnt, char); in CClp_delete_set_of_columns()
962 bd = CC_SAFE_MALLOC (delcnt, double); in CClp_delete_set_of_columns()
[all …]
H A Dlpcplex6.c889 int delcnt = 0; in CClp_delete_set_of_rows() local
901 if (delstat[i]) delcnt++; in CClp_delete_set_of_rows()
903 if (delcnt == 0) { in CClp_delete_set_of_rows()
907 dellist = CC_SAFE_MALLOC (delcnt, int); in CClp_delete_set_of_rows()
917 if (j != delcnt) { in CClp_delete_set_of_rows()
973 int delcnt = 0; in CClp_delete_set_of_columns() local
985 if (delstat[i]) delcnt++; in CClp_delete_set_of_columns()
987 if (delcnt == 0) { in CClp_delete_set_of_columns()
992 lu = CC_SAFE_MALLOC (delcnt, char); in CClp_delete_set_of_columns()
993 bd = CC_SAFE_MALLOC (delcnt, double); in CClp_delete_set_of_columns()
[all …]
H A Dlpcplex8.c880 int delcnt = 0; in CClp_delete_set_of_rows() local
892 if (delstat[i]) delcnt++; in CClp_delete_set_of_rows()
894 if (delcnt == 0) { in CClp_delete_set_of_rows()
898 dellist = CC_SAFE_MALLOC (delcnt, int); in CClp_delete_set_of_rows()
908 if (j != delcnt) { in CClp_delete_set_of_rows()
964 int delcnt = 0; in CClp_delete_set_of_columns() local
976 if (delstat[i]) delcnt++; in CClp_delete_set_of_columns()
978 if (delcnt == 0) { in CClp_delete_set_of_columns()
983 lu = CC_SAFE_MALLOC (delcnt, char); in CClp_delete_set_of_columns()
984 bd = CC_SAFE_MALLOC (delcnt, double); in CClp_delete_set_of_columns()
[all …]
/dports/databases/db5/db-5.3.28/test/tcl/
H A Dtest133.tcl157 set delcnt [expr $nentries / 2]
158 for {set i 0} {$i < $delcnt} {incr i} {
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/i825xx/
H A D82596.c413 static inline int wait_istat(struct net_device *dev, struct i596_private *lp, int delcnt, char *str) in wait_istat() argument
415 while (--delcnt && lp->iscp.stat) in wait_istat()
417 if (!delcnt) { in wait_istat()
427 static inline int wait_cmd(struct net_device *dev, struct i596_private *lp, int delcnt, char *str) in wait_cmd() argument
429 while (--delcnt && lp->scb.command) in wait_cmd()
431 if (!delcnt) { in wait_cmd()
441 static inline int wait_cfg(struct net_device *dev, struct i596_cmd *cmd, int delcnt, char *str) in wait_cfg() argument
445 while (--delcnt && c->command) in wait_cfg()
447 if (!delcnt) { in wait_cfg()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/i825xx/
H A D82596.c413 static inline int wait_istat(struct net_device *dev, struct i596_private *lp, int delcnt, char *str) in wait_istat() argument
415 while (--delcnt && lp->iscp.stat) in wait_istat()
417 if (!delcnt) { in wait_istat()
427 static inline int wait_cmd(struct net_device *dev, struct i596_private *lp, int delcnt, char *str) in wait_cmd() argument
429 while (--delcnt && lp->scb.command) in wait_cmd()
431 if (!delcnt) { in wait_cmd()
441 static inline int wait_cfg(struct net_device *dev, struct i596_cmd *cmd, int delcnt, char *str) in wait_cfg() argument
445 while (--delcnt && c->command) in wait_cfg()
447 if (!delcnt) { in wait_cfg()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/i825xx/
H A D82596.c413 static inline int wait_istat(struct net_device *dev, struct i596_private *lp, int delcnt, char *str) in wait_istat() argument
415 while (--delcnt && lp->iscp.stat) in wait_istat()
417 if (!delcnt) { in wait_istat()
427 static inline int wait_cmd(struct net_device *dev, struct i596_private *lp, int delcnt, char *str) in wait_cmd() argument
429 while (--delcnt && lp->scb.command) in wait_cmd()
431 if (!delcnt) { in wait_cmd()
441 static inline int wait_cfg(struct net_device *dev, struct i596_cmd *cmd, int delcnt, char *str) in wait_cfg() argument
445 while (--delcnt && c->command) in wait_cfg()
447 if (!delcnt) { in wait_cfg()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DtestDataBuffers.cpp295 int delcnt = 0; in testcase() local
315 delcnt++; in testcase()
321 ndbout << "deleted " << delcnt << endl; in testcase()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DtestDataBuffers.cpp295 int delcnt = 0; in testcase() local
315 delcnt++; in testcase()
321 ndbout << "deleted " << delcnt << endl; in testcase()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/test/ndbapi/
H A DtestDataBuffers.cpp302 int delcnt = 0; in testcase() local
322 delcnt++; in testcase()
328 ndbout << "deleted " << delcnt << endl; in testcase()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/test/ndbapi/
H A DtestDataBuffers.cpp295 int delcnt = 0; in testcase() local
315 delcnt++; in testcase()
321 ndbout << "deleted " << delcnt << endl; in testcase()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DtestDataBuffers.cpp295 int delcnt = 0; in testcase() local
315 delcnt++; in testcase()
321 ndbout << "deleted " << delcnt << endl; in testcase()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/test/ndbapi/
H A DtestDataBuffers.cpp295 int delcnt = 0; in testcase() local
315 delcnt++; in testcase()
321 ndbout << "deleted " << delcnt << endl; in testcase()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DtestDataBuffers.cpp295 int delcnt = 0; in testcase() local
315 delcnt++; in testcase()
321 ndbout << "deleted " << delcnt << endl; in testcase()

123