/external/boringssl/src/crypto/base64/ |
base64.c | 123 unsigned total = 0; local 147 total = j + 1; 156 total += j + 1; 162 *out_len = total;
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_thread_registry.h | 82 void GetNumberOfThreads(uptr *total = 0, uptr *running = 0, uptr *alive = 0); 129 u64 total_threads_; // Total number of created threads. May be greater than
|
/external/eigen/bench/ |
BenchTimer.h | 112 /** Return the total elapsed time in seconds. 114 inline double total(int TIMER = CPU_TIMER) const function in class:Eigen::BenchTimer
|
/external/libvorbis/lib/ |
envelope.c | 66 e->band[j].total+=e->band[j].window[i]; 68 e->band[j].total=1./e->band[j].total; 171 acc*=bands[j].total;
|
mapping0.c | 167 static ogg_int64_t total=0; 290 _analysis_output("pcmL",seq,pcm,n,0,0,total-n/2); 292 _analysis_output("pcmR",seq,pcm,n,0,0,total-n/2); 294 _analysis_output("pcm",seq,pcm,n,0,0,total-n/2); 304 _analysis_output("windowedL",seq,pcm,n,0,0,total-n/2); 306 _analysis_output("windowedR",seq,pcm,n,0,0,total-n/2); 308 _analysis_output("windowed",seq,pcm,n,0,0,total-n/2); 701 total+=ci->blocksizes[vb->W]/4+ci->blocksizes[vb->nW]/4;
|
/external/toybox/toys/pending/ |
fdisk.c | 509 xprintf(", total %lld sectors\n", total_number_sectors/(g_sect_size/SECTOR_SIZE)); 1066 sector_t total, real_s, real_c; local 1070 total = (real_c * g_sectors + real_s) * g_heads + h; 1071 if (!total) xprintf("Partition %u contains sector 0\n", n); 1078 if (g_cylinders <= ONE_K && start != total 1085 sector_t begin_sec[num_parts], end_sec[num_parts], total = 1; local [all...] |
/external/wpa_supplicant_8/src/ap/ |
acs.c | 112 * Total interference computation details 124 * it overlaps. The one with least total interference is picked up. 225 * ACS: * channel 1: total interference = 0.121432 226 * ACS: * channel 2: total interference = 0.137512 227 * ACS: * channel 3: total interference = 0.369757 228 * ACS: * channel 4: total interference = 0.546338 229 * ACS: * channel 5: total interference = 0.690538 230 * ACS: * channel 6: total interference = 0.762242 231 * ACS: * channel 7: total interference = 0.756092 232 * ACS: * channel 8: total interference = 0.53745 295 long double factor, busy, total; local [all...] |
/external/wpa_supplicant_8/src/utils/ |
os_unix.c | 332 unsigned long total = 0; local 334 total += a->len; 345 if (total) 346 wpa_printf(MSG_INFO, "MEMLEAK: total %lu bytes", 347 (unsigned long) total); 452 ; /* determine total src string length */
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
BinaryHprofReader.java | 443 int total = 0; local 473 total += count; 475 if (strict && totalSamples != total) { 476 throw new MalformedHprofException("Expected a total of " + totalSamples 477 + " samples but saw " + total);
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
GalParser.java | 140 galResult.total = getValueInt();
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_sanity.c | 618 static int total, total_changed, bufs; variable [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_sanity.c | 340 static int total, total_changed, bufs; variable 553 total++; 581 total++; 613 total++; 652 total += 4; [all...] |
/external/libxml2/ |
xmlschemastypes.c | 92 unsigned int total:8; member in struct:_xmlSchemaValDecimal 106 unsigned int total; member in struct:_xmlSchemaValHex 113 unsigned int total; member in struct:_xmlSchemaValBase64 2947 int total, i = 0; local 3019 int total, i = 0, pad = 0; local [all...] |
/external/opencv/cvaux/src/ |
enmin.cpp | 221 int alphaVtx = graph -> total - 2; 222 int betaVtx = graph -> total - 1; 225 if( graph -> total > 2 ) 322 } /* for( i = 0; i < graph -> total - 2; i ++ ) */ 324 } /* if( graph -> total > 2 ) */ 354 int s = graph -> total - 2; /* source vertex */ 355 int t = graph -> total - 1; /* terminate vertex */ 376 for( u = 0; u < graph -> total; u ++ ) 380 } /* for( u = 0; u < graph -> total - 1; u ++ ) */ 497 for( i = 0; i < hlpGraph -> total - 2; i ++ [all...] |
/external/opencv/ml/src/ |
mlann_mlp.cpp | 888 int i, j, k, ivcount, ovcount, l_count, total = 0, max_iter; local 901 total += layer_sizes->data.i[i] + 1; 905 CV_CALL( buf = cvCreateMat( 1, (total + max_count)*2, CV_64F )); 910 CV_CALL( x = (double**)cvAlloc( total*2*sizeof(x[0]) )); 911 df = x + total; 1063 int i, ivcount, ovcount, l_count, total = 0, max_iter, buf_sz, dcount0, dcount=0; local 1082 total += layer_sizes->data.i[i]; 1092 dcount0 = max_buf_sz/(2*total); 1095 buf_sz = dcount0*(total + max_count)*2; 1099 CV_CALL( x = (double**)cvAlloc( total*2*sizeof(x[0]) )) [all...] |
/art/runtime/ |
reference_table.cc | 101 size_t total = identical + equiv + 1; local 102 std::string msg(StringPrintf("%5zd of %s", total, className.c_str()));
|
/build/tools/releasetools/ |
blockimgdiff.py | 186 # total_blocks: the total size of the partition/image, in blocks. 288 total = 0 399 total += tgt_size 424 total += tgt_size 450 total += tgt_size 456 total += to_zero.size() 480 out.insert(1, str(total) + "\n") 482 # version 2 only: after the total block count, we give the number 753 # we'll lose if that edge is removed; we try to minimize the total 902 def AssertPartition(total, seq) [all...] |
/development/tools/findunused/ |
findunusedresources | 9 -p option prints out unused resources, otherwise a total count is printed
|
/external/fio/ |
iolog.c | 855 size_t total; local 896 total = ic.len; 901 total -= iret; 902 if (!total) 992 size_t total = 0; local 1029 total += c->len; 1045 total += c->len; 1050 dprint(FD_COMPRESS, "deflated to size=%lu\n", (unsigned long) total);
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
ImageHeaderParser.java | 335 public long skip(long total) throws IOException { 336 return is.skip(total);
|
/external/jpeg/ |
jquant2.c | 510 long total = 0; local 524 total += count; 532 cinfo->colormap[0][icolor] = (JSAMPLE) ((c0total + (total>>1)) / total); 533 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total); 534 cinfo->colormap[2][icolor] = (JSAMPLE) ((c2total + (total>>1)) / total); [all...] |
/external/libdrm/intel/ |
intel_bufmgr.c | 336 drm_intel_get_aperture_sizes(int fd, size_t *mappable, size_t *total) 352 *total = aperture.aper_size;
|
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
vp8_variance16x16_armv6.asm | 54 ; calculate total sum 78 ; calculate total sum 102 ; calculate total sum 128 ; calculate total sum
|
vp8_variance_halfpixvar16x16_h_armv6.asm | 59 ; calculate total sum 90 ; calculate total sum 121 ; calculate total sum 154 ; calculate total sum
|
vp8_variance_halfpixvar16x16_v_armv6.asm | 60 ; calculate total sum 91 ; calculate total sum 122 ; calculate total sum 155 ; calculate total sum
|