/external/chromium_org/third_party/lcov/example/methods/ |
iterate.c | 8 * get the total sum. As a positive side effect, we're able to easily detect 21 int i, total; local 23 total = 0; 33 if (total + i < total) 41 total += i; 44 return total;
|
/bionic/libc/stdio/ |
fread.c | 48 size_t total; local 69 total = resid; 83 return ((total - resid) / size); 96 return ((total - resid) / size);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
math-cordic.js | 86 var total = 0; variable 92 total += cordicsincos(Target);
|
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/ |
HTMLVideoElementMediaSource.cpp | 45 unsigned total = 0; local 50 total = webMediaPlayer->decodedFrameCount(); 55 return VideoPlaybackQuality::create(videoElement.document(), total, dropped, corrupted);
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
SpinLockTest.cpp | 58 int total = 0; local 60 total += buffer[i]; 62 EXPECT_EQ(0, total);
|
/external/chromium_org/third_party/angle/src/libEGL/ |
Config.cpp | 154 // Sorting rule #3: by larger total number of color bits, not considering 174 EGLint total = 0; local 176 if (mWantRed) total += config.mRedSize; 177 if (mWantGreen) total += config.mGreenSize; 178 if (mWantBlue) total += config.mBlueSize; 179 if (mWantAlpha) total += config.mAlphaSize; 180 if (mWantLuminance) total += config.mLuminanceSize; 182 return total; 204 // By larger total number of color bits, only considering those that are requested to be > 0. 228 // but the same total [all...] |
/external/chromium_org/third_party/libaddressinput/src/cpp/test/util/ |
md5_unittest.cc | 128 int total = 0; local 129 while (total < length) { 131 if (len > length - total) 132 len = length - total; 135 std::string(reinterpret_cast<char*>(data.get() + total), len)); 136 total += len; 139 EXPECT_EQ(length, total);
|
/external/chromium_org/third_party/skia/bench/ |
MemoryBench.cpp | 36 size_t total = fMinSize * 64; variable 43 while (size < total) {
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/ |
sunspider-analyze-results.js | 31 var total = 0; variable 49 itemTotals = {total: []}; 75 itemTotals["total"][i] = 0; 92 itemTotals["total"][i] += time; 106 total += time; 115 mean = total / count; 137 stdDev = standardDeviation(mean, itemTotals["total"]); 191 var width = "Total".length; 250 print(resultLine(labelWidth, 0, "Total", meanWidth, mean, stdErr));
|
/bionic/libc/dns/net/ |
getservent.c | 57 int total = 0; local 67 /* first compute the total size */ 69 total += namelen + 1; 74 total += (count+1)*sizeof(char*); 77 total += 1 + len2; 82 p2 = realloc( (char*)rs->servent.s_aliases, total );
|
/device/generic/goldfish/libqemu/ |
test_guest_1.c | 64 size_t total = 0; local 76 total += len; 102 total*1.0 / (1024.*1024.*(time1-time0)), 1.0*total, time1-time0);
|
/external/chromium_org/chrome/common/media_galleries/ |
pmp_test_util.cc | 48 std::vector<char> total; local 50 std::copy(a.begin(), a.end(), std::back_inserter(total)); 51 std::copy(b.begin(), b.end(), std::back_inserter(total)); 53 return total;
|
/external/chromium_org/net/quic/test_tools/ |
reliable_quic_stream_peer.cc | 44 uint32 total = 0; local 48 total += it->data.size(); 51 return total;
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
ProgressEvent.h | 38 unsigned long long total; member in struct:blink::ProgressEventInit 48 static PassRefPtrWillBeRawPtr<ProgressEvent> create(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) 50 return adoptRefWillBeNoop(new ProgressEvent(type, lengthComputable, loaded, total)); 59 unsigned long long total() const { return m_total; } function in class:blink::ProgressEvent 67 ProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total);
|
/external/chromium_org/third_party/skia/tests/ |
AtomicTest.cpp | 35 int32_t total = base; local 38 total += gAdds[i].valueToAdd * gAdds[i].timesToAdd; 52 REPORTER_ASSERT(reporter, total == base);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
malloc_extension_c_test.c | 99 size_t total; local 106 MallocExtension_MallocMemoryStats(&blocks, &total, hist); 109 &total)) { 112 if (total < 10) { 116 &total)) {
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
malloc_extension_c_test.c | 99 size_t total; local 106 MallocExtension_MallocMemoryStats(&blocks, &total, hist); 109 &total)) { 112 if (total < 10) { 116 &total)) {
|
/external/e2fsprogs/contrib/ |
make-sparse.c | 25 int got, total = 0; local 33 return total ? total : -1; 37 return total; 42 total += got; 45 return total;
|
/external/elfutils/0.153/lib/ |
md5.h | 49 md5_uint32 total[2]; member in struct:md5_ctx
|
sha1.h | 50 sha1_uint32 total[2]; member in struct:sha1_ctx
|
/external/elfutils/0.153/libdw/ |
dwarf_aggregate_size.c | 82 Dwarf_Word total = 0; local 201 total += stride * count; 208 *size = total;
|
/external/fio/t/ |
lfsr-test.c | 37 double total, mean; local 115 total = (end.tv_sec - start.tv_sec) * pow(10,9) + 117 mean = total / fl->num_vals; 123 printf("Elapsed: %lf s\n", total / pow(10,9));
|
/external/jemalloc/test/integration/ |
aligned_alloc.c | 77 size_t alignment, size, total; local 87 total = 0; 102 total += malloc_usable_size(ps[i]); 103 if (total >= (MAXALIGN << 1))
|
mallocx.c | 38 size_t nsz, rsz, sz, alignment, total; local 48 total = 0; 75 total += rsz; 76 if (total >= (MAXALIGN << 1))
|
posix_memalign.c | 69 size_t alignment, size, total; local 80 total = 0; 96 total += malloc_usable_size(ps[i]); 97 if (total >= (MAXALIGN << 1))
|