Home
last modified time | relevance | path

Searched refs:max_unit (Results 1 – 25 of 133) sorted by relevance

123456

/dports/sysutils/dsbdriverd/dsbdriverd-1.0/
H A Dnetif.lua480 local w, max_unit
490 max_unit = -1
493 if w.child > max_unit then
494 max_unit = w.child
506 max_unit = max_unit + 1
507 w.child = max_unit
508 netif.create_wlan_child_dev(w.parent, max_unit)
/dports/comms/xdemorse/xdemorse-3.6.5/src/
H A Dutils.c423 rc_data.max_unit = atoi( line ); in Load_Config()
427 if( (rc_data.max_unit < MIN_SPEED) || in Load_Config()
440 (gdouble)rc_data.max_unit, (gdouble)rc_data.min_unit ); in Load_Config()
450 (wpm < rc_data.max_unit) ) in Load_Config()
624 rc_data.max_unit = (60 * rc_data.tone_freq) / in Waterfall_Configure_Event()
625 (50 * CYCLES_PER_FRAG * rc_data.max_unit); in Waterfall_Configure_Event()
626 rc_data.max_unit_x2 = rc_data.max_unit * 2; in Waterfall_Configure_Event()
H A Ddetect.c185 if( detector_data.state_idx >= rc_data.max_unit ) in Get_Fragment()
211 if( ids < 0 ) ids += rc_data.max_unit; in Get_Fragment()
337 (CYCLES_PER_FRAG * rc_data.max_unit * rc_data.dsp_rate) / rc_data.tone_freq; in Initialize_Detector()
361 alloc = (size_t)rc_data.max_unit; in Initialize_Detector()
366 for( idx = 0; idx < rc_data.max_unit; idx++ ) in Initialize_Detector()
H A Ddecode.c50 if( (rc_data.unit_elem < rc_data.max_unit) && (speed_err > 0) ) in Adapt_Decoder()
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/colorsys-0.6.4/src/converters/
H A Drgb_to_hsl.rs9 let (max, max_unit) = rgb_r.max(); in rgb_to_hsl()
27 let hue = match max_unit { in rgb_to_hsl()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/
H A Dsound_core.c354 int max_unit = 256; in register_sound_special_device() local
366 max_unit = unit + 1; in register_sound_special_device()
384 max_unit = unit + 1; in register_sound_special_device()
411 return sound_insert_unit(&chains[chain], fops, -1, unit, max_unit, in register_sound_special_device()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/
H A Dsound_core.c354 int max_unit = 256; in register_sound_special_device() local
366 max_unit = unit + 1; in register_sound_special_device()
384 max_unit = unit + 1; in register_sound_special_device()
411 return sound_insert_unit(&chains[chain], fops, -1, unit, max_unit, in register_sound_special_device()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/
H A Dsound_core.c354 int max_unit = 256; in register_sound_special_device() local
366 max_unit = unit + 1; in register_sound_special_device()
384 max_unit = unit + 1; in register_sound_special_device()
411 return sound_insert_unit(&chains[chain], fops, -1, unit, max_unit, in register_sound_special_device()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/hud/
H A Dhud_context.c229 unsigned max_unit; in number_to_human_readable() local
236 max_unit = ARRAY_SIZE(time_units)-1; in number_to_human_readable()
240 max_unit = ARRAY_SIZE(volt_units)-1; in number_to_human_readable()
244 max_unit = ARRAY_SIZE(amp_units)-1; in number_to_human_readable()
248 max_unit = ARRAY_SIZE(dbm_units)-1; in number_to_human_readable()
256 max_unit = ARRAY_SIZE(float_units)-1; in number_to_human_readable()
264 max_unit = ARRAY_SIZE(byte_units)-1; in number_to_human_readable()
268 max_unit = ARRAY_SIZE(hz_units)-1; in number_to_human_readable()
272 max_unit = ARRAY_SIZE(watt_units)-1; in number_to_human_readable()
276 max_unit = ARRAY_SIZE(metric_units)-1; in number_to_human_readable()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/hud/
H A Dhud_context.c229 unsigned max_unit; in number_to_human_readable() local
236 max_unit = ARRAY_SIZE(time_units)-1; in number_to_human_readable()
240 max_unit = ARRAY_SIZE(volt_units)-1; in number_to_human_readable()
244 max_unit = ARRAY_SIZE(amp_units)-1; in number_to_human_readable()
248 max_unit = ARRAY_SIZE(dbm_units)-1; in number_to_human_readable()
256 max_unit = ARRAY_SIZE(float_units)-1; in number_to_human_readable()
264 max_unit = ARRAY_SIZE(byte_units)-1; in number_to_human_readable()
268 max_unit = ARRAY_SIZE(hz_units)-1; in number_to_human_readable()
272 max_unit = ARRAY_SIZE(watt_units)-1; in number_to_human_readable()
276 max_unit = ARRAY_SIZE(metric_units)-1; in number_to_human_readable()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/hud/
H A Dhud_context.c229 unsigned max_unit; in number_to_human_readable() local
236 max_unit = ARRAY_SIZE(time_units)-1; in number_to_human_readable()
240 max_unit = ARRAY_SIZE(volt_units)-1; in number_to_human_readable()
244 max_unit = ARRAY_SIZE(amp_units)-1; in number_to_human_readable()
248 max_unit = ARRAY_SIZE(dbm_units)-1; in number_to_human_readable()
256 max_unit = ARRAY_SIZE(float_units)-1; in number_to_human_readable()
264 max_unit = ARRAY_SIZE(byte_units)-1; in number_to_human_readable()
268 max_unit = ARRAY_SIZE(hz_units)-1; in number_to_human_readable()
272 max_unit = ARRAY_SIZE(watt_units)-1; in number_to_human_readable()
276 max_unit = ARRAY_SIZE(metric_units)-1; in number_to_human_readable()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/hud/
H A Dhud_context.c229 unsigned max_unit; in number_to_human_readable() local
236 max_unit = ARRAY_SIZE(time_units)-1; in number_to_human_readable()
240 max_unit = ARRAY_SIZE(volt_units)-1; in number_to_human_readable()
244 max_unit = ARRAY_SIZE(amp_units)-1; in number_to_human_readable()
248 max_unit = ARRAY_SIZE(dbm_units)-1; in number_to_human_readable()
256 max_unit = ARRAY_SIZE(float_units)-1; in number_to_human_readable()
264 max_unit = ARRAY_SIZE(byte_units)-1; in number_to_human_readable()
268 max_unit = ARRAY_SIZE(hz_units)-1; in number_to_human_readable()
272 max_unit = ARRAY_SIZE(watt_units)-1; in number_to_human_readable()
276 max_unit = ARRAY_SIZE(metric_units)-1; in number_to_human_readable()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/hud/
H A Dhud_context.c227 unsigned max_unit; in number_to_human_readable() local
234 max_unit = ARRAY_SIZE(time_units)-1; in number_to_human_readable()
238 max_unit = ARRAY_SIZE(volt_units)-1; in number_to_human_readable()
242 max_unit = ARRAY_SIZE(amp_units)-1; in number_to_human_readable()
246 max_unit = ARRAY_SIZE(dbm_units)-1; in number_to_human_readable()
254 max_unit = ARRAY_SIZE(float_units)-1; in number_to_human_readable()
262 max_unit = ARRAY_SIZE(byte_units)-1; in number_to_human_readable()
266 max_unit = ARRAY_SIZE(hz_units)-1; in number_to_human_readable()
270 max_unit = ARRAY_SIZE(watt_units)-1; in number_to_human_readable()
274 max_unit = ARRAY_SIZE(metric_units)-1; in number_to_human_readable()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/hud/
H A Dhud_context.c229 unsigned max_unit; in number_to_human_readable() local
236 max_unit = ARRAY_SIZE(time_units)-1; in number_to_human_readable()
240 max_unit = ARRAY_SIZE(volt_units)-1; in number_to_human_readable()
244 max_unit = ARRAY_SIZE(amp_units)-1; in number_to_human_readable()
248 max_unit = ARRAY_SIZE(dbm_units)-1; in number_to_human_readable()
256 max_unit = ARRAY_SIZE(float_units)-1; in number_to_human_readable()
264 max_unit = ARRAY_SIZE(byte_units)-1; in number_to_human_readable()
268 max_unit = ARRAY_SIZE(hz_units)-1; in number_to_human_readable()
272 max_unit = ARRAY_SIZE(watt_units)-1; in number_to_human_readable()
276 max_unit = ARRAY_SIZE(metric_units)-1; in number_to_human_readable()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/hud/
H A Dhud_context.c229 unsigned max_unit; in number_to_human_readable() local
236 max_unit = ARRAY_SIZE(time_units)-1; in number_to_human_readable()
240 max_unit = ARRAY_SIZE(volt_units)-1; in number_to_human_readable()
244 max_unit = ARRAY_SIZE(amp_units)-1; in number_to_human_readable()
248 max_unit = ARRAY_SIZE(dbm_units)-1; in number_to_human_readable()
256 max_unit = ARRAY_SIZE(float_units)-1; in number_to_human_readable()
264 max_unit = ARRAY_SIZE(byte_units)-1; in number_to_human_readable()
268 max_unit = ARRAY_SIZE(hz_units)-1; in number_to_human_readable()
272 max_unit = ARRAY_SIZE(watt_units)-1; in number_to_human_readable()
276 max_unit = ARRAY_SIZE(metric_units)-1; in number_to_human_readable()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/hud/
H A Dhud_context.c229 unsigned max_unit; in number_to_human_readable() local
236 max_unit = ARRAY_SIZE(time_units)-1; in number_to_human_readable()
240 max_unit = ARRAY_SIZE(volt_units)-1; in number_to_human_readable()
244 max_unit = ARRAY_SIZE(amp_units)-1; in number_to_human_readable()
248 max_unit = ARRAY_SIZE(dbm_units)-1; in number_to_human_readable()
256 max_unit = ARRAY_SIZE(float_units)-1; in number_to_human_readable()
264 max_unit = ARRAY_SIZE(byte_units)-1; in number_to_human_readable()
268 max_unit = ARRAY_SIZE(hz_units)-1; in number_to_human_readable()
272 max_unit = ARRAY_SIZE(watt_units)-1; in number_to_human_readable()
276 max_unit = ARRAY_SIZE(metric_units)-1; in number_to_human_readable()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/hud/
H A Dhud_context.c229 unsigned max_unit; in number_to_human_readable() local
236 max_unit = ARRAY_SIZE(time_units)-1; in number_to_human_readable()
240 max_unit = ARRAY_SIZE(volt_units)-1; in number_to_human_readable()
244 max_unit = ARRAY_SIZE(amp_units)-1; in number_to_human_readable()
248 max_unit = ARRAY_SIZE(dbm_units)-1; in number_to_human_readable()
256 max_unit = ARRAY_SIZE(float_units)-1; in number_to_human_readable()
264 max_unit = ARRAY_SIZE(byte_units)-1; in number_to_human_readable()
268 max_unit = ARRAY_SIZE(hz_units)-1; in number_to_human_readable()
272 max_unit = ARRAY_SIZE(watt_units)-1; in number_to_human_readable()
276 max_unit = ARRAY_SIZE(metric_units)-1; in number_to_human_readable()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/hud/
H A Dhud_context.c229 unsigned max_unit; in number_to_human_readable() local
236 max_unit = ARRAY_SIZE(time_units)-1; in number_to_human_readable()
240 max_unit = ARRAY_SIZE(volt_units)-1; in number_to_human_readable()
244 max_unit = ARRAY_SIZE(amp_units)-1; in number_to_human_readable()
248 max_unit = ARRAY_SIZE(dbm_units)-1; in number_to_human_readable()
256 max_unit = ARRAY_SIZE(float_units)-1; in number_to_human_readable()
264 max_unit = ARRAY_SIZE(byte_units)-1; in number_to_human_readable()
268 max_unit = ARRAY_SIZE(hz_units)-1; in number_to_human_readable()
272 max_unit = ARRAY_SIZE(watt_units)-1; in number_to_human_readable()
276 max_unit = ARRAY_SIZE(metric_units)-1; in number_to_human_readable()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/hud/
H A Dhud_context.c229 unsigned max_unit; in number_to_human_readable() local
236 max_unit = ARRAY_SIZE(time_units)-1; in number_to_human_readable()
240 max_unit = ARRAY_SIZE(volt_units)-1; in number_to_human_readable()
244 max_unit = ARRAY_SIZE(amp_units)-1; in number_to_human_readable()
248 max_unit = ARRAY_SIZE(dbm_units)-1; in number_to_human_readable()
256 max_unit = ARRAY_SIZE(float_units)-1; in number_to_human_readable()
264 max_unit = ARRAY_SIZE(byte_units)-1; in number_to_human_readable()
268 max_unit = ARRAY_SIZE(hz_units)-1; in number_to_human_readable()
272 max_unit = ARRAY_SIZE(watt_units)-1; in number_to_human_readable()
276 max_unit = ARRAY_SIZE(metric_units)-1; in number_to_human_readable()
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.asyncservice.inc.php113 $max_unit = array(
202 $max = $max_unit[$u];
219 for ($i = $min_unit[$u]; $i <= $max_unit[$u]; ++$i)
/dports/deskutils/egroupware/egroupware/api/src/
H A DAsyncservice.php161 $max_unit = array(
254 $max = $max_unit[$u];
271 for ($i = $min_unit[$u]; $i <= $max_unit[$u]; ++$i)
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/common/debugger/
H A DEventLogger.cpp816 const char *used_unit, *alloc_unit, *max_unit; in getTextEventBufferStatus() local
819 convert_unit(max_, max_unit); in getTextEventBufferStatus()
827 max_, max_unit, in getTextEventBufferStatus()
856 const char *used_unit, *alloc_unit, *max_unit; in getTextEventBufferStatus2() local
859 convert_unit(max_, max_unit); in getTextEventBufferStatus2()
882 max_, max_unit, (max_ == 0) ? "(unlimited)" : "", in getTextEventBufferStatus2()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/cl/api/
H A Dget-device-info.c49 cl_uint max_unit; member
298 device_config->max_unit = *(cl_uint*)param_value; in check_info()
554 check_max_int(device_config->max_unit, *(cl_uint*)param_value, result)) { in check_info()
/dports/cad/nvc/nvc-r1.5.3/src/
H A Dbounds.c132 tree_t max_unit = NULL; in value_str() local
143 max_unit = unit; in value_str()
147 assert(max_unit); in value_str()
149 snprintf(buf, BUF_SZ, "%"PRIi64" %s", ival, istr(tree_ident(max_unit))); in value_str()
/dports/net-mgmt/netdot/Netdot-netdot-1.0.7/lib/Netdot/
H A DUI.pm1365 my ($self, $bytes, $max_unit) = @_;
1369 if( $max_unit == 0 ) { $max_unit = 2; }
1370 if( $max_unit > scalar @sizes ) { $max_unit = scalar @sizes; }
1372 while( $bytes >= 1024 && $size_index < $max_unit ) {

123456