Home
last modified time | relevance | path

Searched refs:nremain (Results 26 – 50 of 63) sorted by relevance

123

/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/access/gist/
H A Dgistvacuum.c308 int nremain; in gistvacuumpage() local
382 nremain = maxoff - FirstOffsetNumber + 1; in gistvacuumpage()
383 if (nremain == 0) in gistvacuumpage()
397 vstate->stats->num_index_tuples += nremain; in gistvacuumpage()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/access/gist/
H A Dgistvacuum.c308 int nremain; in supportSecondarySplit()
382 nremain = maxoff - FirstOffsetNumber + 1; in supportSecondarySplit()
383 if (nremain == 0) in supportSecondarySplit()
397 vstate->stats->num_index_tuples += nremain; in supportSecondarySplit()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/access/gist/
H A Dgistvacuum.c296 int nremain;
370 nremain = maxoff - FirstOffsetNumber + 1;
371 if (nremain == 0)
385 vstate->stats->num_index_tuples += nremain;
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/access/gist/
H A Dgistvacuum.c322 int nremain; in gistvacuumpage() local
396 nremain = maxoff - FirstOffsetNumber + 1; in gistvacuumpage()
397 if (nremain == 0) in gistvacuumpage()
411 stats->stats.num_index_tuples += nremain; in gistvacuumpage()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/access/gist/
H A Dgistvacuum.c296 int nremain; in gistvacuumpage() local
370 nremain = maxoff - FirstOffsetNumber + 1; in gistvacuumpage()
371 if (nremain == 0) in gistvacuumpage()
385 vstate->stats->num_index_tuples += nremain; in gistvacuumpage()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/access/gist/
H A Dgistvacuum.c296 int nremain; in gistvacuumpage() local
370 nremain = maxoff - FirstOffsetNumber + 1; in gistvacuumpage()
371 if (nremain == 0) in gistvacuumpage()
385 vstate->stats->num_index_tuples += nremain; in gistvacuumpage()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/access/gist/
H A Dgistvacuum.c322 int nremain; in brin_xlog_desummarize_page()
396 nremain = maxoff - FirstOffsetNumber + 1; in brin_xlog_desummarize_page()
397 if (nremain == 0) in brin_xlog_desummarize_page()
411 stats->stats.num_index_tuples += nremain; in brin_xlog_desummarize_page()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/access/gist/
H A Dgistvacuum.c322 int nremain; in gistvacuumpage() local
396 nremain = maxoff - FirstOffsetNumber + 1; in gistvacuumpage()
397 if (nremain == 0) in gistvacuumpage()
411 stats->stats.num_index_tuples += nremain; in gistvacuumpage()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/access/gist/
H A Dgistvacuum.c322 int nremain;
396 nremain = maxoff - FirstOffsetNumber + 1;
397 if (nremain == 0)
411 stats->stats.num_index_tuples += nremain;
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/access/gist/
H A Dgistvacuum.c322 int nremain;
396 nremain = maxoff - FirstOffsetNumber + 1;
397 if (nremain == 0)
411 stats->stats.num_index_tuples += nremain;
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/access/gist/
H A Dgistvacuum.c296 int nremain; in gistvacuumpage() local
370 nremain = maxoff - FirstOffsetNumber + 1; in gistvacuumpage()
371 if (nremain == 0) in gistvacuumpage()
385 vstate->stats->num_index_tuples += nremain; in gistvacuumpage()
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/access/gist/
H A Dgistvacuum.c296 int nremain; in gistvacuumpage() local
370 nremain = maxoff - FirstOffsetNumber + 1; in gistvacuumpage()
371 if (nremain == 0) in gistvacuumpage()
385 vstate->stats->num_index_tuples += nremain; in gistvacuumpage()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dread_dump.cpp132 int nremain = narg - 2; in command() local
133 if (nremain) nremain = fields_and_keywords(nremain,&arg[narg-nremain]); in command()
134 else nremain = fields_and_keywords(0,NULL); in command()
135 if (nremain) setup_reader(nremain,&arg[narg-nremain]); in command()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dread_dump.cpp107 int nremain = narg - 2; in command() local
108 if (nremain) nremain = fields_and_keywords(nremain,&arg[narg-nremain]); in command()
109 else nremain = fields_and_keywords(0,nullptr); in command()
110 if (nremain) setup_reader(nremain,&arg[narg-nremain]); in command()
/dports/devel/ga/ga-5.8/tcgmsg/examples/
H A Dmc.f36 nremain = maxpt - npoint*nproc
37 if (nodeid().lt.nremain) npoint = npoint + 1
/dports/science/py-scipy/scipy-1.7.1/scipy/io/harwell_boeing/
H A Dhb.py347 nremain = ar.size - full.size
348 if nremain > 0:
349 f.write((pyfmt * nremain) % tuple(ar[ar.size - nremain:]) + "\n")
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/TSP/
H A Dex_price.c358 int i, n1, n2, finished, nremain, nfixed, ek; local
436 nremain = 0;
459 nremain++;
498 if (nremain + lp->nfixededges + nbranch) {
499 adjspace = CC_SAFE_MALLOC (nremain + lp->nfixededges + nbranch,
574 rval = add_to_adj (lp, adj, end0, end1, &nremain);
583 rval = add_to_adj (lp, adj, end0, end1, &nremain);
592 lp->fullcount = nremain;
597 printf ("Remaining Edges: %d (with %d new fixed)\n", nremain, nfixed);
/dports/math/concorde/concorde/TSP/
H A Dex_price.c359 int i, n1, n2, finished, nremain, nfixed, ek; in CCtsp_edge_elimination() local
436 nremain = 0; in CCtsp_edge_elimination()
460 nremain++; in CCtsp_edge_elimination()
504 if (nremain + lp->nfixededges + nbranch) { in CCtsp_edge_elimination()
505 adjspace = CC_SAFE_MALLOC (nremain + lp->nfixededges + nbranch, in CCtsp_edge_elimination()
585 rval = add_to_adj (lp, adj, end0, end1, &nremain); in CCtsp_edge_elimination()
594 rval = add_to_adj (lp, adj, end0, end1, &nremain); in CCtsp_edge_elimination()
603 lp->fullcount = nremain; in CCtsp_edge_elimination()
609 printf ("Remaining Edges: %d (with %d new fixed)\n", nremain, nfixed); in CCtsp_edge_elimination()
/dports/math/cadabra2/cadabra2-2.3.6.8/core/algorithms/
H A Dmeld.cnb15 …on to a canonical form, but it instead combines terms such that no terms\nremain which are a linea…
19 …on to a canonical form, but it instead combines terms such that no terms\nremain which are a linea…
147 … does not canonicalise, but rather writes the expression such that there\nremain no linear depende…
151 … does not canonicalise, but rather writes the expression such that there\nremain no linear depende…
/dports/comms/wsjtz/wsjtx/lib/
H A Djt65sim.f9063 … call getopt('hm:n:F:d:D:t:f:ps:SG:M:',long_options,c,optarg,narglen,nstat,noffset,nremain,.true.)
118 if(display_help .or. nstat.lt.0 .or. nremain.ge.1) then
/dports/audio/ardour6/Ardour-6.8.0/libs/plugins/reasonablesynth.lv2/
H A Drsynth.c426 uint32_t nremain = nframes - written; in synth_sound() local
429 const uint32_t tosynth = MIN (BUFFER_SIZE_SAMPLES, nremain); in synth_sound()
434 uint32_t nread = MIN (nremain, (BUFFER_SIZE_SAMPLES - rs->boffset)); in synth_sound()
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/scripts/
H A Dmake_random_timing.py3255 nremain = sum(remain)
3274 for ind in range(nremain):
3313 nremain -= 1
3315 if remain[prev] != nremain:
3316 print('** LE failure, nremain = %d, remain = %s' % (nremain,remain))
3323 if nremain == 0: print('-- have 0 events to insert')
3325 print('++ have %d events of type %d to insert' % (nremain, prev))
3328 return 0, clist, prev, nremain
/dports/science/mpqc/mpqc-2.3.1/src/lib/math/scmat/
H A Ddistrect.cc497 int nremain = n1%nproc; in create_vecform() local
498 if (me < nremain) { in create_vecform()
503 vecoff += nremain; in create_vecform()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Debugger.Soft/Test/
H A Ddtest-app.cs1689 int nremain = nbytes; in threadpool_io()
1691 int r = await streamIn.ReadAsync (bs, nread, nremain); in threadpool_io()
1693 nremain -= r; in threadpool_io()
/dports/security/ophcrack/ophcrack-3.8.0/src/gui/
H A Dmain.cpp545 int nremain = crack->remaining->size; in display_status() local
613 int ndone = nenabled - nactive - nremain; in display_status()

123