Home
last modified time | relevance | path

Searched refs:spcnt (Results 1 – 25 of 53) sorted by relevance

123

/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/
H A Dsemi_primes.c333 if (n==spcnt || (n>spcnt && n-spcnt < sptol) || (n<spcnt && spcnt-n < sptol)) break; in nth_semiprime()
346 if (n > spcnt && (n-spcnt) > SP_SIEVE_THRESH) { /* sieve forwards */ in nth_semiprime()
348 while (n > spcnt) { in nth_semiprime()
358 spcnt += count; in nth_semiprime()
362 spcnt++; in nth_semiprime()
367 } else if (n < spcnt && (spcnt-n) > SP_SIEVE_THRESH) { /* sieve backwards */ in nth_semiprime()
369 while (n < spcnt) { in nth_semiprime()
379 spcnt -= count; in nth_semiprime()
383 spcnt--; in nth_semiprime()
391 for (; spcnt > n; spcnt--) in nth_semiprime()
[all …]
/dports/textproc/miller/miller-5.10.2/c/parsing/
H A Dlemon_option.c17 int spcnt, i; in errline() local
18 spcnt = 0; in errline()
20 spcnt = strlen(argv[0]) + 1; in errline()
23 spcnt += strlen(argv[i]+1); in errline()
25 spcnt += k; in errline()
27 if (spcnt<20) { in errline()
28 fprintf(err,"\n%*s^-- here\n",spcnt,""); in errline()
30 fprintf(err,"\n%*shere --^\n",spcnt-7,""); in errline()
/dports/editors/vigor/vigor-0.016/cl/
H A Dcl_funcs.c276 size_t col, lno, spcnt, oldy, oldx; local
303 for (lno = RLNO(sp, LASTLINE(sp)), col = spcnt = 0;;) {
307 ++spcnt;
309 (void)move(lno, col - spcnt);
310 for (; spcnt > 0; --spcnt)
/dports/editors/vigor/vigor-0.016/ip_cl/
H A Dip_cl.c246 size_t cno, lno, nlen, oldy, oldx, spcnt; local
405 for (lno = ipb.val1, cno = spcnt = 0;;) {
409 ++spcnt;
411 (void)move(lno, cno - spcnt);
412 for (; spcnt > 0; --spcnt)
/dports/devel/9base/9base-6/troff/
H A Dn7.c165 static int spcnt; in text() local
181 if (spcnt) in text()
186 if (spcnt) in text()
189 spcnt++; in text()
195 nflush = pendt = ch = spcnt = 0; in text()
200 if (spcnt) { in text()
205 un += spcnt * sps; in text()
206 spcnt = 0; in text()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/troff/
H A Dn7.c166 static int spcnt; in text() local
182 if (spcnt) in text()
187 if (spcnt) in text()
190 spcnt++; in text()
196 nflush = pendt = ch = spcnt = 0; in text()
201 if (spcnt) { in text()
206 un += spcnt * sps; in text()
207 spcnt = 0; in text()
/dports/japanese/today/ja-today-2.12_2/
H A Dcalendar.c206 static void add_spaces(int spcnt, int *attr);
567 int spcnt; in output_header() local
574 spcnt = (MAXMONTHNAME - strlen(nammonth)) / 2; in output_header()
576 memset(nambuf, ' ', spcnt); in output_header()
664 void add_spaces(int spcnt, int *attr) in add_spaces() argument
670 while (spcnt-- > 0) { in add_spaces()
/dports/editors/nvi2/nvi2-2.2.0/cl/
H A Dcl_funcs.c258 size_t spcnt, y, x; in cl_clrtoeol()
267 for (spcnt = (sp->coff + sp->cols) - x; spcnt > 0; --spcnt) in cl_clrtoeol()
/dports/news/nn/nn-6.7.3/
H A Dterm.c848 int oldxy_c, oldxy_l, spcnt; in clrline_noflush() local
883 spcnt = nonsp[curxy_l] - curxy_c; in clrline_noflush()
887 if (auto_right_margin && curxy_l == Lines - 1 && curxy_c + spcnt == Columns) in clrline_noflush()
888 spcnt--; in clrline_noflush()
892 fprintf(stderr, " %d\n", spcnt); in clrline_noflush()
897 while (spcnt--) in clrline_noflush()
899 spcnt = 0; in clrline_noflush()
905 while (spcnt--) in clrline_noflush()
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/troff/
H A Dn7.c314 static int spcnt; in text() local
337 if (spcnt) in text()
343 if (spcnt) in text()
350 spcnt++; in text()
363 nflush = pendt = ch = spcnt = 0; in text()
368 if (spcnt) { in text()
370 lsn = spcnt; in text()
371 glss = spcnt * sps + k; in text()
373 spcnt = 0; in text()
381 spcnt = 0; in text()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/stlgeom/
H A Dmeshstlsurface.cpp571 int spcnt = 0; in STLSurfaceMeshing1() local
633 spcnt++; in STLSurfaceMeshing1()
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/stlgeom/
H A Dmeshstlsurface.cpp571 int spcnt = 0; in STLSurfaceMeshing1() local
633 spcnt++; in STLSurfaceMeshing1()
/dports/databases/sqlite2/sqlite-2.8.17/tool/
H A Dlemon.c1581 int spcnt, i; local
1582 spcnt = 0;
1584 spcnt = strlen(argv[0]) + 1;
1587 spcnt += strlen(argv[i]+1);
1589 spcnt += k;
1591 if( spcnt<20 ){
1592 fprintf(err,"\n%*s^-- here\n",spcnt,"");
1594 fprintf(err,"\n%*shere --^\n",spcnt-7,"");
/dports/www/phalcon/cphalcon-3.4.5/ext/phalcon/annotations/
H A Dlemon.c1610 int spcnt, i; local
1611 spcnt = 0;
1613 spcnt = strlen(argv[0]) + 1;
1616 spcnt += strlen(argv[i]+1);
1618 spcnt += k;
1620 if( spcnt<20 ){
1621 fprintf(err,"\n%*s^-- here\n",spcnt,"");
1623 fprintf(err,"\n%*shere --^\n",spcnt-7,"");
/dports/www/phalcon/cphalcon-3.4.5/ext/phalcon/mvc/model/query/
H A Dlemon.c1608 int spcnt, i; local
1609 spcnt = 0;
1611 spcnt = strlen(argv[0]) + 1;
1614 spcnt += strlen(argv[i]+1);
1616 spcnt += k;
1618 if( spcnt<20 ){
1619 fprintf(err,"\n%*s^-- here\n",spcnt,"");
1621 fprintf(err,"\n%*shere --^\n",spcnt-7,"");
/dports/www/phalcon4/cphalcon-4.1.1/3rdparty/lemon/
H A Dlemon.c1622 int spcnt, i; local
1623 spcnt = 0;
1625 spcnt = strlen(argv[0]) + 1;
1628 spcnt += strlen(argv[i]+1);
1630 spcnt += k;
1632 if( spcnt<20 ){
1633 fprintf(err,"\n%*s^-- here\n",spcnt,"");
1635 fprintf(err,"\n%*shere --^\n",spcnt-7,"");
/dports/www/phalcon/cphalcon-3.4.5/ext/phalcon/mvc/view/engine/volt/
H A Dlemon.c1610 int spcnt, i; local
1611 spcnt = 0;
1613 spcnt = strlen(argv[0]) + 1;
1616 spcnt += strlen(argv[i]+1);
1618 spcnt += k;
1620 if( spcnt<20 ){
1621 fprintf(err,"\n%*s^-- here\n",spcnt,"");
1623 fprintf(err,"\n%*shere --^\n",spcnt-7,"");
/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dlemon.c1618 int spcnt = 0, i; local
1621 spcnt += strlen(argv[0]) + 1;
1625 spcnt += strlen(argv[i]) + 1;
1627 spcnt += k;
1629 if( spcnt<20 ){
1630 fprintf(err,"\n%*s^-- here\n",spcnt,"");
1632 fprintf(err,"\n%*shere --^\n",spcnt-7,"");
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/parser/
H A Dlemon.c1763 int spcnt, i; in errline() local
1765 spcnt = lemonStrlen(argv[0]) + 1; in errline()
1768 spcnt += lemonStrlen(argv[i])+1; in errline()
1770 spcnt += k; in errline()
1772 if( spcnt<20 ){ in errline()
1773 fprintf(err,"\n%*s^-- here\n",spcnt,""); in errline()
1775 fprintf(err,"\n%*shere --^\n",spcnt-7,""); in errline()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/tool/
H A Dlemon.c1678 int spcnt, i; in errline() local
1680 spcnt = lemonStrlen(argv[0]) + 1; in errline()
1683 spcnt += lemonStrlen(argv[i])+1; in errline()
1685 spcnt += k; in errline()
1687 if( spcnt<20 ){ in errline()
1688 fprintf(err,"\n%*s^-- here\n",spcnt,""); in errline()
1690 fprintf(err,"\n%*shere --^\n",spcnt-7,""); in errline()
/dports/databases/xapian-core12/xapian-core-1.2.25/queryparser/
H A Dlemon.c1699 int spcnt, i; local
1701 spcnt = lemonStrlen(argv[0]) + 1;
1704 spcnt += lemonStrlen(argv[i])+1;
1706 spcnt += k;
1708 if( spcnt<20 ){
1709 fprintf(err,"\n%*s^-- here\n",spcnt,"");
1711 fprintf(err,"\n%*shere --^\n",spcnt-7,"");
/dports/games/zdoom/zdoom-2.8.1/tools/lemon/
H A Dlemon.c1668 size_t spcnt; local
1670 spcnt = strlen(argv[0]) + 1;
1673 spcnt += strlen(argv[i])+1;
1675 spcnt += k;
1677 if( spcnt<20 ){
1678 fprintf(err,"\n%*s^-- here\n",(int)spcnt,"");
1680 fprintf(err,"\n%*shere --^\n",(int)spcnt-7,"");
/dports/devel/z88dk/z88dk/src/z80asm/dev/
H A Dlemon.c1760 int spcnt, i; in errline() local
1762 spcnt = lemonStrlen(argv[0]) + 1; in errline()
1765 spcnt += lemonStrlen(argv[i])+1; in errline()
1767 spcnt += k; in errline()
1769 if( spcnt<20 ){ in errline()
1770 fprintf(err,"\n%*s^-- here\n",spcnt,""); in errline()
1772 fprintf(err,"\n%*shere --^\n",spcnt-7,""); in errline()
/dports/security/openvpn-auth-ldap/openvpn-auth-ldap-auth-ldap-2.0.4/tools/
H A Dlemon.c1666 int spcnt, i; in errline() local
1668 spcnt = lemonStrlen(argv[0]) + 1; in errline()
1671 spcnt += lemonStrlen(argv[i])+1; in errline()
1673 spcnt += k; in errline()
1675 if( spcnt<20 ){ in errline()
1676 fprintf(err,"\n%*s^-- here\n",spcnt,""); in errline()
1678 fprintf(err,"\n%*shere --^\n",spcnt-7,""); in errline()
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sql-parser/
H A Dlemon.c1675 int spcnt, i; in errline() local
1677 spcnt = lemonStrlen(argv[0]) + 1; in errline()
1680 spcnt += lemonStrlen(argv[i])+1; in errline()
1682 spcnt += k; in errline()
1684 if( spcnt<20 ){ in errline()
1685 fprintf(err,"\n%*s^-- here\n",spcnt,""); in errline()
1687 fprintf(err,"\n%*shere --^\n",spcnt-7,""); in errline()

123