Searched defs:total (Results 251 - 275 of 470) sorted by relevance

<<111213141516171819

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DAutoTableLayout.cpp634 unsigned total = nEffCols - numAutoEmptyCellsOnly; local
641 int cellLogicalWidth = available / total;
643 total--;
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DProgram.cpp368 int total = 0; local
372 if (total < maxCount)
374 shaders[total] = mVertexShader->getHandle();
377 total++;
382 if (total < maxCount)
384 shaders[total] = mFragmentShader->getHandle();
387 total++;
392 *count = total;
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dblock_splitter.cc143 inline static float BitCost(int total, int count) { argument
144 return count == 0 ? FastLog2(total) + 2 : FastLog2(total) - FastLog2(count);
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshrec.c1012 /* check bit count; must be equal to current total hint count */
1057 /* check bit count, must be equal to current total hint count */
1181 FT_Int total = count; local
1185 while ( total > 0 )
1188 count = total;
1206 total -= count;
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dsvc_encodeframe.c48 #define COMPONENTS 4 // psnr & sse statistics maintained for total, y, u, v
93 double psnr_sum[VPX_SS_MAX_LAYERS][COMPONENTS]; // total/Y/U/V
340 float total = 0; local
349 total += alloc_ratio[i];
354 if (total > 0) {
356 (enc_cfg->rc_target_bitrate * alloc_ratio[i] / total);
568 scale[0] = y_scale * 1.5; // total
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexobj.c859 GLuint *total = (GLuint *) userData; local
861 *total = *total + texture_size(texObj);
866 * Compute total size (in bytes) of all textures for the given context.
872 GLuint tgt, total = 0; local
874 _mesa_HashWalk(ctx->Shared->TexObjects, count_tex_size, &total);
878 total += texture_size(ctx->Shared->DefaultTex[tgt]);
881 return total;
/external/chromium_org/third_party/opus/src/celt/
H A Drate.c191 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_int3
248 interp_bits2pulses(const CELTMode *m, int start, int end, int skip_start, const int *bits1, const int *bits2, const int *thresh, const int *cap, opus_int32 total, opus_int32 *_balance, int skip_rsv, int *intensity, int intensity_rsv, int *dual_stereo, int dual_stereo_rsv, int *bits, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth) argument
526 compute_allocation(const CELTMode *m, int start, int end, const int *offsets, const int *cap, int alloc_trim, int *intensity, int *dual_stereo, opus_int32 total, opus_int32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth) argument
[all...]
/external/chromium_org/third_party/ots/src/
H A Dcff.cc853 uint32_t total = 1; // .notdef is omitted. local
854 while (total < glyphs) {
869 total += (left + 1);
875 total += (left + 1);
/external/chromium_org/third_party/skia/src/core/
H A DSkGlyphCache.cpp58 uint32_t total = gHashSuccess + gHashCollision; local
60 100 * gHashSuccess / total);
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlvm.c293 void luaV_concat (lua_State *L, int total) { argument
294 lua_assert(total >= 2);
312 /* collect total length */
313 for (i = 1; i < total && tostring(L, top-i-1); i++) {
329 total -= n-1; /* got 'n' strings to create 1 new */
331 } while (total > 1); /* repeat until only 1 result left */
451 int total = cast_int(top - 1 - (base + b)); /* yet to concatenate */ local
453 if (total > 1) { /* are there elements to concat? */
455 luaV_concat(L, total); /* concat them (may yield again) */
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.h151 // Return current total (de)allocation statistics. It doesn't contain
153 const Stats& total() const { return total_; } function in class:HeapProfileTable
364 // but may be set to something like " heapprofile" for the total
442 // "file_name". "total" must contain the total of all entries in
445 const Bucket& total,
475 const Stats& total() const { return total_; } function in class:HeapProfileTable::Snapshot
H A Dheap-profiler.cc244 HeapProfileTable::Stats const stats = heap_profile->total();
249 RAW_DCHECK(stats.Equivalent(heap_profile->total()), "");
334 const HeapProfileTable::Stats& total = heap_profile->total(); local
335 const int64 inuse_bytes = total.alloc_size - total.free_size;
340 total.alloc_size >=
344 total.alloc_size >> 20, inuse_bytes >> 20);
347 total.free_size >=
351 total
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dsampler_test.cc354 size_t total = 0; local
356 total += sampler.PickNextSamplingPoint();
358 double empirical_mean = total / static_cast<double>(num_samples);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dsampler_test.cc354 size_t total = 0; local
356 total += sampler.PickNextSamplingPoint();
358 double empirical_mean = total / static_cast<double>(num_samples);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dnack_rtx_unittest.cc92 void DropConsecutivePackets(int start, int total) { argument
94 consecutive_drop_end_ = start + total;
/external/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp68 uint32_t total = 0; local
70 total += Sources[i]->GetNumExternalSelectors();
71 return total;
/external/eigen/Eigen/src/SparseCholesky/
H A DSimplicialCholesky.h141 int total = 0; local
142 s << " L: " << ((total+=(m_matrix.cols()+1) * sizeof(int) + m_matrix.nonZeros()*(sizeof(int)+sizeof(Scalar))) >> 20) << "Mb" << "\n";
143 s << " diag: " << ((total+=m_diag.size() * sizeof(Scalar)) >> 20) << "Mb" << "\n";
144 s << " tree: " << ((total+=m_parent.size() * sizeof(int)) >> 20) << "Mb" << "\n";
145 s << " nonzeros: " << ((total+=m_nonZerosPerCol.size() * sizeof(int)) >> 20) << "Mb" << "\n";
146 s << " perm: " << ((total+=m_P.size() * sizeof(int)) >> 20) << "Mb" << "\n";
147 s << " perm^-1: " << ((total+=m_Pinv.size() * sizeof(int)) >> 20) << "Mb" << "\n";
148 s << " TOTAL: " << (total>> 20) << "Mb" << "\n";
/external/freetype/src/pshinter/
H A Dpshrec.c1012 /* check bit count; must be equal to current total hint count */
1057 /* check bit count, must be equal to current total hint count */
1181 FT_Int total = count; local
1185 while ( total > 0 )
1188 count = total;
1206 total -= count;
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_common.h85 UINT16 total; /* toatal number of buffers */ member in struct:_free_queue
/external/libnfc-nci/src/gki/common/
H A Dgki_common.h85 UINT16 total; /* toatal number of buffers */ member in struct:_free_queue
/external/libnl/lib/
H A Dutils.c359 uint64_t total = 0, l; local
371 total += l;
373 total += (l * 1000);
375 total += (l * 1000*60);
377 total += (l * 1000*60*60);
379 total += (l * 1000*60*60*24);
385 total += l;
388 *result = total;
/external/libopus/celt/
H A Drate.c191 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_int3
248 interp_bits2pulses(const CELTMode *m, int start, int end, int skip_start, const int *bits1, const int *bits2, const int *thresh, const int *cap, opus_int32 total, opus_int32 *_balance, int skip_rsv, int *intensity, int intensity_rsv, int *dual_stereo, int dual_stereo_rsv, int *bits, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth) argument
526 compute_allocation(const CELTMode *m, int start, int end, const int *offsets, const int *cap, int alloc_trim, int *intensity, int *dual_stereo, opus_int32 total, opus_int32 *balance, int *pulses, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dtexobj.c859 GLuint *total = (GLuint *) userData; local
861 *total = *total + texture_size(texObj);
866 * Compute total size (in bytes) of all textures for the given context.
872 GLuint tgt, total = 0; local
874 _mesa_HashWalk(ctx->Shared->TexObjects, count_tex_size, &total);
878 total += texture_size(ctx->Shared->DefaultTex[tgt]);
881 return 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...]
H A Dcvgeometry.cpp176 int i, total, counter = 0; local
204 total = contour->total;
214 for( i = 0; i < total; i++ )
257 for( i = 0; i < total; i++ )
293 for( i = 0; i < total; i++ )

Completed in 2166 milliseconds

<<111213141516171819