Searched refs:estimate (Results 1 - 10 of 10) sorted by relevance

/external/v8/src/
H A Dhandles.cc182 static int ExpectedNofPropertiesFromEstimate(int estimate) { argument
185 if (estimate == 0) estimate = 2;
188 // the estimate conservatively.
189 if (Serializer::enabled()) return estimate + 2;
192 // so we can afford to adjust the estimate generously.
194 return estimate + 8;
196 return estimate + 3;
202 int estimate) {
207 ExpectedNofPropertiesFromEstimate(estimate));
201 SetExpectedNofPropertiesFromEstimate(Handle<SharedFunctionInfo> shared, int estimate) argument
[all...]
H A Dbignum-dtoa.cc397 double estimate = ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10); local
398 return static_cast<int>(estimate);
H A Dhandles.h265 // Sets the expected number of properties based on estimate from compiler.
267 int estimate);
/external/openfst/src/include/fst/
H A Dqueue.h730 // An A* estimate is a function object that maps from a state ID to a
731 // an estimate of the shortest distance to the final states.
732 // The trivial A* estimate is always One().
741 // function object between weights, and an estimate E of the
752 const E &estimate)
753 : weights_(weights), less_(less), estimate_(estimate) {}
769 // estimate E of the shortest distance to the final states, is specialized
777 NaturalAStarQueue(const vector<W> &distance, const E &estimate) : argument
778 ShortestFirstQueue<S, C>(C(distance, less_, estimate)) {}
751 AStarWeightCompare(const vector<Weight>& weights, const L &less, const E &estimate) argument
/external/flac/libFLAC/
H A Dstream_encoder.c3455 unsigned estimate
3472 if(estimate != actual)
3473 fprintf(stderr, "EST: bad, frame#%u sub#%%d type=%8s est=%u, actual=%u, delta=%d\n", encoder->private_->current_frame_number, FLAC__SubframeTypeString[subframe->type], estimate, actual, (int)actual-(int)estimate);
3487 unsigned estimate; local
3491 estimate = FLAC__SUBFRAME_ZERO_PAD_LEN + FLAC__SUBFRAME_TYPE_LEN + FLAC__SUBFRAME_WASTED_BITS_FLAG_LEN + subframe->wasted_bits + subframe_bps;
3494 spotcheck_subframe_estimate_(encoder, blocksize, subframe_bps, subframe, estimate);
3499 return estimate;
3521 unsigned i, residual_bits, estimate; local
3554 estimate
3586 unsigned i, residual_bits, estimate; local
3658 unsigned estimate; local
[all...]
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.h169 extern mDNSu16 GetRDLength(const ResourceRecord *const rr, mDNSBool estimate);
H A DDNSCommon.c1394 mDNSexport mDNSu16 GetRDLength(const ResourceRecord *const rr, mDNSBool estimate) argument
1397 const domainname *const name = estimate ? rr->name : mDNSNULL;
1448 return(mDNSu16)((estimate ? 2 : DomainNameLength(rr->name)) + (i ? (2 + i) : 0));
/external/gcc-demangle/
H A Dcp-demangle.c3220 d_growable_string_init (struct d_growable_string *dgs, size_t estimate) argument
3227 if (estimate > 0)
3228 d_growable_string_resize (dgs, estimate);
3415 int estimate, size_t *palc)
3419 d_growable_string_init (&dgs, estimate);
3414 cplus_demangle_print(int options, const struct demangle_component *dc, int estimate, size_t *palc) argument
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.c2930 d_growable_string_init (struct d_growable_string *dgs, size_t estimate) argument
2937 if (estimate > 0)
2938 d_growable_string_resize (dgs, estimate);
3115 int estimate, size_t *palc)
3119 d_growable_string_init (&dgs, estimate);
3114 cplus_demangle_print(int options, const struct demangle_component *dc, int estimate, size_t *palc) argument
/external/iproute2/doc/
H A Dip-cref.tex1292 --- the initial RTT (``Round Trip Time'') estimate.
1297 --- \threeonly the initial RTT variance estimate.
1302 --- \threeonly an estimate for the initial slow start threshold.

Completed in 308 milliseconds