/packages/apps/Gallery2/jni/filters/ |
geometry.c | 25 int total = length * width; local 28 int temp = total - width; 29 for (i = 0; i < total; i += width) { 39 int total = length * width; local 43 for (i = 0; i < total; i+= width) { 77 int total = length * width; local
|
/external/elfutils/src/src/ |
size.c | 75 { "totals", 't', NULL, 0, N_("Display the total sizes (bsd only)"), 0 }, 105 /* Show total size. */ 150 /* True if total sizes should be printed. */ 152 /* To print the total sizes in a reasonable format remember the higest 196 /* Print the total sizes but only if the output format is BSD and at 444 GElf_Off total = 0; local 462 total += shdr->sh_size; 467 printf ("%-*s %*" PRIx64 "\n\n\n", maxlen, sgettext ("sysv|Total"), 468 digits - 2, total); 470 printf ("%-*s %*" PRId64 "\n\n\n", maxlen, sgettext ("sysv|Total"), 489 GElf_Off total = 0; local 607 GElf_Off total = 0; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/ |
mkvparser.cpp | 35 // long long total, available;
36 // status = pReader->Length(&total, &available);
38 // assert((total < 0) || (available <= total));
106 long long total, available;
local 108 int status = pReader->Length(&total, &available);
110 assert((total < 0) || (available <= total));
372 long long total, available;
local 374 const long status = pReader->Length(&total, &available); 418 long long total, available; local 497 long long total, available; local 737 long long total, available; local 862 long long total, available; local 1063 long long total, avail; local 2062 long long total, avail; local 3221 long long total, avail; local 3503 long long total, avail; local 3618 long long total, avail; local [all...] |
/external/blktrace/btt/ |
output.c | 71 ap->avg = BIT_TIME(ap->total) / (double)ap->n; 103 ap->avg = BIT_TIME(ap->total) / (double)ap->n; 165 unsigned long long nq, nd, blkmin, blkmax, total; member in struct:__anon4747 185 blks_avg = (double)dip->avgs.blks.total / d2c_n; 195 (unsigned long long)dip->avgs.blks.total); 207 (unsigned long long)dip->avgs.blks.total); 217 merge_data.total += dip->avgs.blks.total; 227 fprintf(ofp, "%10s | %8s %8s %7s | %8s %8s %8s %8s\n", "DEV", "#Q", "#D", "Ratio", "BLKmin", "BLKavg", "BLKmax", "Total"); 232 fprintf(ofp, "%10s | %8s %8s %7s | %8s %8s %8s %8s\n", "DEV", "#Q", "#D", "Ratio", "BLKmin", "BLKavg", "BLKmax", "Total"); 245 __u64 total; member in struct:__ohead_data [all...] |
/external/lzma/CS/7zip/Compress/RangeCoder/ |
RangeCoder.cs | 54 public void Encode(uint start, uint size, uint total)
56 Low += start * (Range /= total);
170 public uint GetThreshold(uint total)
172 return Code / (Range /= total);
175 public void Decode(uint start, uint size, uint total)
|
/external/pcre/dist/ |
pcre_jit_test.c | 1122 int total = 0; local [all...] |
/external/icu/icu4c/source/samples/ucnv/ |
convsamp.cpp | 302 uint32_t letters=0, total=0; local 360 total++; 365 printf("%d letters out of %d total UChars.\n", letters, total); 398 uint32_t letters=0, total=0; local 449 fprintf(stderr, "%s @ %d\n", u_errorName(status), total); 454 total++; 481 printf("%d letters out of %d total UChars.\n", letters, total); 881 uint32_t inbytes=0, total=0 local 987 uint32_t inchars=0, total=0; local [all...] |
/external/linux-tools-perf/src/tools/perf/ui/gtk/ |
hists.c | 51 u64 total = pair->hists->stats.total_period; local 66 percent = 100.0 * period / total; 136 GtkTreeIter *parent, int col, u64 total) 152 percent = 100.0 * hits / total; 181 child_total = total; 316 u64 total; local 319 total = h->stat.period; 321 total = hists->stats.total_period; 324 sym_col, total);
|
/external/boringssl/src/crypto/perlasm/ |
cbc.pl | 312 $total=16+4; 313 $total+=4 if ($p1 > 0); 314 $total+=4 if ($p2 > 0); 315 $total+=4 if ($p3 > 0); 316 &add("esp",$total);
|
/external/iproute2/netem/ |
maketable.c | 123 cumulativedist(int *table, int limit, int *total) 131 *total = accum; 204 int total; local 227 cumulativedist(table, DISTTABLESIZE, &total); 228 inverse = inverttable(table, TABLESIZE, DISTTABLESIZE, total);
|
/external/jetty/src/java/org/eclipse/jetty/io/nio/ |
DirectNIOBuffer.java | 252 int len=0, total=0, available=max; local 254 while (total<max) 268 total += len; 278 if (len<0 && total==0) 280 return total;
|
/external/lz4/programs/ |
datagen.c | 115 U64 total=0; local 147 while (total < size) 149 if (size-total < 128 KB) genBlockSize = (U32)(size-total); 150 total += genBlockSize;
|
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/ |
LocalPhotoSource.java | 107 private int[] getExponentialIndice(int total, int count) { 109 if (count > total) count = total; 112 int row = (int)(-Math.log(random.nextDouble()) * total / 2); 113 if (row < total) selected.add(row);
|
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/ |
ProviderPerfActivity.java | 345 int total = 0; local 351 total++; 356 (float) (total != 0 ? total : 1) / 358 Log.v(TAG, "dummy loop: fails=" + failures + "; total=" + total + "; goodavg ms=" + averageMillis); 367 int total = 0; local 374 total++; 381 (float) (total != 0 ? total : 1) 390 int total = 0; local 593 int total = 0; local [all...] |
/system/extras/verity/ |
verify_boot_signature.c | 240 uint64_t total = 0; local 264 if ((length - total) < BUFFER_SIZE) { 265 bytes = length - total; 274 total += bytes; 275 } while (total < length);
|
/external/valgrind/massif/tests/ |
ignoring.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 44 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 54 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 67 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 95 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 110 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 125 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 140 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 155 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 171 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B [all...] |
/external/pdfium/core/src/fdrm/crypto/ |
fx_crypt_sha.cpp | 165 FX_DWORD total[2]; member in struct:__anon17430 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[1] << 3 ) 388 FX_UINT64 total[2]; member in struct:__anon17431 [all...] |
fx_crypt.cpp | 63 FX_DWORD total[2]; member in struct:md5_context 189 ctx->total[0] = 0; 190 ctx->total[1] = 0; 203 left = ( ctx->total[0] >> 3 ) & 0x3F; 205 ctx->total[0] += length << 3; 206 ctx->total[1] += length >> 29; 207 ctx->total[0] &= 0xFFFFFFFF; 208 ctx->total[1] += ctx->total[0] < length << 3; 236 PUT_FX_DWORD( ctx->total[0], msglen, 0 ) [all...] |
/external/boringssl/src/crypto/x509v3/ |
v3_utl.c | 1129 /* Total number of bytes in tmp */ 1130 int total; member in struct:__anon4812 1141 v6stat.total = 0; 1156 if (v6stat.total != 16) 1162 if (v6stat.total == 16) 1170 if (v6stat.total > 0) 1177 && (v6stat.zero_pos != v6stat.total)) 1184 || (v6stat.zero_pos == v6stat.total)) 1196 memset(v6 + v6stat.zero_pos, 0, 16 - v6stat.total); 1198 if (v6stat.total != v6stat.zero_pos [all...] |
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
TestCase.java | 156 int total = 0; local 159 total++; 162 return total;
|
/external/eigen/bench/ |
bench_gemm.cpp | 202 std::cout << "blas cpu " << tblas.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tblas.best(CPU_TIMER))*1e-9 << " GFLOPS \t(" << tblas.total(CPU_TIMER) << "s)\n"; 203 std::cout << "blas real " << tblas.best(REAL_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tblas.best(REAL_TIMER))*1e-9 << " GFLOPS \t(" << tblas.total(REAL_TIMER) << "s)\n"; 209 std::cout << "eigen cpu " << tmt.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tmt.best(CPU_TIMER))*1e-9 << " GFLOPS \t(" << tmt.total(CPU_TIMER) << "s)\n"; 210 std::cout << "eigen real " << tmt.best(REAL_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tmt.best(REAL_TIMER))*1e-9 << " GFLOPS \t(" << tmt.total(REAL_TIMER) << "s)\n"; 220 std::cout << "eigen mono cpu " << tmono.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tmono.best(CPU_TIMER))*1e-9 << " GFLOPS \t(" << tmono.total(CPU_TIMER) << "s)\n"; 221 std::cout << "eigen mono real " << tmono.best(REAL_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/tmono.best(REAL_TIMER))*1e-9 << " GFLOPS \t(" << tmono.total(REAL_TIMER) << "s)\n"; 238 std::cout << "\"matlab\" cpu " << t.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/t.best(CPU_TIMER))*1e-9 << " GFLOPS \t(" << t.total(CPU_TIMER) << "s)\n"; 239 std::cout << "\"matlab\" real " << t.best(REAL_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/t.best(REAL_TIMER))*1e-9 << " GFLOPS \t(" << t.total(REAL_TIMER) << "s)\n"; 251 std::cout << "\"matlab\" cpu " << t.best(CPU_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/t.best(CPU_TIMER))*1e-9 << " GFLOPS \t(" << t.total(CPU_TIMER) << "s)\n"; 252 std::cout << "\"matlab\" real " << t.best(REAL_TIMER)/rep << "s \t" << (double(m)*n*p*rep*2/t.best(REAL_TIMER))*1e-9 << " GFLOPS \t(" << t.total(REAL_TIMER) << "s)\n" [all...] |
/external/elfutils/src/libdw/ |
dwarf_aggregate_size.c | 66 Dwarf_Word total = 0; local 189 total += stride * count; 196 *size = total;
|
/external/guava/guava/src/com/google/common/io/ |
ByteStreams.java | 186 long total = 0; local 193 total += r; 195 return total; 212 long total = 0; local 216 total += to.write(buf); 220 return total; 974 int total = 0; 975 while (total < len) { 976 int result = in.read(b, off + total, len - total); [all...] |
/external/libselinux/src/ |
context.c | 125 size_t total = 0; local 129 total += strlen(n->component[i]) + 1; 132 n->current_str = malloc(total);
|
/external/selinux/libselinux/src/ |
context.c | 125 size_t total = 0; local 129 total += strlen(n->component[i]) + 1; 132 n->current_str = malloc(total);
|