Home
last modified time | relevance | path

Searched refs:max_threshold (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/onyx/
H A Donyx_traffic_class.py133 max_threshold=dict(type=int, required=True))
200 max_threshold = interface_congestion_control_config.get("Maximum threshold")
208 max_malue = int(max_threshold.split(delimiter)[0])
210 min_threshold=min_value, max_threshold=max_malue)
259 max_threshold = congestion_control.get("max_threshold")
262 … control, min_threshold, max_threshold)
271 … control, min_threshold, max_threshold)
276 … elif min_threshold != curr_min_threshold or max_threshold != curr_max_threshold:
296 control, min_threshold, max_threshold): argument
299 min_threshold, max_threshold)
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/mellanox/onyx/plugins/modules/
H A Donyx_traffic_class.py128 max_threshold=dict(type=int, required=True))
195 max_threshold = interface_congestion_control_config.get("Maximum threshold")
203 max_malue = int(max_threshold.split(delimiter)[0])
205 min_threshold=min_value, max_threshold=max_malue)
254 max_threshold = congestion_control.get("max_threshold")
257 … control, min_threshold, max_threshold)
266 … control, min_threshold, max_threshold)
271 … elif min_threshold != curr_min_threshold or max_threshold != curr_max_threshold:
291 control, min_threshold, max_threshold): argument
294 min_threshold, max_threshold)
[all …]
/dports/devel/ppl/ppl-1.2/src/
H A DWeight_Profiler_defs.hh38 double min_threshold = 0, double max_threshold = 0) in Weight_Profiler() argument
40 min_threshold(min_threshold), max_threshold(max_threshold) { in Weight_Profiler()
83 || (max_threshold > 0 && elapsed1 > max_threshold)) in end()
117 double max_threshold; member in Parma_Polyhedra_Library::Weight_Profiler
/dports/sysutils/cfengine316/cfengine-3.16.0/libntech/tests/unit/
H A Dmap_test.c166 size_t orig_threshold = hashmap->max_threshold; in test_grow()
183 assert_int_equal(hashmap->max_threshold, in test_grow()
195 orig_threshold = hashmap->max_threshold; in test_grow()
212 assert_int_equal(hashmap->max_threshold, in test_grow()
224 orig_threshold = hashmap->max_threshold; in test_grow()
241 assert_int_equal(hashmap->max_threshold, in test_grow()
260 size_t orig_threshold = hashmap->max_threshold; in test_shrink()
272 assert_int_equal(hashmap->max_threshold, in test_shrink()
391 size_t orig_threshold = map->max_threshold; in test_clear_hashmap()
399 assert_int_equal(map->max_threshold, orig_threshold); in test_clear_hashmap()
[all …]
/dports/sysutils/cfengine317/cfengine-3.17.0/libntech/tests/unit/
H A Dmap_test.c166 size_t orig_threshold = hashmap->max_threshold; in test_grow()
183 assert_int_equal(hashmap->max_threshold, in test_grow()
195 orig_threshold = hashmap->max_threshold; in test_grow()
212 assert_int_equal(hashmap->max_threshold, in test_grow()
224 orig_threshold = hashmap->max_threshold; in test_grow()
241 assert_int_equal(hashmap->max_threshold, in test_grow()
260 size_t orig_threshold = hashmap->max_threshold; in test_shrink()
272 assert_int_equal(hashmap->max_threshold, in test_shrink()
391 size_t orig_threshold = map->max_threshold; in test_clear_hashmap()
399 assert_int_equal(map->max_threshold, orig_threshold); in test_clear_hashmap()
[all …]
/dports/sysutils/cfengine318/cfengine-3.18.1/libntech/tests/unit/
H A Dmap_test.c166 size_t orig_threshold = hashmap->max_threshold; in test_grow()
183 assert_int_equal(hashmap->max_threshold, in test_grow()
195 orig_threshold = hashmap->max_threshold; in test_grow()
212 assert_int_equal(hashmap->max_threshold, in test_grow()
224 orig_threshold = hashmap->max_threshold; in test_grow()
241 assert_int_equal(hashmap->max_threshold, in test_grow()
260 size_t orig_threshold = hashmap->max_threshold; in test_shrink()
272 assert_int_equal(hashmap->max_threshold, in test_shrink()
391 size_t orig_threshold = map->max_threshold; in test_clear_hashmap()
399 assert_int_equal(map->max_threshold, orig_threshold); in test_clear_hashmap()
[all …]
/dports/sysutils/cfengine-devel/core-d08ae9eff/libntech/tests/unit/
H A Dmap_test.c166 size_t orig_threshold = hashmap->max_threshold; in test_grow()
183 assert_int_equal(hashmap->max_threshold, in test_grow()
195 orig_threshold = hashmap->max_threshold; in test_grow()
212 assert_int_equal(hashmap->max_threshold, in test_grow()
224 orig_threshold = hashmap->max_threshold; in test_grow()
241 assert_int_equal(hashmap->max_threshold, in test_grow()
260 size_t orig_threshold = hashmap->max_threshold; in test_shrink()
272 assert_int_equal(hashmap->max_threshold, in test_shrink()
391 size_t orig_threshold = map->max_threshold; in test_clear_hashmap()
399 assert_int_equal(map->max_threshold, orig_threshold); in test_clear_hashmap()
[all …]
/dports/sysutils/cfengine/cfengine-3.19.0/libntech/tests/unit/
H A Dmap_test.c166 size_t orig_threshold = hashmap->max_threshold; in test_grow()
183 assert_int_equal(hashmap->max_threshold, in test_grow()
195 orig_threshold = hashmap->max_threshold; in test_grow()
212 assert_int_equal(hashmap->max_threshold, in test_grow()
224 orig_threshold = hashmap->max_threshold; in test_grow()
241 assert_int_equal(hashmap->max_threshold, in test_grow()
260 size_t orig_threshold = hashmap->max_threshold; in test_shrink()
272 assert_int_equal(hashmap->max_threshold, in test_shrink()
391 size_t orig_threshold = map->max_threshold; in test_clear_hashmap()
399 assert_int_equal(map->max_threshold, orig_threshold); in test_clear_hashmap()
[all …]
/dports/sysutils/cfengine319/cfengine-3.19.0/libntech/tests/unit/
H A Dmap_test.c166 size_t orig_threshold = hashmap->max_threshold; in test_grow()
183 assert_int_equal(hashmap->max_threshold, in test_grow()
195 orig_threshold = hashmap->max_threshold; in test_grow()
212 assert_int_equal(hashmap->max_threshold, in test_grow()
224 orig_threshold = hashmap->max_threshold; in test_grow()
241 assert_int_equal(hashmap->max_threshold, in test_grow()
260 size_t orig_threshold = hashmap->max_threshold; in test_shrink()
272 assert_int_equal(hashmap->max_threshold, in test_shrink()
391 size_t orig_threshold = map->max_threshold; in test_clear_hashmap()
399 assert_int_equal(map->max_threshold, orig_threshold); in test_clear_hashmap()
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/network/onyx/
H A Dtest_onyx_traffic_class.py52 min_threshold=500, max_threshold=1500)))
66 min_threshold=9, max_threshold=88)))
75 min_threshold=500, max_threshold=1500)))
84 min_threshold=500, max_threshold=1550)))
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/mellanox/onyx/tests/unit/modules/
H A Dtest_onyx_traffic_class.py52 min_threshold=500, max_threshold=1500)))
66 min_threshold=9, max_threshold=88)))
75 min_threshold=500, max_threshold=1500)))
84 min_threshold=500, max_threshold=1550)))
/dports/devel/py-azure-mgmt-security/azure-mgmt-security-2.0.0b1/azure/mgmt/security/models/
H A D_models_py3.py399 max_threshold: int,
405 self.max_threshold = max_threshold
463 max_threshold: int,
520 max_threshold: int,
1653 max_threshold: int,
1709 max_threshold: int,
1765 max_threshold: int,
4023 max_threshold: int,
4269 max_threshold: int,
4325 max_threshold: int,
[all …]
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Dvision.c803 max_threshold, in ConnectedComponentsImage() local
1089 max_threshold=0.0; in ConnectedComponentsImage()
1104 max_threshold+=object[i].area; in ConnectedComponentsImage()
1108 max_threshold+=MagickEpsilon; in ConnectedComponentsImage()
1119 (void) sscanf(artifact,"%lf%*[ -]%lf",&min_threshold,&max_threshold); in ConnectedComponentsImage()
1122 (object[i].area >= max_threshold)) && (i != background_id)) in ConnectedComponentsImage()
1287 (void) sscanf(artifact,"%lf%*[ -]%lf",&min_threshold,&max_threshold); in ConnectedComponentsImage()
1301 (void) sscanf(artifact,"%lf%*[ -]%lf",&min_threshold,&max_threshold); in ConnectedComponentsImage()
1315 (void) sscanf(artifact,"%lf%*[ -]%lf",&min_threshold,&max_threshold); in ConnectedComponentsImage()
1331 (void) sscanf(artifact,"%lf%*[ -]%lf",&min_threshold,&max_threshold); in ConnectedComponentsImage()
[all …]
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Dvision.c803 max_threshold, in ConnectedComponentsImage() local
1089 max_threshold=0.0; in ConnectedComponentsImage()
1104 max_threshold+=object[i].area; in ConnectedComponentsImage()
1108 max_threshold+=MagickEpsilon; in ConnectedComponentsImage()
1119 (void) sscanf(artifact,"%lf%*[ -]%lf",&min_threshold,&max_threshold); in ConnectedComponentsImage()
1122 (object[i].area >= max_threshold)) && (i != background_id)) in ConnectedComponentsImage()
1287 (void) sscanf(artifact,"%lf%*[ -]%lf",&min_threshold,&max_threshold); in ConnectedComponentsImage()
1301 (void) sscanf(artifact,"%lf%*[ -]%lf",&min_threshold,&max_threshold); in ConnectedComponentsImage()
1315 (void) sscanf(artifact,"%lf%*[ -]%lf",&min_threshold,&max_threshold); in ConnectedComponentsImage()
1331 (void) sscanf(artifact,"%lf%*[ -]%lf",&min_threshold,&max_threshold); in ConnectedComponentsImage()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/
H A Dncbimempool.cpp247 size_t max_threshold = m_ChunkSize / kMinThresholdRatio; in SetMallocThreshold() local
248 if ( malloc_threshold > max_threshold ) { in SetMallocThreshold()
249 malloc_threshold = max_threshold; in SetMallocThreshold()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/corelib/
H A Dncbimempool.cpp247 size_t max_threshold = m_ChunkSize / kMinThresholdRatio; in SetMallocThreshold() local
248 if ( malloc_threshold > max_threshold ) { in SetMallocThreshold()
249 malloc_threshold = max_threshold; in SetMallocThreshold()
/dports/audio/libmp3splt/libmp3splt-0.9.2/plugins/
H A Dmp3_silence.c35 float max_threshold, unsigned long length,
78 float max_threshold, unsigned long length, in splt_mp3_scan_silence_and_process() argument
86 mad_fixed_t threshold = mad_f_tofixed(splt_co_convert_from_db(max_threshold)); in splt_mp3_scan_silence_and_process()
H A Dflac_silence.c33 float max_threshold, unsigned long length,
137 float max_threshold, unsigned long length, in splt_flac_scan_silence_and_process() argument
152 silence_data->threshold = splt_co_convert_from_db(max_threshold); in splt_flac_scan_silence_and_process()
H A Dogg_silence.c49 float max_threshold, ogg_page *page, ogg_int64_t granpos, ogg_int64_t first_cut_granpos,
83 float max_threshold, ogg_page *page, ogg_int64_t granpos, ogg_int64_t first_cut_granpos, in splt_ogg_scan_silence_and_process() argument
110 float threshold = splt_co_convert_from_db(max_threshold); in splt_ogg_scan_silence_and_process()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Dthreshold.c2317 max_threshold; in RandomThresholdImageChannel() local
2340 max_threshold=(MagickRealType) QuantumRange; in RandomThresholdImageChannel()
2343 max_threshold=geometry_info.sigma; in RandomThresholdImageChannel()
2345 max_threshold=min_threshold; in RandomThresholdImageChannel()
2352 if (((max_threshold == min_threshold) || (max_threshold == 1)) && in RandomThresholdImageChannel()
2416 else if (intensity > max_threshold) in RandomThresholdImageChannel()
2417 threshold.index=max_threshold; in RandomThresholdImageChannel()
2491 threshold.red=max_threshold; in RandomThresholdImageChannel()
2502 threshold.green=max_threshold; in RandomThresholdImageChannel()
2513 threshold.blue=max_threshold; in RandomThresholdImageChannel()
[all …]
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Dthreshold.c2317 max_threshold; in RandomThresholdImageChannel() local
2340 max_threshold=(MagickRealType) QuantumRange; in RandomThresholdImageChannel()
2343 max_threshold=geometry_info.sigma; in RandomThresholdImageChannel()
2345 max_threshold=min_threshold; in RandomThresholdImageChannel()
2352 if (((max_threshold == min_threshold) || (max_threshold == 1)) && in RandomThresholdImageChannel()
2416 else if (intensity > max_threshold) in RandomThresholdImageChannel()
2417 threshold.index=max_threshold; in RandomThresholdImageChannel()
2491 threshold.red=max_threshold; in RandomThresholdImageChannel()
2502 threshold.green=max_threshold; in RandomThresholdImageChannel()
2513 threshold.blue=max_threshold; in RandomThresholdImageChannel()
[all …]
/dports/x11/i3status/i3status-2.14/testcases/007-cpu-usage-degraded-threshold-format/
H A Di3status.conf9 max_threshold = -1
/dports/x11/i3status/i3status-2.14/testcases/008-load-max-threshold-format/
H A Di3status.conf9 max_threshold = -1
/dports/x11/i3status/i3status-2.14/testcases/006-cpu-usage-max-threshold-format/
H A Di3status.conf9 max_threshold = -1
/dports/x11/i3status/i3status-2.14/testcases/005-cpu-temp-max-threshold-format/
H A Di3status.conf9 max_threshold = 45

1234567