Searched refs:total (Results 176 - 200 of 930) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Dwebrunner.js359 total: totalTestItems } }, "*");
486 results[curID] = {tests:{}, total:{}, version: result.version};
489 if ( !results[curID].total[run] ) {
490 results[curID].total[run] = {max:0, mean:0, median:0, min:0, deviation:0, error:0, num:0};
499 var total = results[curID].total[run];
500 total.num++;
502 for ( var type in total ) {
504 total.error += error;
506 total
[all...]
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
H A DSkPdfDiffEncoder.cpp70 int total = 0; local
72 total++;
98 str.printf("Number of clips in stack: %i", total);
/external/chromium_org/third_party/smhasher/src/
H A Dmd5.cpp11 unsigned long total[2]; /*!< number of bytes processed */ member in struct:__anon15452
138 ctx->total[0] = 0;
139 ctx->total[1] = 0;
281 left = ctx->total[0] & 0x3F;
284 ctx->total[0] += ilen;
285 ctx->total[0] &= 0xFFFFFFFF;
287 if( ctx->total[0] < (unsigned long) ilen )
288 ctx->total[1]++;
331 high = ( ctx->total[0] >> 29 )
332 | ( ctx->total[
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profiler.cc244 HeapProfileTable::Stats const stats = heap_profile->total();
249 RAW_DCHECK(stats.Equivalent(heap_profile->total()), "");
334 const HeapProfileTable::Stats& total = heap_profile->total(); local
335 const int64 inuse_bytes = total.alloc_size - total.free_size;
340 total.alloc_size >=
344 total.alloc_size >> 20, inuse_bytes >> 20);
347 total.free_size >=
351 total
[all...]
/external/chromium_org/tools/perf/benchmarks/
H A Dindexeddb_perf.py75 total = 0.0
83 total += msec
85 results.current_page, 'Total Perf', 'ms', total))
H A Dsunspider.py111 total = 0
114 total += value
115 totals.append(total)
/external/guava/guava-tests/test/com/google/common/io/
H A DMultiInputStreamTest.java90 int total = 0;
92 total++;
95 assertEquals(20, total);
/external/skia/experimental/PdfViewer/src/
H A DSkPdfDiffEncoder.cpp70 int total = 0; local
72 total++;
98 str.printf("Number of clips in stack: %i", total);
/external/stlport/test/eh/
H A Dtest_map.cpp93 size_t total = 0; local
94 EH_DISTANCE( m.begin(), m.end(), total );
95 assert( m.size() == total );
/external/chromium_org/third_party/opus/src/celt/
H A Drate.c191 total/N */
222 compared to their "fair share" of total/N */
249 const int *bits1, const int *bits2, const int *thresh, const int *cap, opus_int32 total, opus_int32 *_balance,
289 if (psum > total)
330 total += skip_rsv;
335 left = total-psum;
402 total += dual_stereo_rsv;
416 left = total-psum;
453 compared to their "fair share" of total/N */
527 opus_int32 total, opus_int3
248 interp_bits2pulses(const CELTMode *m, int start, int end, int skip_start, const int *bits1, const int *bits2, const int *thresh, const int *cap, opus_int32 total, opus_int32 *_balance, int skip_rsv, int *intensity, int intensity_rsv, int *dual_stereo, int dual_stereo_rsv, int *bits, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth) argument
526 compute_allocation(const CELTMode *m, int start, int end, const int *offsets, const int *cap, int alloc_trim, int *intensity, int *dual_stereo, opus_int32 total, opus_int32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth) argument
[all...]
/external/libopus/celt/
H A Drate.c191 total/N */
222 compared to their "fair share" of total/N */
249 const int *bits1, const int *bits2, const int *thresh, const int *cap, opus_int32 total, opus_int32 *_balance,
289 if (psum > total)
330 total += skip_rsv;
335 left = total-psum;
402 total += dual_stereo_rsv;
416 left = total-psum;
453 compared to their "fair share" of total/N */
527 opus_int32 total, opus_int3
248 interp_bits2pulses(const CELTMode *m, int start, int end, int skip_start, const int *bits1, const int *bits2, const int *thresh, const int *cap, opus_int32 total, opus_int32 *_balance, int skip_rsv, int *intensity, int intensity_rsv, int *dual_stereo, int dual_stereo_rsv, int *bits, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth) argument
526 compute_allocation(const CELTMode *m, int start, int end, const int *offsets, const int *cap, int alloc_trim, int *intensity, int *dual_stereo, opus_int32 total, opus_int32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth) argument
[all...]
/external/opencv/cvaux/src/
H A Dcvhmm.cpp72 int total = num_obs.height * num_obs.width; local
79 obs->obs = (float*)cvAlloc( total * obs_size * sizeof(float) );
81 obs->state = (int*)cvAlloc( 2 * total * sizeof(int) );
82 obs->mix = (int*)cvAlloc( total * sizeof(int) );
137 //compute total number of states of all level in 2d EHMM
391 int total = 0; local
397 total += hmm->u.ehmm[i].num_states;
401 num_samples = (int*)cvAlloc( total * sizeof(int) );
404 counter = (int*)cvAlloc( total * sizeof(int) );
406 samples = (CvVect32f**)cvAlloc( total * sizeo
632 int* total= (int*)(((int*)(hmm->obsProb)) - 3); local
945 float total = 0; local
970 float total = 0; local
1370 int total = 0; local
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DBufferedBlockCipher.java113 int total = len + bufOff;
118 leftOver = total % buf.length - (cipher.getBlockSize() + 2);
122 leftOver = total % buf.length;
125 return total - leftOver;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
H A DCTSBlockCipher.java50 int total = len + bufOff;
51 int leftOver = total % buf.length;
55 return total - buf.length;
58 return total - leftOver;
/external/chromium_org/athena/resource_manager/delegate/
H A Dresource_manager_delegate.cc44 // The total memory we have is the "real memory" plus the virtual (z)ram.
45 int total_memory = info.total + info.swap_total / kSwapWeight;
/external/chromium_org/chrome/browser/extensions/api/system_cpu/
H A Dsystem_cpu_apitest.cc31 info_.processors[0]->usage.total = 6;
/external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/audits/broken-links/
H A Ddevtools.js17 " links out of " + results.total + " are broken");
/external/chromium_org/components/component_updater/
H A Durl_fetcher_downloader.h43 int64_t total) OVERRIDE;
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dmalloc_extension_c.h64 PERFTOOLS_DLL_DECL int MallocExtension_MallocMemoryStats(int* blocks, size_t* total,
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dmalloc_extension_c.h64 PERFTOOLS_DLL_DECL int MallocExtension_MallocMemoryStats(int* blocks, size_t* total,
/external/chromium_org/third_party/zlib/
H A Dinflate.h89 unsigned long total; /* protected copy of output count */ member in struct:inflate_state
/external/chromium_org/tools/perf/metrics/
H A Dpower.py175 total = 0
191 total = total + cpu_delta[process_type]
192 cpu_delta['Total'] = total
/external/elfutils/0.153/lib/
H A Dmd5.h49 md5_uint32 total[2]; member in struct:md5_ctx
H A Dsha1.h50 sha1_uint32 total[2]; member in struct:sha1_ctx
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_buffer.c46 static void gki_init_free_queue (UINT8 id, UINT16 size, UINT16 total, void *p_mem) argument
64 p_cb->pool_end[id] = (UINT8 *)p_mem + (act_size * total);
70 p_cb->freeq[id].total = total;
75 LOGD("gki_init_free_queue() init pool=%d, size=%d (aligned=%d) total=%d start=%p", id, size, tempsize, total, p_mem);
83 for (i = 0; i < total; i++)
113 void* p_mem = GKI_os_malloc((Q->size + BUFFER_PADDING_SIZE) * Q->total);
118 ALOGD("\ngki_alloc_free_queue calling gki_init_free_queue, id:%d size:%d, totol:%d\n", id, Q->size, Q->total);
120 gki_init_free_queue(id, Q->size, Q->total, p_me
[all...]

Completed in 654 milliseconds

1234567891011>>