Searched refs:total (Results 201 - 225 of 930) sorted by relevance

1234567891011>>

/external/libnfc-nci/src/gki/common/
H A Dgki_buffer.c46 static void gki_init_free_queue (UINT8 id, UINT16 size, UINT16 total, void *p_mem) argument
64 p_cb->pool_end[id] = (UINT8 *)p_mem + (act_size * total);
70 p_cb->freeq[id].total = total;
75 LOGD("gki_init_free_queue() init pool=%d, size=%d (aligned=%d) total=%d start=%p", id, size, tempsize, total, p_mem);
83 for (i = 0; i < total; i++)
113 void* p_mem = GKI_os_malloc((Q->size + BUFFER_PADDING_SIZE) * Q->total);
118 ALOGD("\ngki_alloc_free_queue calling gki_init_free_queue, id:%d size:%d, totol:%d\n", id, Q->size, Q->total);
120 gki_init_free_queue(id, Q->size, Q->total, p_me
[all...]
/external/libvorbis/lib/
H A Denvelope.h49 float total; member in struct:__anon24743
/external/lzma/CPP/7zip/Compress/
H A DRangeCoder.h47 void Encode(UInt32 start, UInt32 size, UInt32 total) argument
49 Low += start * (Range /= total);
138 UInt32 GetThreshold(UInt32 total) argument
140 return (Code) / ( Range /= total);
/external/opencv/cv/src/
H A Dcvconvhull.cpp253 int i, miny_ind = 0, maxy_ind = 0, total; local
300 if( mat->cols + mat->rows - 1 < ptseq->total )
316 total = ptseq->total;
317 if( total == 0 )
332 CV_CALL( pointer = (CvPoint**)cvAlloc( ptseq->total*sizeof(pointer[0]) ));
333 CV_CALL( stack = (int*)cvAlloc( (ptseq->total + 2)*sizeof(stack[0]) ));
338 for( i = 0; i < total; i++ )
347 icvSortPointsByPointers_32s( pointer, total, 0 );
348 for( i = 1; i < total;
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinflate.h89 unsigned long total; /* protected copy of output count */ member in struct:inflate_state
/external/qemu/distrib/zlib-1.2.8/
H A Dinflate.h89 unsigned long total; /* protected copy of output count */ member in struct:inflate_state
/external/valgrind/main/helgrind/tests/
H A Dtc17_sembar.c37 unsigned total; member in struct:__anon32861
52 bar->total = count;
74 bar->total = count;
86 if (bar->arrived == bar->total)
/external/valgrind/main/massif/tests/
H A Dignored.post.exp36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
48 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
H A Done.post.exp36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
/external/zlib/src/
H A Dinflate.h89 unsigned long total; /* protected copy of output count */ member in struct:inflate_state
/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/chromium_org/native_client_sdk/src/gonacl_appengine/static/life/
H A Dexample.js160 if (event.lengthComputable && event.total > 0) {
161 loadPercent = event.loaded / event.total * 100.0;
163 // The total length is not yet known.
/external/chromium_org/ppapi/cpp/private/
H A Dfind_private.cc72 void Find_Private::NumberOfFindResultsChanged(int32_t total, argument
76 associated_instance_.pp_instance(), total, PP_FromBool(final_result));
/external/chromium_org/tools/memory_inspector/memory_inspector/classification/
H A Dnative_heap_classifier_unittest.py120 self._CheckResult(res.total, '', _EXPECTED_RESULTS)
138 self._CheckResult(res.total, '', _HEURISTIC_EXPECTED_RESULTS)
/external/chromium_org/tools/perf/benchmarks/
H A Ddom_perf.py58 # Now give the geometric mean as the total for the combined runs.
63 total = _GeometricMean(combined_score.values)
66 total))
H A Dpeacekeeper.py63 # Calculate geometric mean as the total for the combined tests.
68 total = statistics.GeometricMean(combined_score.values)
70 scalar.ScalarValue(None, 'Total.Score', 'score', total))
/external/chromium_org/v8/tools/testrunner/local/
H A Dverbose.py36 """Total: %(total)i tests
46 total = len(tests)
62 "total": total,
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DUtil.pm25 my ($total, $n) = @_;
27 return $total / $n;
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
H A DOkHttp.java67 long total = readAllAndClose(urlConnection.getInputStream());
72 total, TimeUnit.NANOSECONDS.toMillis(finish - start)));
H A DUrlConnection.java69 long total = readAllAndClose(in);
74 total, TimeUnit.NANOSECONDS.toMillis(finish - start)));
/external/valgrind/main/memcheck/tests/
H A Ddescribe-block.stderr.exp10 total heap usage: ... allocs, ... frees, ... bytes allocated
/external/bluetooth/bluedroid/gki/common/
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;
/external/chromium_org/tools/perf/metrics/
H A Dtimeline.py41 total = sum(times)
49 results.current_page, full_name, 'ms', total))
53 results.current_page, full_name + '_avg', 'ms', total / len(times)))
56 total = sum(counter.totals)
62 results.current_page, sanitized_counter_name, 'count', total))
65 total / float(len(counter.totals))))
/external/elfutils/0.153/libebl/
H A Deblstrtab.c97 size_t total; member in struct:Ebl_Strtab
290 st->total += newstr->len - (*sep)->len;
306 st->total += newstr->len;
341 data->d_buf = malloc (st->total + nulllen);
351 data->d_size = st->total + nulllen;
362 assert (copylen == st->total + nulllen);

Completed in 743 milliseconds

1234567891011>>