/external/elfutils/lib/ |
md5.c | 63 ctx->total[0] = ctx->total[1] = 0; 100 ctx->total[0] += bytes; 101 if (ctx->total[0] < bytes) 102 ++ctx->total[1]; 108 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3); 109 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) | 110 (ctx->total[0] >> 29)); 308 ctx->total[0] += len; 309 if (ctx->total[0] < len [all...] |
sha1.c | 63 ctx->total[0] = ctx->total[1] = 0; 101 ctx->total[0] += bytes; 102 if (ctx->total[0] < bytes) 103 ++ctx->total[1]; 109 *(sha1_uint32 *) &ctx->buffer[bytes + pad] = SWAP ((ctx->total[1] << 3) | 110 (ctx->total[0] >> 29)); 111 *(sha1_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP (ctx->total[0] << 3); 237 ctx->total[0] += len; 238 if (ctx->total[0] < len [all...] |
/external/webp/src/enc/ |
frame.c | 68 static int CalcSkipProba(uint64_t nb, uint64_t total) { 69 return (int)(total ? (total - nb) * 255 / total : 255); 103 // record bit count (lower 16 bits) and increment total count (upper 16 bits). 167 // Return the total bit-cost for coding the probability updates. 168 static int CalcTokenProba(int nb, int total) { 169 assert(nb <= total); 170 return nb ? (255 - nb * 255 / total) : 255; 173 // Cost of coding 'nb' 1's and 'total-nb' 0's using 'proba' probability 188 const int total = (stats >> 16) & 0xffff; local 218 const int total = a + b; local [all...] |
/external/valgrind/main/massif/tests/ |
peak.post.exp | 36 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) 60 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 72 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 84 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 96 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 108 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 120 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 132 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 144 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B [all...] |
basic.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 52 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 68 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 84 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 98 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 114 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 130 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 146 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|
long-names.post.exp | 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 49 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
|
new-cpp.post.exp | 36 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)
|
overloaded-new.post.exp | 36 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)
|
/external/libppp/src/ |
mp.c | 197 percent = MAX(mp->link.stats.total.in.OctetsPerSecond, 198 mp->link.stats.total.out.OctetsPerSecond) * 800 / 212 throughput_stop(&mp->link.stats.total); 218 if (mp->link.stats.total.SamplePeriod != mp->cfg.autoload.period) { 219 throughput_destroy(&mp->link.stats.total); 220 throughput_init(&mp->link.stats.total, mp->cfg.autoload.period); 221 throughput_callback(&mp->link.stats.total, mp_UpDown, mp); 225 throughput_start(&mp->link.stats.total, "MP throughput", 1); 233 if (mp->link.stats.total.SamplePeriod != mp->cfg.autoload.period) 236 throughput_clear(&mp->link.stats.total, THROUGHPUT_OVERALL, NULL) 670 size_t total, add, len; local [all...] |
link.h | 46 struct pppThroughput total; /* Link throughput statistics */ member in struct:link::__anon10777
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
TestSuite.java | 232 int total = 0; local 234 total += suite.countTests(status); 237 total += testCase.countTests(status); 239 return total;
|
/external/bluetooth/bluedroid/hci/src/ |
userial_mct.c | 369 int ret, total = 0; local 374 ret = write(userial_cb.fd[ch_idx], p_data+total, len); 375 total += ret; 379 return ((uint16_t)total);
|
/external/guava/guava/src/com/google/common/collect/ |
BstRangeOps.java | 33 * Returns the total value of the specified aggregation function on the specified tree restricted 44 long total = aggregate.treeValue(root); local 46 total -= totalBeyondRangeToSide(aggregate, range, LEFT, root); 49 total -= totalBeyondRangeToSide(aggregate, range, RIGHT, root); 51 return total; 54 // Returns total value strictly to the specified side of the specified range.
|
/external/harfbuzz_ng/src/ |
gen-indic-table.py | 125 total = 0 variable 141 global total, used 142 total += end - start + 1 181 occupancy = used * 100. / total
|
/external/icu4c/test/intltest/ |
jamotest.cpp | 398 int32_t total = 0; local 402 ++total; 431 errln((UnicodeString)"Test word failures: " + errors + " out of " + total); 433 logln((UnicodeString)"All " + total + " test words passed");
|
/external/jmonkeyengine/engine/src/test/jme3test/post/ |
TestRenderToMemory.java | 93 private long total; field in class:TestRenderToMemory.ImageDisplay 114 total += dt; 118 if (total > 1000){ 120 total = 0;
|
/external/kernel-headers/original/linux/ |
smb.h | 30 __u16 total; member in struct:smb_dskattr
|
/external/libmtp/examples/ |
pathutils.c | 116 int progress (const uint64_t sent, const uint64_t total, void const * const data) 118 int percent = (sent*100)/total; 120 printf("Progress: %I64u of %I64u (%d%%)\r", sent, total, percent); 122 printf("Progress: %llu of %llu (%d%%)\r", sent, total, percent);
|
/external/netperf/ |
hist.h | 56 int total; member in struct:histogram_struct
|
/external/opencv/cxcore/src/ |
cxmeansdv.cpp | 312 #define ICV_MEAN_SDV_EXIT_CN( total, sqtotal, idx ) \ 314 mean[idx] = tmp = scale*(double)total##idx; \ 318 #define ICV_MEAN_SDV_EXIT_C1( total, sqtotal ) \ 320 ICV_MEAN_SDV_EXIT_CN( total, sqtotal, 0 ) 322 #define ICV_MEAN_SDV_EXIT_C2( total, sqtotal ) \ 324 ICV_MEAN_SDV_EXIT_CN( total, sqtotal, 0 ); \ 325 ICV_MEAN_SDV_EXIT_CN( total, sqtotal, 1 ) 327 #define ICV_MEAN_SDV_EXIT_C3( total, sqtotal ) \ 329 ICV_MEAN_SDV_EXIT_CN( total, sqtotal, 0 ); \ 330 ICV_MEAN_SDV_EXIT_CN( total, sqtotal, 1 ); [all...] |
/external/oprofile/libpp/ |
callgraph_container.h | 62 void process(count_array_t total, double threshold, 126 /// return the total number of samples.
|
format_output.cpp | 325 return get_percent(f.sample.counts[f.pclass], f.counts.total[f.pclass]); 336 f.counts.total[f.pclass]); 343 f.counts.total[f.pclass]); 352 f.counts.total[f.pclass]); 440 counts.total = profile.samples_count(); 477 c.total = symb->sample.counts; 496 counts.total = profile.samples_count(); 520 c.total = counts.total; 522 c.total = sym->total_caller_count [all...] |
/external/skia/legacy/src/core/ |
SkWriter32.cpp | 122 SkDEBUGCODE(size_t total = 0;) 130 SkDEBUGCODE(total += allocated;) 131 SkASSERT(total <= fSize); 133 SkASSERT(total == fSize);
|
/external/skia/src/core/ |
SkWriter32.cpp | 149 SkDEBUGCODE(size_t total = 0;) 157 SkDEBUGCODE(total += allocated;) 158 SkASSERT(total <= fSize); 160 SkASSERT(total == fSize);
|
/external/skia/tests/ |
ColorTest.cpp | 102 int total = 0; local 110 total += 1; 115 SkDebugf("global_alpha=%d failures=%d total=%d %g\n", global_alpha, failures, total, failures * 100.0 / total); 118 SkDebugf("total failures %d\n", total_failures);
|