Searched defs:total (Results 151 - 175 of 470) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DShapeOps.cpp252 int total = 0; local
255 total += contourList[index]->segments().count();
260 coincidenceCheck(contourList, total);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsOp.cpp303 int total = 0; local
306 total += contourList[index]->segments().count();
308 if (!HandleCoincidence(&contourList, total)) {
/external/chromium_org/v8/test/mjsunit/tools/
H A Dprofile.js194 assertEquals(totalTicks, node.totalWeight, 'total of ' + stack);
234 Driver.prototype.increment = function(func, self, total) {
236 this.counters[func] = { self: 0, total: 0 };
239 this.counters[func].total += total;
289 assertEquals(testDriver.root.total, flatProfileRoot.totalWeight);
298 assertEquals(reference.total, rec.totalWeight, 'total of ' + rec.label);
344 assertEquals(reference[1], rec.totalWeight, 'total of ' + rec.label);
/external/clang/test/SemaCXX/
H A Dfor-range-examples.cpp120 int total = 0; local
123 total += n;
125 assert(total == 10);
128 total += n;
130 assert(total == 460);
137 ++total;
139 assert(total == 463);
147 total += a;
149 assert(total == 500);
/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/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cc37 uptr total, running, alive; local
38 registry->GetNumberOfThreads(&total, &running, &alive);
39 EXPECT_EQ(exp_total, total);
/external/elfutils/0.153/libebl/
H A Deblgstrtab.c97 size_t total; member in struct:Ebl_GStrtab
303 st->total += newstr->len - (*sep)->len;
319 st->total += newstr->len;
358 data->d_buf = malloc (st->total + nulllen);
368 data->d_size = st->total + nulllen;
378 assert (copylen == st->total * st->width + nulllen);
H A Deblstrtab.c97 size_t total; member in struct:Ebl_Strtab
290 st->total += newstr->len - (*sep)->len;
306 st->total += newstr->len;
341 data->d_buf = malloc (st->total + nulllen);
351 data->d_size = st->total + nulllen;
362 assert (copylen == st->total + nulllen);
H A Deblwstrtab.c98 size_t total; member in struct:Ebl_WStrtab
297 st->total += newstr->len - (*sep)->len;
313 st->total += newstr->len;
352 data->d_buf = malloc ((st->total + nulllen) * sizeof (wchar_t));
362 data->d_size = st->total + nulllen;
372 assert (copylen == (st->total + nulllen) * sizeof (wchar_t));
/external/fio/
H A Dblktrace.c21 unsigned int total; local
24 total = sizeof(buf);
25 if (total > fifo_room(fifo))
26 total = fifo_room(fifo);
28 ret = read(fd, buf, total);
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DImageHeaderParser.java307 public long skip(long total) throws IOException { argument
308 return is.skip(total);
/external/icu/icu4c/source/test/intltest/
H A Djamotest.cpp398 int32_t total = 0; local
402 ++total;
431 errln((UnicodeString)"Test word failures: " + errors + " out of " + total);
433 logln((UnicodeString)"All " + total + " test words passed");
/external/iproute2/netem/
H A Dmaketable.c123 cumulativedist(int *table, int limit, int *total) argument
131 *total = accum;
204 int total; local
227 cumulativedist(table, DISTTABLESIZE, &total);
228 inverse = inverttable(table, TABLESIZE, DISTTABLESIZE, total);
/external/jemalloc/include/jemalloc/internal/
H A Dctl.h57 uint64_t total; /* stats_chunks.nchunks */ member in struct:ctl_stats_s::__anon22647
/external/libvorbis/vq/
H A Dmetrics.c32 total bits
33 total samples
96 long total=0; local
115 total++;
121 fprintf(stderr,"\tmean closest side spacing: %g\n",mean/total);
122 fprintf(stderr,"\tmean sq closest side spacing: %g\n",sqrt(meansq/total));
/external/libvpx/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/linux-tools-perf/perf-3.12.0/tools/perf/ui/
H A Dhist.c42 u64 total = pair->hists->stats.total_period; local
44 if (!total)
61 fmt, 100.0 * period / total);
/external/lldb/examples/python/
H A Dpytracer.py310 def total(initial=5, *numbers, **keywords): function
323 total(10, 1, 2, 3, vegetables=50, fruits=100)
/external/lzma/CPP/7zip/Compress/
H A DRangeCoder.h47 void Encode(UInt32 start, UInt32 size, UInt32 total) argument
49 Low += start * (Range /= total);
138 UInt32 GetThreshold(UInt32 total) argument
140 return (Code) / ( Range /= 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/openssl/crypto/evp/
H A Dencode.c135 unsigned int total=0; local
157 total=j+1;
167 total+=j+1;
172 *outl=total;
/external/oprofile/libpp/
H A Dformat_output.h73 /// total sample count
74 count_array_t total; member in struct:format_output::formatter::counts_t
155 /// total counts
166 /// bool if details percentage are relative to total count rather to
/external/pdfium/core/src/fdrm/crypto/
H A Dfx_crypt.cpp61 FX_DWORD total[2]; member in struct:md5_context
187 ctx->total[0] = 0;
188 ctx->total[1] = 0;
201 left = ( ctx->total[0] >> 3 ) & 0x3F;
203 ctx->total[0] += length << 3;
204 ctx->total[1] += length >> 29;
205 ctx->total[0] &= 0xFFFFFFFF;
206 ctx->total[1] += ctx->total[0] < length << 3;
234 PUT_FX_DWORD( ctx->total[
[all...]
/external/qemu/android/utils/
H A Dpath.c539 ssize_t total = 0; local
551 total += n;
/external/qemu/block/
H A Draw-win32.c180 ULARGE_INTEGER available, total, total_free; local
192 if (!GetDiskFreeSpaceEx(s->drive_path, &available, &total, &total_free))
194 l.QuadPart = total.QuadPart;

Completed in 377 milliseconds

1234567891011>>