HomeSort by relevance Sort by last modified time
    Searched refs:total (Results 251 - 275 of 2504) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4691093/share/opt-viewer/
optpmap.py 9 def _init(current, total):
13 _total = total
  /external/v8/src/
runtime-profiler.cc 143 int typeinfo, generic, total, type_percentage, generic_percentage;
144 GetICCounts(function, &typeinfo, &generic, &total, &type_percentage,
146 PrintF(", ICs with typeinfo: %d/%d (%d%%)", typeinfo, total,
148 PrintF(", generic ICs: %d/%d (%d%%)", generic, total, generic_percentage);
272 int typeinfo, generic, total, type_percentage, generic_percentage;
273 GetICCounts(function, &typeinfo, &generic, &total, &type_percentage,
287 PrintF(", not enough type info: %d/%d (%d%%)]\n", typeinfo, total,
295 int typeinfo, generic, total, type_percentage, generic_percentage;
296 GetICCounts(function, &typeinfo, &generic, &total, &type_percentage,
408 int typeinfo, generic, total, type_percentage, generic_percentage
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
BufferedBlockCipher.java 113 int total = len + bufOff; local
120 leftOver = total % buf.length - (cipher.getBlockSize() + 2);
124 leftOver = total % buf.length;
129 leftOver = total % buf.length;
132 return total - leftOver;
  /external/lz4/programs/
datagen.c 167 U64 total = 0; local
180 while (total < size)
183 if (size-total < RDG_BLOCKSIZE) genBlockSize = (size_t)(size-total);
184 total += genBlockSize;
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_batchbuffer.h 128 brw->batch.total = n;
138 assert(batch->total != 0);
139 if (_n != batch->total) {
141 _n, batch->total);
144 batch->total = 0;
  /system/extras/tests/memtest/
memtest.cpp 112 size_t total = 0; local
120 total += size;
121 printf("size = %9zd, addr = %p (total = %9zd (%zd MB))\n",
122 size, addr, total, total / (1024*1024));
131 printf("done. allocated %zd MB\n", total / (1024*1024));
  /system/extras/tests/tcp_nuke_addr/
tcp_nuke_addr_test.cpp 117 uint32_t total, previous = 0; local
121 total = attempts->load();
122 printf("%ds: %u cps, total %u\n", elapsed, total-previous, total);
124 previous = total;
  /external/kmod/libkmod/
libkmod-file.c 94 size_t total = 0; local
115 char *tmp = realloc(p, total + write_size);
120 memcpy(tmp + total, out_buf, write_size);
121 total += write_size;
136 file->size = total;
177 off_t did = 0, total = 0; local
189 if (did == total) {
190 void *tmp = realloc(p, total + READ_STEP);
195 total += READ_STEP;
199 r = gzread(file->gzf, p + did, total - did)
    [all...]
  /external/apache-http/android/src/com/android/internal/http/multipart/
Part.java 395 * Return the total sum of all parts and that of the last boundary
398 * @return The total length
412 * @return The total length
423 long total = 0; local
431 total += l;
433 total += EXTRA_BYTES.length;
434 total += partBoundary.length;
435 total += EXTRA_BYTES.length;
436 total += CRLF_BYTES.length;
437 return total;
    [all...]
  /external/libchrome/base/
md5_unittest.cc 118 int total = 0; local
119 while (total < length) {
121 if (len > length - total)
122 len = length - total;
125 StringPiece(reinterpret_cast<char*>(data.get() + total), len));
126 total += len;
129 EXPECT_EQ(length, total);
  /external/tensorflow/tensorflow/contrib/specs/python/
summaries.py 124 Total number of parameters found in the
154 Total number of elements found in all Variables
203 total = sum(totals)
204 yield x.name, total, shape
215 for name, total, shape in x:
218 last_total += total
223 last_total = total
241 for name, total, shape in seq:
242 printer("%10d %-20s %s" % (total, name, shape))
  /libcore/ojluni/src/main/java/javax/crypto/
CipherSpi.java 598 * no padding has been requested (only in encryption mode), and the total
653 * no padding has been requested (only in encryption mode), and the total
711 * no padding has been requested (only in encryption mode), and the total
786 int total = 0; local
816 int total = 0; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaSet.java 111 int total = getMediaItemCount(); local
113 total += getSubMediaSet(i).getTotalMediaItemCount();
115 return total;
203 int total = getMediaItemCount(); local
205 while (start < total) {
206 int count = Math.min(MEDIAITEM_BATCH_FETCH_COUNT, total - start);
214 return total;
  /system/core/fastboot/
socket.cpp 52 size_t total = 0; local
54 while (total < length) {
55 ssize_t bytes = Receive(reinterpret_cast<char*>(data) + total, length - total, timeout_ms);
58 if (total == 0) {
63 total += bytes;
66 return total;
  /external/kmod/shared/
hash.c 36 unsigned int total; member in struct:hash_bucket
154 if (bucket->used + 1 >= bucket->total) {
155 unsigned new_total = bucket->total + hash->step;
161 bucket->total = new_total;
197 if (bucket->used + 1 >= bucket->total) {
198 unsigned new_total = bucket->total + hash->step;
204 bucket->total = new_total;
281 steps_total = bucket->total / hash->step;
288 bucket->total = (steps_used + 1) * hash->step;
  /external/libvpx/libvpx/
rate_hist.c 34 int total; member in struct:rate_hist
57 hist->total = 0;
123 hist->total++;
195 int total, int scale) {
238 pct = (float)(100.0 * bucket[i].count / total);
256 int total = 0; local
265 total += counts[i];
271 show_histogram(bucket, buckets, total, scale);
288 show_histogram(hist->bucket, buckets, hist->total, scale);
  /system/extras/latencytop/
latencytop.c 38 unsigned long total; member in struct:latency_entry
318 unsigned long count, max, total; local
335 sscanf(line, "%ld %ld %ld %s", &count, &total, &max, reason);
336 if (max > 0 || total > 0) {
342 e->total += total;
347 e->total = total;
386 average = e->total / e->count;
  /external/capstone/contrib/windows_kernel/
libc.cpp 65 size_t total = n * size; local
66 void *p = malloc(total);
70 return memset(p, 0, total);
  /external/guava/guava/src/com/google/common/io/
ByteStreams.java 68 long total = 0; local
75 total += r;
77 return total;
94 long total = 0; local
98 total += to.write(buf);
102 return total;
731 int total = 0; local
732 while (total < len) {
733 int result = in.read(b, off + total, len - total);
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/
MultiInputStreamTest.java 87 int total = 0; local
89 total++;
92 assertEquals(20, total);
  /external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
InstrumentTask.java 78 int total = 0; local
88 total += instrument(instrumenter, resource);
90 log(format("Instrumented %s classes to %s", Integer.valueOf(total),
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
BarColumn.java 30 * Column with a graphical bar that represents the total amount of items in with
64 final ICoverageNode total) {
75 public void footer(final HTMLElement td, final ICoverageNode total,
78 final ICounter counter = total.getCounter(entity);
CounterColumn.java 31 * in the footer. If the total number of items is zero, no column is emitted at
37 * Creates a new column that shows the total count for the given entity.
121 final ICoverageNode total) {
130 public void footer(final HTMLElement td, final ICoverageNode total,
133 cell(td, total);
  /external/libxcam/xcore/
xcam_obj_debug.h 41 double total, current; \
44 total = (cur_sys_time.tv_sec - first_sys_time.tv_sec)*1.0f + \
48 printf("%s Current fps: %.2f, Total avg fps: %.2f\n", \
49 #objname, ((float)(count))/current, (float)num_frame/total); \
  /external/selinux/python/sepolgen/src/sepolgen/
objectmodel.py 164 total = 0
167 total += pm.weight
169 return total

Completed in 969 milliseconds

<<11121314151617181920>>