Searched defs:total (Results 126 - 150 of 470) sorted by path

1234567891011>>

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp440 double total; member in class:WeightedRand
456 total = 0;
459 total += weights[i];
465 total += weight;
486 // get the slot's index, 0 <= mark <= total;
487 double mark = total * reference_mark;
492 mark -= weights[i]; // 0 <= mark <= total
/external/chromium_org/third_party/icu/source/test/perf/usetperf/
H A Dusetperf.cpp47 int32_t total; member in class:CmdOp
51 total = 0;
56 ++total;
61 return total;
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzic.c1968 register int month, total; local
1972 total = 0;
1974 total += len_months[0][month];
1975 (void) sprintf(result, "J%d", total + rp->r_dayofmonth);
/external/chromium_org/third_party/lcov/example/methods/
H A Diterate.c8 * get the total sum. As a positive side effect, we're able to easily detect
21 int i, total; local
23 total = 0;
33 if (total + i < total)
41 total += i;
44 return total;
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_bench.cc272 int total; member in struct:leveldb::__anon12439::RandomGenerator::SharedState
546 if (shared->num_initialized >= shared->total) {
561 if (shared->num_done >= shared->total) {
570 shared.total = n;
609 // Checksum about 500MB of data total
/external/chromium_org/third_party/libaddressinput/src/cpp/test/util/
H A Dmd5_unittest.cc128 int total = 0; local
129 while (total < length) {
131 if (len > length - total)
132 len = length - total;
135 std::string(reinterpret_cast<char*>(data.get() + total), len));
136 total += len;
139 EXPECT_EQ(length, total);
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpcore-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/message/ ...
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstunrequest_unittest.cc82 int total = 0; local
85 total += 100 << i;
87 total += 1600;
89 return total;
/external/chromium_org/third_party/libjpeg_turbo/
H A Djquant2.c494 long total = 0; local
508 total += count;
516 cinfo->colormap[0][icolor] = (JSAMPLE) ((c0total + (total>>1)) / total);
517 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total);
518 cinfo->colormap[2][icolor] = (JSAMPLE) ((c2total + (total>>1)) / total);
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Drate_hist.c34 int total; member in struct:rate_hist
52 hist->total = 0;
117 hist->total++;
189 int buckets, int total, int scale) {
230 pct = (float)(100.0 * bucket[i].count / total);
250 int total = 0; local
259 total += counts[i];
265 show_histogram(bucket, buckets, total, scale);
281 show_histogram(hist->bucket, buckets, hist->total, scale);
188 show_histogram(const struct hist_bucket *bucket, int buckets, int total, int scale) argument
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp36 // long long total, available;
37 // status = pReader->Length(&total, &available);
39 // assert((total < 0) || (available <= total));
100 long long total, available; local
102 int status = pReader->Length(&total, &available);
104 assert((total < 0) || (available <= total));
326 long long total, available; local
328 const long status = pReader->Length(&total,
369 long long total, available; local
436 long long total, available; local
642 long long total, available; local
759 long long total, available; local
939 long long total, avail; local
1853 long long total, avail; local
2913 long long total, avail; local
3162 long long total, avail; local
3268 long long total, avail; local
[all...]
H A Dmkvreader.cpp86 int MkvReader::Length(long long* total, long long* available) { argument
90 if (total)
91 *total = m_length;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_if.c1963 cpi->total = 0.0;
2257 dr, cpi->total / cpi->count, total_psnr,
3300 int total = 0; local
3357 total += mse / act;
3365 total = total * fac_framerate / 100;
3370 if (total > 0 &&
3375 cpi->denoiser.nmse_source_diff = total;
3379 cpi->denoiser.nmse_source_diff = (int)((total >> 2) +
5464 cpi->total
[all...]
H A Donyx_int.h593 /* Projected total bits available for a key frame group of frames */
616 double total ; member in struct:VP8_COMP
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_sse2.c354 static INLINE __m128i filter_add2_sub2(const __m128i *const total, argument
359 __m128i x = _mm_add_epi16(*a1, *total);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h347 double total; member in struct:VP9_COMP
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dsvc_encodeframe.c48 #define COMPONENTS 4 // psnr & sse statistics maintained for total, y, u, v
93 double psnr_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; // total/Y/U/V
340 float total = 0; local
349 total += alloc_ratio[i];
354 if (total > 0) {
356 (enc_cfg->rc_target_bitrate * alloc_ratio[i] / total);
568 scale[0] = y_scale * 1.5; // total
/external/chromium_org/third_party/libwebp/demux/
H A Ddemux.c803 // Returns fragment 'fragment_num' and the total count.
809 int total; local
811 for (total = 0; f != NULL && f->frame_num_ == this_frame; f = f->next_) {
812 if (++total == fragment_num) fragment = f;
814 *count = total;
/external/chromium_org/third_party/libwebp/enc/
H A Dframe.c109 static int CalcSkipProba(uint64_t nb, uint64_t total) { argument
110 return (int)(total ? (total - nb) * 255 / total : 255);
131 // Return the total bit-cost for coding the probability updates.
132 static int CalcTokenProba(int nb, int total) { argument
133 assert(nb <= total);
134 return nb ? (255 - nb * 255 / total) : 255;
137 // Cost of coding 'nb' 1's and 'total-nb' 0's using 'proba' probability.
138 static int BranchCost(int nb, int total, in argument
157 const int total = (stats >> 16) & 0xffff; local
187 const int total = a + b; local
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemastypes.c92 unsigned int total:8; member in struct:_xmlSchemaValDecimal
106 unsigned int total; member in struct:_xmlSchemaValHex
113 unsigned int total; member in struct:_xmlSchemaValBase64
2358 * Set the total digits to 1 if a zero value.
2363 v->value.decimal.total = 1;
2365 v->value.decimal.total = len;
2936 int total, i = 0; local
2975 total = i / 2; /* number of octets */
2985 v->value.hex.total = total;
3008 int total, i = 0, pad = 0; local
[all...]
H A Dxpath.c1729 printf("# total : %d\n", reqAll);
1736 printf("# total : %d\n", reqNodeset);
1742 printf("# total : %d\n", reqString);
1748 printf("# total : %d\n", reqBool);
1754 printf("# total : %d\n", reqNumber);
1760 printf("# total : %d\n", reqXSLTTree);
1766 printf("# total : %d\n", reqUndefined);
11946 int total = 0, hasNsNodes = 0; local
12187 total = 0;
12208 if (((total
12575 int total = 0, cur; local
12699 int total = 0, cur; local
12819 int total = 0; local
13119 int total = 0; local
[all...]
/external/chromium_org/third_party/libxslt/libexslt/
H A Ddate.c1304 * Convert mon and year of @dt to total number of days. Take the
2804 exsltDateValPtr x, total; local
2831 total = exsltDateCreateDate (XS_DURATION);
2832 if (total == NULL) {
2842 exsltDateFreeDate (total);
2849 exsltDateFreeDate (total);
2855 result = _exsltDateAddDurCalc(total, total, x);
2860 exsltDateFreeDate (total);
2867 ret = exsltDateFormatDuration (&(total
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtransform.c3101 long spent, child, total, end; local
3105 total = end - start;
3106 spent = total - child;
3118 ctxt->profTab[ctxt->profNr - 1] += total;
H A Dxsltutils.c1886 int total; local
1932 total = 0;
1963 total += templates[i]->nbCalls;
1966 fprintf(output, "\n%30s%26s %6d %6ld\n", "Total", "", total, totalt);
/external/chromium_org/third_party/mesa/src/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",

Completed in 713 milliseconds

1234567891011>>