/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
rate_hist.c | 34 int total; member in struct:rate_hist 52 hist->total = 0; 117 hist->total++; 189 int buckets, int total, int scale) { 230 pct = (float)(100.0 * bucket[i].count / total); 250 int total = 0; local 259 total += counts[i]; 265 show_histogram(bucket, buckets, total, scale); 281 show_histogram(hist->bucket, buckets, hist->total, scale);
|
/system/extras/latencytop/ |
latencytop.c | 38 unsigned long total; member in struct:latency_entry 329 unsigned long count, max, total; local 346 sscanf(line, "%ld %ld %ld %s", &count, &total, &max, reason); 347 if (max > 0 || total > 0) { 353 e->total += total; 358 e->total = total; 397 average = e->total / e->count;
|
/external/guava/guava-tests/test/com/google/common/io/ |
MultiInputStreamTest.java | 87 int total = 0; local 89 total++; 92 assertEquals(20, total);
|
/external/selinux/sepolgen/src/sepolgen/ |
objectmodel.py | 164 total = 0 167 total += pm.weight 169 return total
|
/external/skia/experimental/PdfViewer/src/ |
SkPdfDiffEncoder.cpp | 70 int total = 0; local 72 total++; 98 str.printf("Number of clips in stack: %i", total);
|
/external/skia/src/core/ |
SkChecksum.h | 36 static inline uintptr_t Mash(uintptr_t total, uintptr_t value) { 37 return ((total >> ROTR) | (total << ROTL)) ^ value;
|
/external/toybox/toys/posix/ |
du.c | 27 -s only total size of each argument 29 -c cumulative total 40 long depth, total; 53 char *name = "total"; 137 else TT.total += node->extra; 156 if (toys.optflags & FLAG_c) print(TT.total*512, 0);
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
RequestQueue.java | 142 long total = mCurrentFrameNumber; local 144 total += b.getNumberOfRequests(); 146 return total - 1;
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/ |
ImportTask.java | 77 int total = mObjectsToImport.size(); local 78 mListener.onImportProgress(visited, total, null); 94 mListener.onImportProgress(visited, total, importedPath);
|
/packages/apps/Gallery2/src/com/android/photos/data/ |
GalleryBitmapPool.java | 111 * @return Approximate total size in bytes of the bitmaps stored in the pool. 117 int total = 0; local 119 total += p.getSize(); 121 return total;
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
objectmodel.py | 164 total = 0 167 total += pm.weight 169 return total
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/ |
objectmodel.py | 164 total = 0 167 total += pm.weight 169 return total
|
/external/libopus/celt/ |
rate.c | 191 total/N */ 222 compared to their "fair share" of total/N */ 249 const int *bits1, const int *bits2, const int *thresh, const int *cap, opus_int32 total, opus_int32 *_balance, 289 if (psum > total) 330 total += skip_rsv; 335 left = total-psum; 402 total += dual_stereo_rsv; 416 left = total-psum; 453 compared to their "fair share" of total/N */ 527 opus_int32 total, opus_int32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int (…) [all...] |
/external/opencv/cvaux/src/ |
cvhmm.cpp | 72 int total = num_obs.height * num_obs.width; local 79 obs->obs = (float*)cvAlloc( total * obs_size * sizeof(float) ); 81 obs->state = (int*)cvAlloc( 2 * total * sizeof(int) ); 82 obs->mix = (int*)cvAlloc( total * sizeof(int) ); 137 //compute total number of states of all level in 2d EHMM 391 int total = 0; local 397 total += hmm->u.ehmm[i].num_states; 401 num_samples = (int*)cvAlloc( total * sizeof(int) ); 404 counter = (int*)cvAlloc( total * sizeof(int) ); 406 samples = (CvVect32f**)cvAlloc( total * sizeof(CvVect32f*) ); 632 int* total= (int*)(((int*)(hmm->obsProb)) - 3); local 945 float total = 0; local 970 float total = 0; local 1370 int total = 0; local [all...] |
/external/valgrind/callgrind/ |
sim.c | 839 unsigned int c; // store the total here 1490 FullCost total = CLG_(total_cost), D_total = 0; local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
CTSBlockCipher.java | 50 int total = len + bufOff; local 51 int leftOver = total % buf.length; 55 return total - buf.length; 58 return total - leftOver;
|
/external/elfutils/src/lib/ |
md5.h | 52 md5_uint32 total[2]; member in struct:md5_ctx
|
sha1.h | 53 sha1_uint32 total[2]; member in struct:sha1_ctx
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
VertexBuffer.java | 495 * @return The total number of data elements in the data buffer. 624 int total = components * numElements; local 631 bbuf.limit(total); 632 ByteBuffer bnewBuf = BufferUtils.createByteBuffer(total); 639 sbuf.limit(total); 640 ShortBuffer snewBuf = BufferUtils.createShortBuffer(total); 647 ibuf.limit(total); 648 IntBuffer inewBuf = BufferUtils.createIntBuffer(total); 654 fbuf.limit(total); 655 FloatBuffer fnewBuf = BufferUtils.createFloatBuffer(total); 854 int total = numElements * components; local [all...] |
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
gki_buffer.c | 46 static void gki_init_free_queue (UINT8 id, UINT16 size, UINT16 total, void *p_mem) 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_mem) [all...] |
/external/libnfc-nci/src/gki/common/ |
gki_buffer.c | 46 static void gki_init_free_queue (UINT8 id, UINT16 size, UINT16 total, void *p_mem) 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_mem) [all...] |
/external/libvorbis/lib/ |
envelope.h | 49 float total; member in struct:__anon13670
|
/external/lzma/CPP/7zip/Compress/ |
RangeCoder.h | 47 void Encode(UInt32 start, UInt32 size, UInt32 total)
49 Low += start * (Range /= total);
138 UInt32 GetThreshold(UInt32 total)
140 return (Code) / ( Range /= total);
|
/external/opencv/cv/src/ |
cvconvhull.cpp | 253 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; i++ [all...] |
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
inflate.h | 89 unsigned long total; /* protected copy of output count */ member in struct:inflate_state
|