Searched refs:total (Results 251 - 275 of 551) sorted by relevance

<<11121314151617181920>>

/external/vboot_reference/host/lib21/
H A Dhost_signature.c203 uint32_t total = 0, size = 0; local
212 total += size;
215 *size_ptr = total;
/external/wpa_supplicant_8/hostapd/
H A Dhostapd_cli.c630 int res, i, total; local
641 total = res;
643 tmp = &buf[total];
644 res = os_snprintf(tmp, sizeof(buf) - total, " %s", argv[i]);
645 if (os_snprintf_error(sizeof(buf) - total, res))
647 total += res;
932 int total; local
950 total = res;
952 tmp = cmd + total;
953 res = os_snprintf(tmp, sizeof(cmd) - total, "
[all...]
/external/blktrace/btt/
H A Dinlines.h85 ap->min = ap->total = ap->max = t;
91 ap->total += t;
99 ap->total = (n * t);
105 ap->total += (n * t);
114 ap->total -= t;
H A Dbtt_plot.py116 total = 0.0
118 total += val
119 return total / len(vals)
/external/fio/
H A Dblktrace.c22 unsigned int total; local
25 total = sizeof(buf);
26 if (total > fifo_room(fifo))
27 total = fifo_room(fifo);
29 ret = read(fd, buf, total);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_debug.c335 unsigned total = 0; local
355 total += tile.coverage;
378 debug_printf("this tile total: %u possible %u: percentage: %f\n",
379 total,
381 total * 100.0 / (float)possible);
383 _total += total;
386 debug_printf("overall total: %llu possible %llu: percentage: %f\n",
/external/linux-tools-perf/src/tools/perf/
H A Dbuiltin-lock.c684 static void print_bad_events(int bad, int total) argument
692 pr_info("bad: %d, total: %d\n", bad, total);
693 pr_info("bad rate: %f %%\n", (double)bad / (double)total * 100);
704 int bad, total; local
710 pr_info("%15s ", "total wait (ns)");
716 bad = total = 0;
718 total++;
748 print_bad_events(bad, total);
/external/opencv/cv/src/
H A Dcvlinefit.cpp660 if( ptseq->total == 0 )
695 CV_CALL( buffer = points = (schar*)cvAlloc( ptseq->total*CV_ELEM_SIZE(type) ));
700 int i, total = ptseq->total*CV_MAT_CN(type);
703 for( i = 0; i < total; i++ )
713 IPPI_CALL( icvFitLine2D( (CvPoint2D32f*)points, ptseq->total,
718 IPPI_CALL( icvFitLine3D( (CvPoint3D32f*)points, ptseq->total,
H A Dcvshapedescr.cpp78 if( contour->total > 1 )
86 count -= !is_closed && count == contour->total;
318 if( sequence->total <= 0 )
323 count = sequence->total;
458 if( contour->total )
461 int lpt = contour->total;
584 lpt = contour->total - n1 + n2 + 1;*/
586 if( contour->total && lpt > 2 )
752 if( cvSliceLength( slice, contour ) == contour->total )
792 int n = points->total;
[all...]
H A Dcvhistogram.cpp410 int size1[CV_MAX_DIM], size2[CV_MAX_DIM], total = 1; local
430 total *= size1[i];
447 for( i = 0; i < total; i++ )
460 double num, denom2, scale = 1./total;
462 for( i = 0; i < total; i++ )
480 for( i = 0; i < total; i++ )
493 for( i = 0; i < total; i++ )
557 double num, denom2, scale = 1./total;
660 int size1[CV_MAX_DIM], size2[CV_MAX_DIM], total = 1; local
676 total *
727 int dims, size[CV_MAX_DIM], total = 0; local
890 int total = 1; local
1572 int total = 1; local
2418 int total = 0; local
[all...]
H A Dcvgeometry.cpp176 int i, total, counter = 0; local
204 total = contour->total;
214 for( i = 0; i < total; i++ )
257 for( i = 0; i < total; i++ )
293 for( i = 0; i < total; i++ )
/external/opencv/cvaux/src/
H A Dcvvecfacetracking.cpp237 if (0 == m_seqRects->total)
242 if (m_seqRects->total < 32)
249 if ((pR->iEnergy > 100 && m_seqRects->total < 32) || (m_seqRects->total < 16))
256 if ((pR->iEnergy > 100 && m_seqRects->total < 16) || (pR->iEnergy > 200 && m_seqRects->total < 32))
345 int nRects = m_seqRects->total;
377 for (i = 0; i < m_seqRects->total; i++)
381 for (j = j_begin; j < m_seqRects->total;)
397 for (int i = 0; i < m_seqRects->total;
[all...]
H A Dcvlcm.cpp295 if(SiteSet->total > 70000)
330 if(LCMNodeSeq->total > 0)
336 if(LCMEdgeSeq->total > 0)
369 for(i = 0; i < SiteSet->total; i++)
542 counter < pLCM->VoronoiDiagram->edges->total;
568 pLCMEdge->width = width/pLCMEdge->chain->total;
/external/iputils/Modules/
H A Dpg3.c347 u32 total, idle; local
428 total = (stop.tv_sec - start.tv_sec)*1000000 +
437 total, total-idle, idle,
439 ((pc*1000)/(total/1000)),
440 (((pc*1000)/(total/1000))*pkt_size)/1024/1024
/external/opencv/ml/src/
H A Dmlnbayes.cpp494 if( !CV_NODE_IS_SEQ(node->tag) || seq->total != nclasses)
505 if( !CV_NODE_IS_SEQ(node->tag) || seq->total != nclasses)
516 if( !CV_NODE_IS_SEQ(node->tag) || seq->total != nclasses)
527 if( !CV_NODE_IS_SEQ(node->tag) || seq->total != nclasses)
538 if( !CV_NODE_IS_SEQ(node->tag) || seq->total != nclasses)
549 if( !CV_NODE_IS_SEQ(node->tag) || seq->total != nclasses)
/external/pdfium/fpdfsdk/src/javascript/
H A Dutil.cpp609 FX_INT64 total; /* current total */ local
621 total = 0;
624 total = 10 * total + (c - '0'); /* accumulate digit */
629 return -total;
631 return total; /* return result, negated if necessary */
/external/skia/src/animator/
H A DSkAnimateActive.cpp62 int total = oldCount + newCount; local
63 if (total == 0)
65 fInterpolators.setCount(total);
67 for (index = oldCount; index < total; index++)
69 fAnimators.setCount(total);
72 fState.setCount(total);
110 // total = oldCount + newCount;
111 // for (index = oldCount; index < total; index++)
/external/valgrind/massif/tests/
H A Dinsig.post.exp36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
58 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
80 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
H A DChiSquareTestImpl.java157 // compute row, column and total sums
160 double total = 0.0d;
165 total += counts[row][col];
174 expected = (rowSum[row] * colSum[col]) / total;
/external/chromium-trace/trace-viewer/perf_insights/third_party/cloudstorage/
H A Dcloudstorage_api.py318 total = 0
338 while ((max_keys is None or total < max_keys) and
340 total += 1
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc108 void ThreadRegistry::GetNumberOfThreads(uptr *total, uptr *running, argument
111 if (total) *total = n_contexts_;
/external/guava/guava/src/com/google/common/io/
H A DCharStreams.java193 long total = 0;
197 total += buf.remaining();
200 return total;
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DNode.java492 int total = 0;
494 total += child.collideWith(other, results);
496 return total;
/external/libvncserver/test/
H A Dencodingstest.c77 unsigned int total=0,diff=0; local
92 total++;
97 if(maxDelta>0 && diff/total>=maxDelta)
/external/linux-tools-perf/src/tools/perf/ui/
H A Dhist.c42 u64 total = pair->hists->stats.total_period; local
44 if (!total)
61 fmt, 100.0 * period / total);

Completed in 1281 milliseconds

<<11121314151617181920>>