Searched refs:total (Results 1 - 25 of 930) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as777 /** return how many rule/input-index pairs there are in total.
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DEnumerableExtensions.cs63 var total = default(TAggregate); field in struct:Antlr.Runtime.JavaExtensions.EnumerableExtensions.TAggregate
66 total = func(total, element);
73 return result(total, counter);
236 TR total = default(TR);
238 total = selector(total, element);
241 return total;
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas889 /// Return how many rule/input-index pairs there are in total.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dprofile.rb78 def total method in class:ANTLR3.Profile.DataSet
82 length > 0 ? ( total.to_f / length ) : 0
/external/apache-http/src/org/apache/http/impl/io/
H A DContentLengthOutputStream.java67 private long total = 0; field in class:ContentLengthOutputStream
113 if (this.total < this.contentLength) {
114 long max = this.contentLength - this.total;
119 this.total += len;
131 if (this.total < this.contentLength) {
133 this.total++;
/external/bison/build-aux/
H A Dtexinfo.tex3792 % Numbers following @columnfractions are the percent of the total
/external/bison/lib/
H A Dbitset_stats.c111 unsigned int total; local
113 total = 0;
115 total += bins[i];
117 if (!total)
125 (100.0 * bins[i]) / total);
135 unsigned int total; local
138 total = 0;
140 total += bins[i];
142 if (!total)
156 max_width, i, bins[i], 100.0 * bins[i] / total);
[all...]
H A Dtimevar.c442 a special meaning -- it's considered to be the total elapsed time,
452 struct timevar_time_def *total = &timevars[TV_TOTAL].elapsed; local
481 /* Don't print the total execution time here; that goes at the
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);
524 /* Print total tim
[all...]
/external/blktrace/
H A Dblkparse.c1771 struct io_stats total, *ios; local
1780 memset(&total, 0, sizeof(total));
1791 total.qreads += ios->qreads;
1792 total.qwrites += ios->qwrites;
1793 total.creads += ios->creads;
1794 total.cwrites += ios->cwrites;
1795 total.mreads += ios->mreads;
1796 total.mwrites += ios->mwrites;
1797 total
[all...]
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex366 \item[Field 2] The second field contains the total number of packets
372 \item[Field 4] The fourth field contains the total number of IO bunches.
/external/blktrace/btt/
H A Dbtt_plot.py116 total = 0.0
118 total += val
119 return total / len(vals)
H A Dglobals.h76 __u64 min, max, total; member in struct:avg_info
H A Dinlines.h85 ap->min = ap->total = ap->max = t;
91 ap->total += t;
99 ap->total = (n * t);
105 ap->total += (n * t);
114 ap->total -= t;
H A Doutput.c71 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:__anon395
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;
238 merge_data.total / merge_data.nd,
239 merge_data.blkmax, merge_data.total);
245 __u64 total; member in struct:__ohead_data
[all...]
/external/blktrace/btt/doc/
H A Dbtt.tex257 seeks. The larger the count for the mode in comparison to the total
285 The total number of unplugs is equal to the number of plugs less the
527 \item First there is the total system activity -- meaning activity
680 for total IO time (Q2C) and one for latencies induced by lower layer
/external/blktrace/doc/
H A Dblktrace.tex808 Adds a formatted message to the output stream. The total message
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
H A Dbitalloc.c260 OI_UINT32 total = 0; local
278 total += n;
281 count = (total & 0xFFFF) + (total >> 16);
/external/bluetooth/bluedroid/gki/common/
H A Dgki_buffer.c38 static void gki_init_free_queue (UINT8 id, UINT16 size, UINT16 total, void *p_mem) argument
57 p_cb->pool_end[id] = (UINT8 *)p_mem + (act_size * total);
64 p_cb->freeq[id].total = total;
74 for (i = 0; i < total; i++)
104 void* p_mem = GKI_os_malloc((Q->size + BUFFER_PADDING_SIZE) * Q->total);
108 GKI_TRACE("\ngki_alloc_free_queue calling gki_init_free_queue, id:%d size:%d, totol:%d\n", id, Q->size, Q->total);
109 gki_init_free_queue(id, Q->size, Q->total, p_mem);
110 GKI_TRACE("\ngki_alloc_free_queue ret OK, id:%d size:%d, totol:%d\n", id, Q->size, Q->total);
179 p_cb->freeq[tt].total
[all...]
H A Dgki_common.h73 UINT16 total; /* toatal number of buffers */ member in struct:_free_queue
H A Dgki_debug.c64 i, p->size, p->cur_cnt, p->max_cnt, p->total);
69 i, p->size, p->cur_cnt, p->max_cnt, p->total);
93 GKI_TRACE("pool:%4u free %4u cur %3u max %3u total%3u", i, gki_cb.com.freeq[i].size,
94 gki_cb.com.freeq[i].cur_cnt, gki_cb.com.freeq[i].max_cnt, gki_cb.com.freeq[i].total);
182 maxbuffs = gki_cb.com.freeq[pool].total;
184 print("Buffer Pool[%u] size=%u cur_cnt=%u max_cnt=%u total=%u\n",
186 gki_cb.com.freeq[pool].cur_cnt, gki_cb.com.freeq[pool].max_cnt, gki_cb.com.freeq[pool].total);
227 num_bufs = gki_cb.com.freeq[pool_id].total;
/external/bluetooth/bluedroid/hci/src/
H A Duserial.c365 uint16_t total = 0; local
367 ssize_t ret = write(userial_cb.fd, p_data + total, len);
371 return total;
373 return total;
375 total += ret;
381 return total;
H A Duserial_mct.c322 int ret, total = 0; local
327 ret = write(userial_cb.fd[ch_idx], p_data+total, len);
328 total += ret;
332 return ((uint16_t)total);
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_discovery.c323 UINT16 total, cur_handles, orig; local
328 BE_STREAM_TO_UINT16 (total, p_reply);
341 if (total > sdp_cb.max_recs_per_search)
342 total = sdp_cb.max_recs_per_search;
/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;

Completed in 2759 milliseconds

1234567891011>>