Home
last modified time | relevance | path

Searched refs:current_value (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/usr.sbin/memswitch/
H A Dmethods.c103 prop->current_value.byte[0] = current_values[prop->offset]; in fill_uchar()
104 prop->current_value.byte[1] = 0; in fill_uchar()
105 prop->current_value.byte[2] = 0; in fill_uchar()
106 prop->current_value.byte[3] = 0; in fill_uchar()
118 prop->current_value.byte[0] = current_values[prop->offset]; in fill_ushort()
119 prop->current_value.byte[1] = current_values[prop->offset+1]; in fill_ushort()
120 prop->current_value.byte[2] = 0; in fill_ushort()
121 prop->current_value.byte[3] = 0; in fill_ushort()
133 prop->current_value.byte[0] = current_values[prop->offset]; in fill_ulong()
134 prop->current_value.byte[1] = current_values[prop->offset+1]; in fill_ulong()
[all …]
H A Dmemswitch.h64 } current_value; member
H A Dmemswitch.c357 if ((properties[PROP_MAGIC1].current_value.longword != MAGIC1) || in alloc_current_values()
358 (properties[PROP_MAGIC2].current_value.longword != MAGIC2)) in alloc_current_values()
/netbsd-src/sys/arch/macppc/dev/
H A Dsmusat.c68 int current_value; member
317 edata->value_cur = sensor->current_value * in smusat_sme_refresh()
321 edata->value_cur = sensor->current_value * 1000000; in smusat_sme_refresh()
324 edata->value_cur = sensor->current_value * 1000000; in smusat_sme_refresh()
327 edata->value_cur = sensor->current_value * 1000000; in smusat_sme_refresh()
330 edata->value_cur = sensor->current_value; in smusat_sme_refresh()
369 sensor->current_value = (sc->sc_cache[reg] << 8) + sc->sc_cache[reg + 1]; in smusat_sensor_read()
370 sensor->current_value <<= sensor->shift; in smusat_sensor_read()
372 sensor->current_value >>= 16; in smusat_sensor_read()
375 *value = sensor->current_value; in smusat_sensor_read()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dread-rtl.c66 struct map_value *current_value; member
420 if (v->number == iterator->current_value->number) in FOR_EACH_VEC_ELT()
607 if (iterator->current_value) in add_current_iterators()
774 int value = iterators[i]->current_value->number; in add_overload_instance()
813 iterator->current_value = NULL; in apply_iterators()
818 iuse->iterator->current_value = iuse->iterator->values; in apply_iterators()
842 v = iuse->iterator->current_value; in apply_iterators()
856 v = iuse->iterator->current_value; in apply_iterators()
883 iterator->current_value = iterator->current_value->next; in apply_iterators()
884 if (iterator->current_value) in apply_iterators()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dread-rtl.cc60 struct map_value *current_value; member
486 if (v->number == iterator->current_value->number) in map_attr_string()
673 if (iterator->current_value) in add_current_iterators()
840 int value = iterators[i]->current_value->number; in add_overload_instance()
879 iterator->current_value = NULL; in apply_iterators()
884 iuse->iterator->current_value = iuse->iterator->values; in apply_iterators()
908 v = iuse->iterator->current_value; in apply_iterators()
922 v = iuse->iterator->current_value; in apply_iterators()
949 iterator->current_value = iterator->current_value->next; in apply_iterators()
950 if (iterator->current_value) in apply_iterators()
[all …]
H A DChangeLog-201221957 * read-rtl.c (mapping): Remove index field. Add current_value field.
21975 (add_mapping): Remove index field. Set current_value field.
/netbsd-src/external/gpl3/binutils/dist/gprofng/gp-display-html/
H A Dgp-display-html.in219 current_value => "off", defined => $FALSE},
224 current_value => "off", defined => $FALSE},
229 current_value => "off", defined => $FALSE},
234 current_value => "off", defined => $FALSE},
239 current_value => "off", defined => $FALSE},
244 current_value => undef, defined => $FALSE},
249 current_value => undef, defined => $FALSE},
254 current_value => "off", defined => $FALSE},
259 current_value => 500, defined => $FALSE},
264 current_value => 90.0, defined => $FALSE},
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
H A Dgp-display-html.in186 … => { option => "-o" , no_of_arguments => 1, data_type => "path" , current_value => undef, defi…
187 … => { option => "-O" , no_of_arguments => 1, data_type => "path" , current_value => undef, defi…
188 … => { option => "-ct", no_of_arguments => 1, data_type => "onoff" , current_value => "off" …
189 … => { option => "-fl", no_of_arguments => 1, data_type => "pinteger", current_value => 500 …
190 … => { option => "-hp", no_of_arguments => 1, data_type => "pfloat" , current_value => 90.0 …
191 … => { option => "-tp", no_of_arguments => 1, data_type => "pfloat" , current_value => 100.0 …
192 … => { option => "-dm", no_of_arguments => 1, data_type => "onoff" , current_value => "off" …
193 …{ option => "-im", no_of_arguments => 1, data_type => "metric_names", current_value => undef, defi…
194 …option => "--verbose" , no_of_arguments => 1, data_type => "onoff" , current_value => "off" , def…
195 …ption => "--warnings" , no_of_arguments => 1, data_type => "onoff" , current_value => "on" , defi…
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
H A Dvega20_ppt.h165 int32_t current_value; member
H A Damdgpu_vega20_ppt.c1674 od8_settings->od8_settings_array[i].current_value = in vega20_set_default_od8_setttings()
1679 od8_settings->od8_settings_array[i].current_value = 0; in vega20_set_default_od8_setttings()
/netbsd-src/sys/dev/i2c/
H A Dsht3x.c1338 uint64_t current_value; in sht3x_parse_data()
1347 current_value = sht3x_compute_temp_from_raw(rawdata[0], in sht3x_parse_data()
1352 current_value = sht3x_compute_rh_from_raw(rawdata[3], in sht3x_parse_data()
1374 edata->value_cur = (uint32_t) current_value; in sht3x_refresh_oneshot()
1313 uint64_t current_value; sht3x_parse_data() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Dvega20_hwmgr.h429 int32_t current_value; member
H A Damdgpu_vega20_hwmgr.c1352 od8_settings->od8_settings_array[i].current_value = in vega20_od8_initialize_default_settings()
1359 od8_settings->od8_settings_array[i].current_value = in vega20_od8_initialize_default_settings()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCoroutines.rst732 int current_value;
733 <designate current_value to be coroutine promise>
736 current_value = i; <SUSPEND>; // corresponds to "yield i"