Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dsegregator.d15 struct Segregator(size_t threshold, SmallAllocator, LargeAllocator) in Segregator() argument
115 static if (s <= threshold) in Segregator()
132 return s <= threshold in Segregator()
139 return s <= threshold ? _small.allocate(s) : _large.allocate(s); in Segregator()
146 return s <= threshold in Segregator()
156 if (b.length + delta <= threshold) in Segregator()
164 if (b.length > threshold) in Segregator()
181 if (b.length <= threshold && s <= threshold) in Segregator()
187 if (b.length > threshold && s > threshold) in Segregator()
201 if (b.length <= threshold && s <= threshold) in Segregator()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dsegregator.d18 struct Segregator(size_t threshold, SmallAllocator, LargeAllocator) in Segregator() argument
118 static if (s <= threshold) in Segregator()
135 return s <= threshold in Segregator()
142 return s <= threshold ? _small.allocate(s) : _large.allocate(s); in Segregator()
149 return s <= threshold in Segregator()
159 if (b.length + delta <= threshold) in Segregator()
167 if (b.length > threshold) in Segregator()
184 if (b.length <= threshold && s <= threshold) in Segregator()
190 if (b.length > threshold && s > threshold) in Segregator()
204 if (b.length <= threshold && s <= threshold) in Segregator()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libhsail-rt/rt/
H A Dfbarrier.c42 fbar->threshold = 0; in __hsail_initfbar()
51 fbar->threshold = 0; in __hsail_releasefbar()
60 ++fbar->threshold; in __hsail_joinfbar()
67 --fbar->threshold; in __hsail_leavefbar()
82 if (fbar->reached == fbar->threshold) in __hsail_arrivefbar()
H A Dfibers.c196 while (barrier->reached < barrier->threshold) in fiber_barrier_reach()
215 fiber_barrier_init (fiber_barrier_t *barrier, size_t threshold) in fiber_barrier_init() argument
217 barrier->threshold = threshold; in fiber_barrier_init()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/
H A Dmeson-gxbb-p200.dts28 keyup-threshold-microvolt = <1800000>;
33 press-threshold-microvolt = <900000>; /* 50% */
39 press-threshold-microvolt = <684000>; /* 38% */
45 press-threshold-microvolt = <468000>; /* 26% */
51 press-threshold-microvolt = <252000>; /* 14% */
57 press-threshold-microvolt = <0>; /* 0% */
H A Dmeson-axg-s400.dts19 keyup-threshold-microvolt = <1800000>;
24 press-threshold-microvolt = <1116000>; /* 62% */
30 press-threshold-microvolt = <900000>; /* 50% */
36 press-threshold-microvolt = <684000>; /* 38% */
42 press-threshold-microvolt = <468000>; /* 26% */
48 press-threshold-microvolt = <252000>; /* 14% */
54 press-threshold-microvolt = <0>; /* 0% */
/netbsd-src/usr.sbin/map-mbone/
H A Dmapper.c57 u_char threshold; /* TTL threshold to forward */ member
310 u_char metric, threshold, ncount; in accept_neighbors() local
324 threshold = *p++; in accept_neighbors()
360 || nb_i->threshold != nb_n->threshold) in accept_neighbors()
404 if (metric != nb->metric || threshold != nb->threshold) in accept_neighbors()
417 nb->threshold = threshold; in accept_neighbors()
445 u_char metric, threshold, ncount, flags; in accept_neighbors2() local
459 threshold = *p++; in accept_neighbors2()
501 || nb_i->threshold != nb_n->threshold) in accept_neighbors2()
548 if (metric != nb->metric || threshold != nb->threshold) in accept_neighbors2()
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
H A Drk3308-evb.dts24 keyup-threshold-microvolt = <1800000>;
29 press-threshold-microvolt = <18000>;
38 keyup-threshold-microvolt = <1800000>;
43 press-threshold-microvolt = <1130000>;
49 press-threshold-microvolt = <901000>;
55 press-threshold-microvolt = <624000>;
61 press-threshold-microvolt = <300000>;
67 press-threshold-microvolt = <18000>;
H A Drk3399-sapphire-excavator.dts21 keyup-threshold-microvolt = <1800000>;
27 press-threshold-microvolt = <100000>;
33 press-threshold-microvolt = <300000>;
39 press-threshold-microvolt = <985000>;
45 press-threshold-microvolt = <1314000>;
H A Drk3399-nanopi-m4b.dts19 keyup-threshold-microvolt = <1500000>;
25 press-threshold-microvolt = <18000>;
H A Dpx30-evb.dts30 keyup-threshold-microvolt = <1800000>;
36 press-threshold-microvolt = <1310000>;
42 press-threshold-microvolt = <624000>;
48 press-threshold-microvolt = <987000>;
54 press-threshold-microvolt = <300000>;
60 press-threshold-microvolt = <17000>;
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-fp-as-gp.cc181 int threshold; in nds32_fp_as_gp_check_available() local
197 threshold = 3; in nds32_fp_as_gp_check_available()
210 threshold = 5 + (TARGET_V3PUSH ? 0 : 2); in nds32_fp_as_gp_check_available()
215 if (symbol_count >= threshold) in nds32_fp_as_gp_check_available()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-fp-as-gp.c181 int threshold; in nds32_fp_as_gp_check_available() local
197 threshold = 3; in nds32_fp_as_gp_check_available()
210 threshold = 5 + (TARGET_V3PUSH ? 0 : 2); in nds32_fp_as_gp_check_available()
215 if (symbol_count >= threshold) in nds32_fp_as_gp_check_available()
/netbsd-src/external/lgpl3/mpfr/dist/tune/
H A Dtuneup.c367 domeasure (mpfr_prec_t *threshold, in domeasure() argument
387 *threshold = MPFR_PREC_MAX; in domeasure()
389 *threshold = 1; in domeasure()
474 tune_simple_func (mpfr_prec_t *threshold, in tune_simple_func() argument
487 d = domeasure (threshold, func, pmin); in tune_simple_func()
493 *threshold = pmin; in tune_simple_func()
499 d = domeasure (threshold, func, pmin); in tune_simple_func()
508 d = domeasure (threshold, func, pmin); in tune_simple_func()
518 d = domeasure (threshold, func, pmax); in tune_simple_func()
534 measure[i] = domeasure (threshold, func, in tune_simple_func()
[all …]
/netbsd-src/sys/arch/arm/nvidia/
H A Dtegra124_cpu.c191 int threshold = 0; in tegra124_speedo_init_ids() local
214 threshold = 1; in tegra124_speedo_init_ids()
222 threshold = 1; in tegra124_speedo_init_ids()
229 return threshold; in tegra124_speedo_init_ids()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-sink.c194 int threshold; in select_best_block() local
217 threshold = param_sink_frequency_threshold; in select_best_block()
220 threshold += 7; in select_best_block()
221 if (threshold > 100) in select_best_block()
222 threshold = 100; in select_best_block()
231 >= early_bb->count.apply_scale (threshold, 1))) in select_best_block()
H A Dipa-profile.c771 gcov_type threshold; in ipa_profile() local
780 threshold = 0; in ipa_profile()
789 threshold = histogram[i]->count; in ipa_profile()
791 if (!threshold) in ipa_profile()
792 threshold = 1; in ipa_profile()
798 i < (int)histogram.length () && histogram[i]->count >= threshold; in ipa_profile()
806 (int64_t)threshold, in ipa_profile()
815 set_hot_bb_threshold (threshold); in ipa_profile()
864 (int64_t) threshold / spec_count); in ipa_profile()
866 set_hot_bb_threshold (threshold / spec_count); in ipa_profile()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Drk3288-evb.dtsi17 keyup-threshold-microvolt = <1800000>;
22 press-threshold-microvolt = <100000>;
28 press-threshold-microvolt = <300000>;
34 press-threshold-microvolt = <640000>;
40 press-threshold-microvolt = <1000000>;
46 press-threshold-microvolt = <1300000>;
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_fbc.c223 int threshold = dev_priv->fbc.threshold; in ilk_fbc_activate() local
227 threshold++; in ilk_fbc_activate()
229 switch (threshold) { in ilk_fbc_activate()
288 int threshold = dev_priv->fbc.threshold; in gen7_fbc_activate() local
307 threshold++; in gen7_fbc_activate()
309 switch (threshold) { in gen7_fbc_activate()
492 fbc->threshold = ret; in intel_fbc_alloc_cfb()
523 fbc->compressed_fb.size, fbc->threshold); in intel_fbc_alloc_cfb()
688 fbc->compressed_fb.size * fbc->threshold; in intel_fbc_cfb_size_changed()
1158 DIV_ROUND_UP(cache->plane.src_w, 32 * fbc->threshold) * 8; in intel_fbc_enable()
/netbsd-src/external/gpl3/gcc.old/dist/libhsail-rt/include/internal/
H A Dfibers.h79 volatile size_t threshold; member
94 fiber_barrier_init (fiber_barrier_t *barrier, size_t threshold);
/netbsd-src/sys/arch/macppc/dev/
H A Dpbms.c187 int threshold; /* Changes less than this are ignored. */ member
205 .threshold = 5, \
355 sc->sc_theshold = pd->threshold; in pbms_attach()
698 detect_pos(int *sensors, int n_sensors, int threshold, int fact, in detect_pos() argument
710 if (sensors[i] >= threshold) { in detect_pos()
711 if (i == 0 || sensors[i - 1] < threshold) in detect_pos()
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Doperation.c529 time_t threshold = *(time_t *)arg; in connection_timeout() local
535 threshold; /* shortcut */ in connection_timeout()
543 if ( op->o_last_response && op->o_last_response >= threshold ) { in connection_timeout()
624 time_t threshold; in operations_timeout() local
630 threshold = slap_get_time() - lload_timeout_api->tv_sec; in operations_timeout()
647 connection_timeout, &threshold ); in operations_timeout()
653 connection_timeout, &threshold ); in operations_timeout()
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dhypot.c37 mpfr_prec_t threshold; in mpfr_hypot() local
90 threshold = (MAX (N, Nz) + (rnd_mode == MPFR_RNDN ? 1 : 0)) << 1; in mpfr_hypot()
96 if (diff_exp > threshold) in mpfr_hypot()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-sink.cc197 int threshold; in select_best_block() local
220 threshold = param_sink_frequency_threshold; in select_best_block()
223 threshold += 7; in select_best_block()
224 if (threshold > 100) in select_best_block()
225 threshold = 100; in select_best_block()
234 >= early_bb->count.apply_scale (threshold, 1))) in select_best_block()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dtransforms_pmbuilder.go66 func (pmb PassManagerBuilder) UseInlinerWithThreshold(threshold uint) {
67 C.LLVMPassManagerBuilderUseInlinerWithThreshold(pmb.C, C.uint(threshold))

12345678910>>...16