Searched defs:total (Results 276 - 300 of 470) sorted by relevance

<<111213141516171819

/external/opencv/cv/src/
H A Dcvsubdivision2d.cpp574 int i, total; local
585 total = subdiv->edges->total;
590 for( i = 0; i < total; i++ )
599 total = subdiv->total;
604 for( i = 0; i < total; i++ )
627 int i, total, elem_size; local
640 total = subdiv->edges->total;
[all...]
/external/opencv/cvaux/src/
H A Dcv3dtracker.cpp442 CvPoint3D32f total = cvPoint3D32f(0, 0, 0); local
481 total += midpoint(r1, r2);
486 CvPoint3D32f center = total/weight;
/external/openssl/crypto/x509v3/
H A Dv3_utl.c681 int total; member in struct:__anon28370
692 v6stat.total = 0;
707 if (v6stat.total != 16)
713 if (v6stat.total == 16)
721 if (v6stat.total > 0)
728 && (v6stat.zero_pos != v6stat.total))
735 || (v6stat.zero_pos == v6stat.total))
747 memset(v6 + v6stat.zero_pos, 0, 16 - v6stat.total);
749 if (v6stat.total != v6stat.zero_pos)
750 memcpy(v6 + v6stat.zero_pos + 16 - v6stat.total,
[all...]
/external/oprofile/libpp/
H A Dcallgraph_container.cpp343 process(count_array_t total, double threshold, argument
354 if (op_ratio(sym.sample.counts[0], total[0]) < threshold)
/external/oprofile/pp/
H A Dopannotate.cpp138 count_array_t const & total)
144 os << format_percent(op_ratio(count[i], total[i]) * 100.0,
271 str += begin_comment + symname + " total: ";
551 str += " total: ";
563 str += "total: " + count_str(counts, samples->samples_count());
137 count_str(count_array_t const & count, count_array_t const & total) argument
/external/pcre/dist/
H A Dpcre_jit_test.c1122 int total = 0; local
1201 total++;
1434 return_value8[0], return_value8[1], total, current->pattern, current->input);
1441 return_value16[0], return_value16[1], total, current->pattern, current->input);
1448 return_value32[0], return_value32[1], total, current->pattern, current->input);
1456 total, current->pattern, current->input);
1464 total, current->pattern, current->input);
1472 total, current->pattern, current->input);
1516 total, current->pattern, current->input);
1524 total, curren
[all...]
/external/pdfium/core/src/fdrm/crypto/
H A Dfx_crypt_sha.cpp165 FX_DWORD total[2]; member in struct:__anon28557
187 ctx->total[0] = 0;
188 ctx->total[1] = 0;
325 left = ctx->total[0] & 0x3F;
327 ctx->total[0] += length;
328 ctx->total[0] &= 0xFFFFFFFF;
329 if( ctx->total[0] < length ) {
330 ctx->total[1]++;
362 high = ( ctx->total[0] >> 29 )
363 | ( ctx->total[
388 FX_UINT64 total[2]; member in struct:__anon28558
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshrec.c1012 /* check bit count; must be equal to current total hint count */
1057 /* check bit count, must be equal to current total hint count */
1181 FT_Int total = count; local
1185 while ( total > 0 )
1188 count = total;
1206 total -= count;
/external/pixman/test/
H A Dlowlevel-blt-bench.c63 int64_t n = 0, total; local
77 n = total = n * 5;
88 return (double)total / (t2 - t1);
/external/qemu/
H A Darch_init.c212 uint64_t total = 0; local
215 total += block->length;
217 return total;
/external/qemu/distrib/libsparse/src/
H A Doutput_file.c320 size_t total = 0; local
324 while (total < len) {
325 ret = read(fd, ptr, len - total);
334 total += ret;
/external/skia/src/core/
H A DSkGlyphCache.cpp58 uint32_t total = gHashSuccess + gHashCollision; local
60 100 * gHashSuccess / total);
/external/tcpdump/
H A Dprint-smb.c1097 int total, i; local
1156 total = ancount + nscount + arcount;
1158 if (qdcount > 100 || total > 100) {
1174 if (total) {
1176 for (i = 0; i < total; i++) {
/external/tremolo/Tremolo/
H A Dvorbisfile.c68 (seeking/scrubbing) or desire to know the total length/time of a
935 /* returns: total raw (compressed) length of content if i==-1
954 /* returns: total PCM length (samples) of content if i==-1 PCM length
973 /* returns: total milliseconds of content if i==-1
1156 ogg_int64_t total=ov_pcm_total(vf,-1); local
1162 if(pos<0 || pos>total)return OV_EINVAL;
1166 total-=vf->pcmlengths[link*2+1];
1167 if(pos>=total)break;
1192 ogg_int64_t target=pos-total+begintime;
1295 vf->pcm_offset+=total;
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_unix.c335 unsigned long total = 0; local
337 total += a->len;
348 if (total)
349 wpa_printf(MSG_INFO, "MEMLEAK: total %lu bytes",
350 (unsigned long) total);
447 ; /* determine total src string length */
/external/wpa_supplicant_8/src/utils/
H A Dos_unix.c335 unsigned long total = 0; local
337 total += a->len;
348 if (total)
349 wpa_printf(MSG_INFO, "MEMLEAK: total %lu bytes",
350 (unsigned long) total);
447 ; /* determine total src string length */
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_unix.c335 unsigned long total = 0; local
337 total += a->len;
348 if (total)
349 wpa_printf(MSG_INFO, "MEMLEAK: total %lu bytes",
350 (unsigned long) total);
447 ; /* determine total src string length */
/external/blktrace/btt/
H A Dglobals.h76 __u64 min, max, total; member in struct:avg_info
/external/chromium_org/chrome/browser/chromeos/drive/
H A Djob_scheduler.cc1033 void JobScheduler::UpdateProgress(JobID job_id, int64 progress, int64 total) { argument
1038 if (total != -1)
1039 job_entry->job_info.num_total_bytes = total;
/external/chromium_org/chrome/browser/drive/
H A Dfake_drive_service.cc295 void FakeDriveService::SetQuotaValue(int64 used, int64 total) { argument
299 about_resource_->set_quota_bytes_total(total);
/external/chromium_org/content/browser/download/
H A Ddownload_stats.cc30 // Count of downloads which had a Content-Disposition headers. The total
234 int64 total) {
246 int64 delta_bytes = total - received;
247 bool unknown_size = total <= 0;
249 int64 total_kb = total / 1024;
232 RecordDownloadInterrupted(DownloadInterruptReason reason, int64 received, int64 total) argument
/external/chromium_org/google_apis/drive/
H A Dbase_requests.cc724 int64 total) {
726 progress_callback_.Run(current, total);
721 OnURLFetchDownloadProgress( const URLFetcher* source, int64 current, int64 total) argument
H A Ddrive_api_requests.cc689 const net::URLFetcher* source, int64 current, int64 total) {
691 progress_callback_.Run(current, total);
688 OnURLFetchUploadProgress( const net::URLFetcher* source, int64 current, int64 total) argument
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_instance.cc165 int32_t total,
164 NumberOfFindResultsChanged(PP_Instance instance, int32_t total, PP_Bool final_result) argument
/external/chromium_org/net/url_request/
H A Durl_fetcher_core.cc689 // the response was successful so that the total failure count
863 int64 total = -1; local
865 total = static_cast<int64>(request_->GetUploadProgress().size());
868 if (!total)
875 this, current, total));
881 int64 current, int64 total) {
884 delegate_->OnURLFetchUploadProgress(fetcher_, current, total);
897 int64 current, int64 total) {
900 delegate_->OnURLFetchDownloadProgress(fetcher_, current, total);
880 InformDelegateUploadProgressInDelegateThread( int64 current, int64 total) argument
896 InformDelegateDownloadProgressInDelegateThread( int64 current, int64 total) argument

Completed in 6145 milliseconds

<<111213141516171819