/external/srec/srec/clib/ |
voicing.c | 60 int threshold; local 96 threshold = (chan->b1 + (SHIFT_DOWN( 101 if (enval > (threshold + chan->margin)) 108 if (enval > (threshold + chan->fast_margin)) 113 if (enval <= (threshold + chan->quiet_margin))
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
Barrier.java | 36 protected int threshold; field in class:Barrier 40 threshold = t; 49 if ( count==threshold ) { 50 // notify blocked threads that threshold has been reached 54 else while ( count<threshold ) {
|
/external/clang/test/CodeGen/ |
2008-08-07-AlignPadding1.c | 17 int threshold; member in struct:gc_generation 28 /* PyGC_Head, threshold, count */
|
union-init.c | 17 int threshold; /* collection threshold */ member in struct:gc_generation 27 /* PyGC_Head, threshold, count */
|
/external/iptables/include/linux/netfilter/ |
xt_NFLOG.h | 14 __u16 threshold; member in struct:xt_nflog_info
|
/external/oprofile/libpp/ |
profile_container.h | 90 : hints(cf_none), threshold(0.0), match_image(false) {} 94 /// percentage threshold 95 double threshold; member in struct:profile_container::symbol_choice 115 std::vector<debug_name_id> const select_filename(double threshold) const;
|
profile_container.cpp | 169 double const threshold = choice.threshold / 100.0; local 182 if (percent >= threshold) { 194 profile_container::select_filename(double threshold) const 198 threshold /= 100.0; 239 if (cit->percent >= threshold)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/ |
xt_NFLOG.h | 12 u_int16_t threshold; member in struct:xt_nflog_info
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
xt_NFLOG.h | 12 u_int16_t threshold; member in struct:xt_nflog_info
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
xt_NFLOG.h | 12 u_int16_t threshold; member in struct:xt_nflog_info
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
prune.h | 33 // Pruning threshold. 34 Weight threshold; member in class:fst::PruneOptions 46 : threshold(t), filter(f), idistance(id), fdistance(fd) {} 53 // 'opts.threshold' Times() the weight of the shortest path. Weights 90 Weight ceiling = Times((*fdistance)[fst->Start()], opts.threshold); 123 // the pruning threshold as an argument. Delete states and arcs in 125 // more than 'opts.threshold' Times() the weight of the shortest 128 void Prune(MutableFst<Arc> *fst, typename Arc::Weight threshold) { 129 PruneOptions<Arc, AnyArcFilter<Arc> > opts(threshold, AnyArcFilter<Arc>()); 137 // 'ifst' whose weight is no more than 'opts.threshold' Times() th [all...] |
/hardware/invensense/mlsdk/mllite/ |
compass.h | 58 float threshold; member in struct:yas_thresh_filter
|
/packages/apps/Email/src/org/apache/commons/io/output/ |
ThresholdingOutputStream.java | 27 * stream type when the threshold is exceeded.
33 * NOTE: This implementation may trigger the event <em>before</em> the threshold
35 * cause the threshold to be exceeded.
49 * The threshold at which the event will be triggered.
51 private int threshold;
field in class:ThresholdingOutputStream 61 * Whether or not the configured threshold has been exceeded.
71 * specified threshold.
73 * @param threshold The number of bytes at which to trigger an event.
75 public ThresholdingOutputStream(int threshold)
77 this.threshold = threshold; [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_idle_api.cc | 47 static IdleState CalculateIdleStateAndUpdateTimestamp(int threshold); 49 static IdleState ThrottledCalculateIdleState(int threshold, Profile* profile); 87 IdleState CalculateIdleStateAndUpdateTimestamp(int threshold) { 89 return CalculateIdleState(threshold); 99 IdleState ThrottledCalculateIdleState(int threshold, Profile* profile) { 104 // Only allow one check per threshold. 107 if (delta < threshold) 111 polling_data.state = CalculateIdleStateAndUpdateTimestamp(threshold); 138 int threshold; local 139 EXTENSION_FUNCTION_VALIDATE(args_->GetInteger(0, &threshold)); [all...] |
/external/webrtc/src/modules/audio_processing/utility/ |
delay_estimator.c | 260 // i) an adaptive threshold |minimum_probability|, or 267 // The "hard" threshold can't be lower than 17 (in Q9). 271 int32_t threshold = value_best_candidate + kProbabilityOffset; local 272 if (threshold < kProbabilityLowerLimit) { 273 threshold = kProbabilityLowerLimit; 275 if (handle->minimum_probability > threshold) { 276 handle->minimum_probability = threshold;
|
/external/oprofile/pp/ |
common_option.cpp | 30 double threshold = 0.0; member in namespace:options 55 double handle_threshold(string threshold) 59 if (threshold.length()) { 60 istringstream ss(threshold); 62 cerr << "illegal threshold value: " << threshold 68 cerr << "illegal threshold value: " << threshold 74 cverb << vdebug << "threshold: " << value << endl;; 176 options::threshold = handle_threshold(options::threshold_opt) member in class:__anon10206::options [all...] |
/frameworks/compile/mclinker/lib/Support/ |
MemoryArea.cpp | 345 const size_t threshold = (PageSize*3)/4; // 3/4 page size in Linux local 346 if (pLength < threshold)
|
/libcore/luni/src/main/java/java/io/ |
SerializationHandleMap.java | 35 private int threshold; field in class:SerializationHandleMap 39 this.threshold = 21; // Copied from IdentityHashMap. 40 int arraySize = (int) (((long) threshold * 10000) / LOAD_FACTOR); 103 if (++size > threshold) { 121 threshold = (int) ((long) (keys.length) * LOAD_FACTOR / 10000);
|
/external/e2fsprogs/e2fsck/ |
dirinfo.c | 42 unsigned int threshold; local 50 "numdirs_threshold", 0, 0, &threshold); 55 (threshold && num_dirs <= threshold))
|
/external/freetype/src/pshinter/ |
pshglob.c | 411 /* The blue threshold is the font units distance under */ 420 FT_Int threshold = blues->blue_shift; local 423 while ( threshold > 0 && FT_MulFix( threshold, scale ) > 32 ) 424 threshold--; 426 blues->blue_threshold = threshold;
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
IntMap.java | 50 private int size, mask, capacity, threshold; field in class:IntMap 75 this.threshold = (int) (capacity * loadFactor); 140 if (size++ >= threshold){ 161 threshold = (int) (newCapacity * loadFactor);
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
UDPMessageProcessor.java | 213 float threshold = ((float)(messageQueue.size() - LOWAT))/ ((float)(HIGHWAT - LOWAT)); local 214 boolean decision = Math.random() > 1.0 - threshold; 217 sipStack.getStackLogger().logDebug("Dropping message with probability " + (1.0 - threshold));
|
/external/opencv/cvaux/src/ |
cvfindhandregion.cpp | 69 int low_count; // low threshold 74 float threshold, threshold2; local 83 threshold = (float) (size.height * 3 / 5.); 84 threshold2 = threshold * threshold; 291 int low_count; // low threshold 297 float threshold, threshold2; local 307 threshold = (float) (size.height * 3 / 5.); 308 threshold2 = threshold * threshold; [all...] |
/external/qemu/audio/ |
paaudio.c | 91 int threshold; local 93 threshold = conf.divisor ? hw->samples / conf.divisor : 0; 107 if (pa->live > threshold) { 186 int threshold; local 188 threshold = conf.divisor ? hw->samples / conf.divisor : 0; 202 if (pa->dead > threshold) { 568 .descr = "threshold divisor"
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_cgxvideo.h | 78 int threshold; member in struct:SDL_PrivateVideoData::__anon10891
|