Home
last modified time | relevance | path

Searched refs:total (Results 1 – 25 of 759) sorted by relevance

12345678910>>...31

/external/compiler-rt/test/asan/TestCases/
Dcoverage-caller-callee-total-count.cc26 uintptr_t total = CheckNewTotalUniqueCoverageIsLargerAndReturnIt(0); in main() local
28 total = CheckNewTotalUniqueCoverageIsLargerAndReturnIt(total); in main()
30 total = CheckNewTotalUniqueCoverageIsLargerAndReturnIt(total); in main()
32 total = CheckNewTotalUniqueCoverageIsLargerAndReturnIt(total); in main()
36 total = CheckNewTotalUniqueCoverageIsLargerAndReturnIt(total); in main()
38 total = CheckNewTotalUniqueCoverageIsLargerAndReturnIt(total); in main()
40 total = CheckNewTotalUniqueCoverageIsLargerAndReturnIt(total); in main()
/external/squashfs-tools/squashfs-tools/
Dread_file.c59 int total = 0; in read_file() local
64 if(total + (MAX_LINE + 1) > size) { in read_file()
70 err = fgets(line + total, MAX_LINE + 1, fd); in read_file()
74 len = strlen(line + total); in read_file()
75 total += len; in read_file()
77 if(len == MAX_LINE && line[total - 1] != '\n') { in read_file()
89 if(len && line[total - 1] == '\n') { in read_file()
90 line[-- total] = '\0'; in read_file()
100 if(len == 0 || line[total - 1] != '\\' || (len >= 2 && in read_file()
101 strcmp(line + total - 2, "\\\\") == 0)) in read_file()
[all …]
/external/skia/src/views/animated/
DSkScrollBarView.cpp53 void SkScrollBarView::setTotal(unsigned total) in setTotal() argument
55 if ((int)total < 0) in setTotal()
56 total = 0; in setTotal()
58 if (fTotalLength != total) in setTotal()
60 fTotalLength = total; in setTotal()
122 int total = fTotalLength; in adjust() local
127 if (total <= 0 || shown <= 0 || shown >= total) // no bar to show in adjust()
129 total = 1; // avoid divide-by-zero. should be done by skin/script in adjust()
134 if (start + shown > total) in adjust()
135 start = total - shown; in adjust()
[all …]
/external/oauth/core/src/main/java/net/oauth/client/
DExcerptInputStream.java22 int total = 0; in ExcerptInputStream() local
24 while ((read = read(excerpt, total, LIMIT - total)) != -1 && ((total += read) < LIMIT)); in ExcerptInputStream()
25 if (total == LIMIT) { in ExcerptInputStream()
27 System.arraycopy(ELLIPSIS, 0, excerpt, total, ELLIPSIS.length); in ExcerptInputStream()
29 byte[] tmp = new byte[total]; in ExcerptInputStream()
30 System.arraycopy(excerpt, 0, tmp, 0, total); in ExcerptInputStream()
/external/opencv/cxcore/src/
Dcxdatastructs.cpp530 int count, total = seq->total; in cvGetSeqElem() local
532 if( (unsigned)index >= (unsigned)total ) in cvGetSeqElem()
534 index += index < 0 ? total : 0; in cvGetSeqElem()
535 index -= index >= total ? total : 0; in cvGetSeqElem()
536 if( (unsigned)index >= (unsigned)total ) in cvGetSeqElem()
541 if( index + index <= total ) in cvGetSeqElem()
554 total -= block->count; in cvGetSeqElem()
556 while( index < total ); in cvGetSeqElem()
557 index -= total; in cvGetSeqElem()
611 int total = seq->total; in cvSliceLength() local
[all …]
/external/doclava/src/com/google/doclava/
DTodoFile.java58 public int total; field in TodoFile.PackageStats
85 int total = 1; in writeTodoFile() local
95 total++; in writeTodoFile()
109 total++; in writeTodoFile()
124 total++; in writeTodoFile()
138 total++; in writeTodoFile()
153 data.setValue(classBase + ".totalCount", "" + total); in writeTodoFile()
154 data.setValue(classBase + ".percentGood", percent(errors, total)); in writeTodoFile()
165 ps.total += total; in writeTodoFile()
178 data.setValue("packages." + i + ".totalCount", "" + ps.total); in writeTodoFile()
[all …]
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-stat.c574 static void print_noise_pct(double total, double avg) in print_noise_pct() argument
576 double pct = rel_stddev_stats(total, avg); in print_noise_pct()
681 double total, ratio = 0.0; in print_stalled_cycles_frontend() local
684 total = avg_stats(&runtime_cycles_stats[cpu]); in print_stalled_cycles_frontend()
686 if (total) in print_stalled_cycles_frontend()
687 ratio = avg / total * 100.0; in print_stalled_cycles_frontend()
700 double total, ratio = 0.0; in print_stalled_cycles_backend() local
703 total = avg_stats(&runtime_cycles_stats[cpu]); in print_stalled_cycles_backend()
705 if (total) in print_stalled_cycles_backend()
706 ratio = avg / total * 100.0; in print_stalled_cycles_backend()
[all …]
/external/valgrind/none/tests/s390x/
Decag.stdout.exp-z1964 L1 total cachesize data: 131072
5 L1 total cachesize insn: 65536
11 L2 total cachesize data: 1572864
12 L2 total cachesize insn: 1572864
18 L3 total cachesize data: 25165824
19 L3 total cachesize insn: 25165824
25 L4 total cachesize data: 201326592
26 L4 total cachesize insn: 201326592
Decag.stdout.exp-zec124 L1 total cachesize data: 98304
5 L1 total cachesize insn: 65536
11 L2 total cachesize data: 1048576
12 L2 total cachesize insn: 1048576
18 L3 total cachesize data: 50331648
19 L3 total cachesize insn: 50331648
25 L4 total cachesize data: 402653184
26 L4 total cachesize insn: 402653184
Decag.stdout.exp-z134 L1 total cachesize data: 131072
5 L1 total cachesize insn: 98304
11 L2 total cachesize data: 2097152
12 L2 total cachesize insn: 2097152
18 L3 total cachesize data: 67108864
19 L3 total cachesize insn: 67108864
25 L4 total cachesize data: 503316480
26 L4 total cachesize insn: 503316480
Decag.stdout.exp-z10ec4 L1 total cachesize data: 131072
5 L1 total cachesize insn: 65536
11 L2 total cachesize data: 3145728
12 L2 total cachesize insn: 3145728
18 L3 total cachesize data: 50331648
19 L3 total cachesize insn: 50331648
/external/guava/guava-tests/benchmark/com/google/common/base/
DStopwatchBenchmark.java33 long total = 0; in stopwatch() local
37 total += s.elapsed(TimeUnit.NANOSECONDS); in stopwatch()
39 return total; in stopwatch()
43 long total = 0; in manual() local
47 total += (System.nanoTime() - start); in manual()
49 return total; in manual()
/external/bison/lib/
Dtimevar.c452 struct timevar_time_def *total = &timevars[TV_TOTAL].elapsed; local
504 (total->user == 0 ? 0 : tv->elapsed.user / total->user) * 100);
511 (total->sys == 0 ? 0 : tv->elapsed.sys / total->sys) * 100);
518 (total->wall == 0 ? 0 : tv->elapsed.wall / total->wall) * 100);
527 fprintf (fp, "%7.2f ", total->user);
530 fprintf (fp, "%7.2f ", total->sys);
533 fprintf (fp, "%7.2f\n", total->wall);
555 print_time (str, total) in print_time() argument
557 long total;
562 str, total / 1000000, total % 1000000,
[all …]
/external/boringssl/src/crypto/cipher/
De_ssl3.c132 size_t total = 0; in aead_ssl3_seal() local
176 total = len; in aead_ssl3_seal()
179 if (!EVP_EncryptUpdate(&ssl3_ctx->cipher_ctx, out + total, &len, mac, in aead_ssl3_seal()
183 total += len; in aead_ssl3_seal()
195 if (!EVP_EncryptUpdate(&ssl3_ctx->cipher_ctx, out + total, &len, padding, in aead_ssl3_seal()
199 total += len; in aead_ssl3_seal()
202 if (!EVP_EncryptFinal_ex(&ssl3_ctx->cipher_ctx, out + total, &len)) { in aead_ssl3_seal()
205 total += len; in aead_ssl3_seal()
207 *out_len = total; in aead_ssl3_seal()
254 size_t total = 0; in aead_ssl3_open() local
[all …]
/external/sqlite/android/
DPhoneNumberUtilsTest.cpp34 #define EXPECT(function, input1, input2, expected, total, error) \ argument
38 (total)++; \
53 (total), (error))
58 (total), (error))
64 (total)++; \
77 int total = 0; in main() local
189 printf("total: %d, error: %d\n\n", total, error); in main()
/external/v8/test/mjsunit/compiler/
Dregress-8.js53 LA+(a.Un+(zE+(Fp+(LA+(a.Im+(zE+(AE+(LA+(a.total+Gob))))))))),
58 if(a.total>=2E6) {
63 if(a.total>=2E5) {
68 if(a.total>=2E4) {
73 if(a.total>=2E3) {
78 if(a.total>=200) {
85 LA+(a.Un+(zE+(Fp+(LA+(a.Im+(zE+(Mob+(LA+(a.total+zE))))))))),
101 LA+(a.Un+(zE+(Fp+(LA+(a.Im+(zE+(AE+(LA+(a.total+zE))))))))),
109 Nob(2, { Un: "" , Im: "" , total: 42}); property
Dload-elimination-global.js95 var total = v;
98 total = a.x;
101 return total;
107 var total = v;
110 total = a.x; // a.x not affected by loop
115 total = a.x; // a.x not affected by loop
119 total = a.x;
124 total = a.x; // a.x not affected by loop
128 return total;
/external/webrtc/src/common_audio/vad/
Dvad_core.c131 inst->total[0] = TOTAL_10MS_Q; in WebRtcVad_InitCore()
132 inst->total[1] = TOTAL_20MS_Q; in WebRtcVad_InitCore()
133 inst->total[2] = TOTAL_30MS_Q; in WebRtcVad_InitCore()
148 inst->total[0] = TOTAL_10MS_LBR; in WebRtcVad_InitCore()
149 inst->total[1] = TOTAL_20MS_LBR; in WebRtcVad_InitCore()
150 inst->total[2] = TOTAL_30MS_LBR; in WebRtcVad_InitCore()
165 inst->total[0] = TOTAL_10MS_AGG; in WebRtcVad_InitCore()
166 inst->total[1] = TOTAL_20MS_AGG; in WebRtcVad_InitCore()
167 inst->total[2] = TOTAL_30MS_AGG; in WebRtcVad_InitCore()
182 inst->total[0] = TOTAL_10MS_VAG; in WebRtcVad_InitCore()
[all …]
/external/mesa3d/src/glsl/tests/
Doptimization-test3 total=0
10 total=$((total+1))
21 echo "$pass/$total tests returned correct results"
24 if [[ $pass == $total ]]; then
/external/e2fsprogs/contrib/
Dmake-sparse.c25 int got, total = 0; in full_read() local
33 return total ? total : -1; in full_read()
37 return total; in full_read()
42 total += got; in full_read()
45 return total; in full_read()
/external/apache-http/src/org/apache/http/impl/io/
DContentLengthOutputStream.java67 private long total = 0; field in ContentLengthOutputStream
113 if (this.total < this.contentLength) { in write()
114 long max = this.contentLength - this.total; in write()
119 this.total += len; in write()
131 if (this.total < this.contentLength) { in write()
133 this.total++; in write()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
DPaddedBufferedBlockCipher.java96 int total = len + bufOff; in getOutputSize() local
97 int leftOver = total % buf.length; in getOutputSize()
103 return total + buf.length; in getOutputSize()
106 return total; in getOutputSize()
109 return total - leftOver + buf.length; in getOutputSize()
123 int total = len + bufOff; in getUpdateOutputSize() local
124 int leftOver = total % buf.length; in getUpdateOutputSize()
128 return Math.max(0, total - buf.length); in getUpdateOutputSize()
131 return total - leftOver; in getUpdateOutputSize()
/external/valgrind/drd/tests/
Domp_prime.c38 int total = 0; in main() local
89 DRD_TRACE_VAR(total); in main()
96 primes[total] = i; in main()
97 total++; in main()
103 n, total); in main()
104 for (i = 0; i < total; i++) in main()
/external/opencv/cvaux/src/
Dcvhmm1d.cpp333 int total = hmm->num_states;
337 num_samples = (int*)icvAlloc( total * sizeof(int) );
340 counter = (int*)icvAlloc( total * sizeof(int) );
342 samples = (CvVect32f**)icvAlloc( total * sizeof(CvVect32f*) );
343 samples_mix = (int***)icvAlloc( total * sizeof(int**) );
346 memset( num_samples, 0 , total*sizeof(int) );
347 memset( counter, 0 , total*sizeof(int) );
363 a_class = (int**)icvAlloc( total*sizeof(int*) );
365 for (i = 0; i < total; i++)
390 memset( counter, 0, total*sizeof(int) );
[all …]
/external/valgrind/massif/tests/
Dbasic2.post.exp36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
42 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
49 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
56 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
63 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
70 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
77 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
84 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
91 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)

12345678910>>...31