Home
last modified time | relevance | path

Searched refs:totalcount (Results 1 – 25 of 431) sorted by relevance

12345678910>>...18

/dports/graphics/reallyslick/rss-glx_0.9.1/src/Implicit/
H A DimpCubeTables.cpp70 static int totalcount; in addtotable() local
73 totalcount = 0; in addtotable()
76 triStripPatterns[row][totalcount] = edgecount; in addtotable()
84 triStripPatterns[row][totalcount+1] = edgelist[0]; in addtotable()
85 triStripPatterns[row][totalcount+2] = edgelist[1]; in addtotable()
86 triStripPatterns[row][totalcount+3] = edgelist[2]; in addtotable()
89 triStripPatterns[row][totalcount+1] = edgelist[0]; in addtotable()
90 triStripPatterns[row][totalcount+2] = edgelist[1]; in addtotable()
91 triStripPatterns[row][totalcount+3] = edgelist[3]; in addtotable()
92 triStripPatterns[row][totalcount+4] = edgelist[2]; in addtotable()
[all …]
/dports/www/moodle39/moodle/tag/classes/output/
H A Dtagcloud.php47 protected $totalcount; variable in core_tag\\output\\tagcloud
56 …* @param int $totalcount total count of tags (for example to indicate that there are more tags tha…
62 public function __construct($tagset, $totalcount = 0, $fromctx = 0, $ctx = 0, $rec = 1) { argument
95 $this->totalcount = $totalcount ? $totalcount : count($this->tagset);
117 'totalcount' => $this->totalcount,
118 'overflow' => ($this->totalcount > $cnt) ? 1 : 0,
/dports/www/moodle310/moodle/tag/classes/output/
H A Dtagcloud.php47 protected $totalcount; variable in core_tag\\output\\tagcloud
56 …* @param int $totalcount total count of tags (for example to indicate that there are more tags tha…
62 public function __construct($tagset, $totalcount = 0, $fromctx = 0, $ctx = 0, $rec = 1) { argument
95 $this->totalcount = $totalcount ? $totalcount : count($this->tagset);
117 'totalcount' => $this->totalcount,
118 'overflow' => ($this->totalcount > $cnt) ? 1 : 0,
/dports/www/moodle311/moodle/tag/classes/output/
H A Dtagcloud.php47 protected $totalcount; variable in core_tag\\output\\tagcloud
56 …* @param int $totalcount total count of tags (for example to indicate that there are more tags tha…
62 public function __construct($tagset, $totalcount = 0, $fromctx = 0, $ctx = 0, $rec = 1) { argument
95 $this->totalcount = $totalcount ? $totalcount : count($this->tagset);
117 'totalcount' => $this->totalcount,
118 'overflow' => ($this->totalcount > $cnt) ? 1 : 0,
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/fluidsynth/src/
H A Dfluid_ringbuffer.h32 int totalcount; /**< Total count of elements in array */ member
61 return fluid_atomic_int_get(&queue->count) + offset >= queue->totalcount ? NULL in fluid_ringbuffer_get_inptr()
62 : queue->array + queue->elementsize * ((queue->in + offset) % queue->totalcount); in fluid_ringbuffer_get_inptr()
80 if(queue->in >= queue->totalcount) in fluid_ringbuffer_next_inptr()
82 queue->in -= queue->totalcount; in fluid_ringbuffer_next_inptr()
127 if(++queue->out == queue->totalcount) in fluid_ringbuffer_next_outptr()
/dports/audio/gmsynth-lv2/gmsynth.lv2-0.5.0/fluidsynth/src/
H A Dfluid_ringbuffer.h32 int totalcount; /**< Total count of elements in array */ member
61 return fluid_atomic_int_get(&queue->count) + offset >= queue->totalcount ? NULL in fluid_ringbuffer_get_inptr()
62 : queue->array + queue->elementsize * ((queue->in + offset) % queue->totalcount); in fluid_ringbuffer_get_inptr()
80 if(queue->in >= queue->totalcount) in fluid_ringbuffer_next_inptr()
82 queue->in -= queue->totalcount; in fluid_ringbuffer_next_inptr()
127 if(++queue->out == queue->totalcount) in fluid_ringbuffer_next_outptr()
/dports/audio/ardour6/Ardour-6.8.0/libs/fluidsynth/src/
H A Dfluid_ringbuffer.h32 int totalcount; /**< Total count of elements in array */ member
61 return fluid_atomic_int_get(&queue->count) + offset >= queue->totalcount ? NULL in fluid_ringbuffer_get_inptr()
62 : queue->array + queue->elementsize * ((queue->in + offset) % queue->totalcount); in fluid_ringbuffer_get_inptr()
80 if(queue->in >= queue->totalcount) in fluid_ringbuffer_next_inptr()
82 queue->in -= queue->totalcount; in fluid_ringbuffer_next_inptr()
127 if(++queue->out == queue->totalcount) in fluid_ringbuffer_next_outptr()
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/src/utils/
H A Dfluid_ringbuffer.h32 int totalcount; /**< Total count of elements in array */ member
61 return fluid_atomic_int_get (&queue->count) + offset >= queue->totalcount ? NULL in fluid_ringbuffer_get_inptr()
62 : queue->array + queue->elementsize * ((queue->in + offset) % queue->totalcount); in fluid_ringbuffer_get_inptr()
79 if (queue->in >= queue->totalcount) in fluid_ringbuffer_next_inptr()
80 queue->in -= queue->totalcount; in fluid_ringbuffer_next_inptr()
124 if (++queue->out == queue->totalcount) in fluid_ringbuffer_next_outptr()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/fluidsynth/src/utils/
H A Dfluid_ringbuffer.h32 int totalcount; /**< Total count of elements in array */ member
61 return fluid_atomic_int_get (&queue->count) + offset >= queue->totalcount ? NULL in fluid_ringbuffer_get_inptr()
62 : queue->array + queue->elementsize * ((queue->in + offset) % queue->totalcount); in fluid_ringbuffer_get_inptr()
79 if (queue->in >= queue->totalcount) in fluid_ringbuffer_next_inptr()
80 queue->in -= queue->totalcount; in fluid_ringbuffer_next_inptr()
124 if (++queue->out == queue->totalcount) in fluid_ringbuffer_next_outptr()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/views/modules/
H A Dstatistics.views_default.inc52 'totalcount' => array(
53 'id' => 'totalcount',
55 'field' => 'totalcount',
74 'totalcount' => array(
75 'id' => 'totalcount',
77 'field' => 'totalcount',
111 'totalcount' => 'totalcount',
129 'totalcount' => array(
224 'totalcount' => array(
225 'id' => 'totalcount',
[all …]
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/utils/
H A Dfluid_ringbuffer.h32 int totalcount; /**< Total count of elements in array */ member
61 return fluid_atomic_int_get(&queue->count) + offset >= queue->totalcount ? NULL in fluid_ringbuffer_get_inptr()
62 : queue->array + queue->elementsize * ((queue->in + offset) % queue->totalcount); in fluid_ringbuffer_get_inptr()
80 if(queue->in >= queue->totalcount) in fluid_ringbuffer_next_inptr()
82 queue->in -= queue->totalcount; in fluid_ringbuffer_next_inptr()
127 if(++queue->out == queue->totalcount) in fluid_ringbuffer_next_outptr()
/dports/www/moodle310/moodle/question/classes/statistics/responses/
H A Danalysis_for_actual_response.php54 protected $totalcount = 0; variable in core_question\\statistics\\responses\\analysis_for_actual_response
81 $this->totalcount++;
101 $this->totalcount = $this->totalcount + $count;
143 $countrow->rcount = $this->totalcount;
162 $rowdata->totalcount = $this->totalcount;
/dports/www/moodle311/moodle/question/classes/statistics/responses/
H A Danalysis_for_actual_response.php54 protected $totalcount = 0; variable in core_question\\statistics\\responses\\analysis_for_actual_response
81 $this->totalcount++;
101 $this->totalcount = $this->totalcount + $count;
143 $countrow->rcount = $this->totalcount;
162 $rowdata->totalcount = $this->totalcount;
/dports/www/moodle39/moodle/question/classes/statistics/responses/
H A Danalysis_for_actual_response.php54 protected $totalcount = 0; variable in core_question\\statistics\\responses\\analysis_for_actual_response
81 $this->totalcount++;
101 $this->totalcount = $this->totalcount + $count;
143 $countrow->rcount = $this->totalcount;
162 $rowdata->totalcount = $this->totalcount;
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/coll/base/
H A Dcoll_base_reduce_scatter_block.c135 ptrdiff_t span, gap, totalcount, extent; in ompi_coll_base_reduce_scatter_block_intra_recursivedoubling() local
149 totalcount = comm_size * rcount; in ompi_coll_base_reduce_scatter_block_intra_recursivedoubling()
151 span = opal_datatype_span(&dtype->super, totalcount, &gap); in ompi_coll_base_reduce_scatter_block_intra_recursivedoubling()
332 ptrdiff_t span, gap, totalcount, extent; in ompi_coll_base_reduce_scatter_block_intra_recursivehalving() local
350 totalcount = comm_size * rcount; in ompi_coll_base_reduce_scatter_block_intra_recursivehalving()
352 span = opal_datatype_span(&dtype->super, totalcount, &gap); in ompi_coll_base_reduce_scatter_block_intra_recursivehalving()
573 ptrdiff_t span, gap, totalcount, extent; in ompi_coll_base_reduce_scatter_block_intra_butterfly() local
590 totalcount = comm_size * rcount; in ompi_coll_base_reduce_scatter_block_intra_butterfly()
816 ptrdiff_t span, gap, totalcount, extent; in ompi_coll_base_reduce_scatter_block_intra_butterfly_pof2() local
824 totalcount = comm_size * rcount; in ompi_coll_base_reduce_scatter_block_intra_butterfly_pof2()
[all …]
/dports/editors/nvi2/nvi2-2.2.0/vi/
H A Dvs_msg.c422 if (vip->totalcount == 1) { in vs_output()
428 ++vip->totalcount; in vs_output()
433 --vip->totalcount; in vs_output()
438 if (vip->totalcount != 0) in vs_output()
442 ++vip->totalcount; in vs_output()
606 if (vip->totalcount > 1) { in vs_ex_resolve()
609 ev.e_flno = vip->totalcount >= in vs_ex_resolve()
689 switch (vip->totalcount) { in vs_resolve()
713 ev.e_flno = vip->totalcount >= in vs_resolve()
752 (void)gp->scr_move(sp, vip->totalcount < in vs_scroll()
[all …]
/dports/editors/vigor/vigor-0.016/vi/
H A Dvs_msg.c435 if (vip->totalcount == 1) {
441 ++vip->totalcount;
446 --vip->totalcount;
451 if (vip->totalcount != 0)
455 ++vip->totalcount;
626 if (vip->totalcount > 1) {
629 ev.e_flno = vip->totalcount >=
711 switch (vip->totalcount) {
735 ev.e_flno = vip->totalcount >=
777 (void)gp->scr_move(sp, vip->totalcount <
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/xspice/ipc/
H A Dipcsockets.c418 int totalcount; /* total number of bytes read */ in read_sock() local
435 totalcount = count; in read_sock()
436 buf2 = &buffer[totalcount]; in read_sock()
442 totalcount = totalcount + count; in read_sock()
443 buf2 = &buffer[totalcount]; in read_sock()
448 totalcount, totalcount + length); in read_sock()
450 return totalcount; in read_sock()
/dports/www/moodle310/moodle/backup/util/ui/
H A Drestore_ui_components.php64 private $totalcount = null; variable in restore_search_base
124 if ($this->totalcount === null) {
127 return $this->totalcount;
154 $this->totalcount = null;
185 $this->totalcount = 0;
212 if ($this->totalcount + 1 > $this->maxresults) {
217 $this->totalcount++;
223 return $this->totalcount;
/dports/www/moodle311/moodle/backup/util/ui/
H A Drestore_ui_components.php64 private $totalcount = null; variable in restore_search_base
124 if ($this->totalcount === null) {
127 return $this->totalcount;
154 $this->totalcount = null;
185 $this->totalcount = 0;
212 if ($this->totalcount + 1 > $this->maxresults) {
217 $this->totalcount++;
223 return $this->totalcount;
/dports/www/moodle39/moodle/backup/util/ui/
H A Drestore_ui_components.php64 private $totalcount = null; variable in restore_search_base
124 if ($this->totalcount === null) {
127 return $this->totalcount;
154 $this->totalcount = null;
185 $this->totalcount = 0;
212 if ($this->totalcount + 1 > $this->maxresults) {
217 $this->totalcount++;
223 return $this->totalcount;
/dports/net/minidlna/minidlna-4f6a473/tagutils/
H A Dtagutils-dff.c58 uint64_t totalcount = 0; in _get_dfffileinfo() local
114 while (totalcount < totalsize - 4) in _get_dfffileinfo()
128 totalcount += propckDataSize + 12; in _get_dfffileinfo()
221 totalcount += dsdsdckDataSize + 12; in _get_dfffileinfo()
232 totalcount += dsdsdckDataSize + 12; in _get_dfffileinfo()
278 totalcount += dstickDataSize + 12; in _get_dfffileinfo()
297 totalcount += comtckDataSize + 12; in _get_dfffileinfo()
305 totalcount += diinckDataSize + 12; in _get_dfffileinfo()
368 totalcount += manfckDataSize + 12; in _get_dfffileinfo()
/dports/net/tcpreen/tcpreen-1.4.4/src/
H A Dbridge.cpp116 long totalcount = 0; in monitor_bridge() local
179 totalcount ++; in monitor_bridge()
226 totalcount += check; in monitor_bridge()
231 if (totalcount < 0) in monitor_bridge()
232 totalcount = LONG_MAX; in monitor_bridge()
234 while ((limit == -1) || (totalcount < limit)); in monitor_bridge()
/dports/www/moodle310/moodle/mod/lti/service/gradebookservices/classes/local/resources/
H A Dlineitems.php112 $totalcount = $itemsandcount[0];
114 $limitnum, $totalcount, $typeid, $response);
139 * @param int $totalcount Number of total lineitems before filtering for paging
146 $tag, $limitfrom, $limitnum, $totalcount, $typeid, $response) { argument
153 if ($limitfrom >= $totalcount || $limitfrom < 0) {
160 $limitlast = $totalcount - $limitnum + 1 >= 0 ? $totalcount - $limitnum + 1 : 0;
176 if (($limitfrom <= $totalcount - 1) && (!$outofrange)) {
187 if (($limitfrom <= $totalcount - 1) && (!$outofrange)) {
/dports/www/moodle311/moodle/mod/lti/service/gradebookservices/classes/local/resources/
H A Dlineitems.php112 $totalcount = $itemsandcount[0];
114 $limitnum, $totalcount, $typeid, $response);
139 * @param int $totalcount Number of total lineitems before filtering for paging
146 $tag, $limitfrom, $limitnum, $totalcount, $typeid, $response) { argument
153 if ($limitfrom >= $totalcount || $limitfrom < 0) {
160 $limitlast = $totalcount - $limitnum + 1 >= 0 ? $totalcount - $limitnum + 1 : 0;
176 if (($limitfrom <= $totalcount - 1) && (!$outofrange)) {
187 if (($limitfrom <= $totalcount - 1) && (!$outofrange)) {

12345678910>>...18