| /src/usr.sbin/memswitch/ |
| methods.c | 103 prop->current_value.byte[0] = current_values[prop->offset]; 104 prop->current_value.byte[1] = 0; 105 prop->current_value.byte[2] = 0; 106 prop->current_value.byte[3] = 0; 118 prop->current_value.byte[0] = current_values[prop->offset]; 119 prop->current_value.byte[1] = current_values[prop->offset+1]; 120 prop->current_value.byte[2] = 0; 121 prop->current_value.byte[3] = 0; 133 prop->current_value.byte[0] = current_values[prop->offset]; 134 prop->current_value.byte[1] = current_values[prop->offset+1] [all...] |
| memswitch.h | 64 } current_value; member in struct:property
|
| memswitch.c | 357 if ((properties[PROP_MAGIC1].current_value.longword != MAGIC1) || 358 (properties[PROP_MAGIC2].current_value.longword != MAGIC2))
|
| /src/sys/arch/macppc/dev/ |
| smusat.c | 68 int current_value; member in struct:smusat_sensor 317 edata->value_cur = sensor->current_value * 321 edata->value_cur = sensor->current_value * 1000000; 324 edata->value_cur = sensor->current_value * 1000000; 327 edata->value_cur = sensor->current_value * 1000000; 330 edata->value_cur = sensor->current_value; 369 sensor->current_value = (sc->sc_cache[reg] << 8) + sc->sc_cache[reg + 1]; 370 sensor->current_value <<= sensor->shift; 372 sensor->current_value >>= 16; 375 *value = sensor->current_value; [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/ |
| vega20_ppt.h | 165 int32_t current_value; member in struct:vega20_od8_single_setting
|
| amdgpu_vega20_ppt.c | 1674 od8_settings->od8_settings_array[i].current_value = 1679 od8_settings->od8_settings_array[i].current_value = 0;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| read-rtl.cc | 60 struct map_value *current_value; member in struct:mapping 487 int number = iterator->current_value->number; 518 if (v->number == iterator->current_value->number) 705 if (iterator->current_value) 872 int value = iterators[i]->current_value->number; 911 iterator->current_value = NULL; 916 iuse->iterator->current_value = iuse->iterator->values; 940 v = iuse->iterator->current_value; 954 v = iuse->iterator->current_value; 981 iterator->current_value = iterator->current_value->next [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| read-rtl.cc | 60 struct map_value *current_value; member in struct:mapping 487 if (v->number == iterator->current_value->number) 674 if (iterator->current_value) 841 int value = iterators[i]->current_value->number; 880 iterator->current_value = NULL; 885 iuse->iterator->current_value = iuse->iterator->values; 909 v = iuse->iterator->current_value; 923 v = iuse->iterator->current_value; 950 iterator->current_value = iterator->current_value->next [all...] |
| /src/external/gpl3/binutils/dist/gprofng/gp-display-html/ |
| gp-display-html.in | 219 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...] |
| /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/ |
| gp-display-html.in | 219 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...] |
| /src/sys/dev/i2c/ |
| sht3x.c | 1338 uint64_t current_value; local 1347 current_value = sht3x_compute_temp_from_raw(rawdata[0], 1352 current_value = sht3x_compute_rh_from_raw(rawdata[3], 1374 edata->value_cur = (uint32_t) current_value;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ada-exp.h | 645 value *current_value () const; 847 value *current_value () const function in class:expr::ada_choices_component 848 { return m_assigner->current_value (); }
|
| ada-lang.c | 9341 aggregate_assigner::current_value () const 9642 return m_var->current_value (); 9327 aggregate_assigner::current_value () const function in class:aggregate_assigner
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ada-exp.h | 635 value *current_value () const; 837 value *current_value () const function in class:expr::ada_choices_component 838 { return m_assigner->current_value (); }
|
| ada-lang.c | 9376 aggregate_assigner::current_value () const 9677 return m_var->current_value (); 9362 aggregate_assigner::current_value () const function in class:aggregate_assigner
|
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
| vega20_hwmgr.h | 429 int32_t current_value; member in struct:vega20_od8_single_setting
|
| amdgpu_vega20_hwmgr.c | 1352 od8_settings->od8_settings_array[i].current_value = 1359 od8_settings->od8_settings_array[i].current_value =
|