Home
last modified time | relevance | path

Searched refs:last_val (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/arch/macppc/dev/
H A Dthermal.c52 int last_val; member
58 int last_val; member
113 sensor->last_val = temp; in thermal_manage_fans()
121 (sensor->last_val - ZERO_C_TO_MUK)/1000000, in thermal_manage_fans()
122 (sensor->last_val - ZERO_C_TO_MUK)%1000000, in thermal_manage_fans()
145 temp = ulmin(sensor->last_val, in thermal_manage_fans()
181 if (fan_speed >= fan->last_val) { in thermal_manage_fans()
183 fan->last_val = fan_speed; in thermal_manage_fans()
187 fan->last_val = fan_speed; in thermal_manage_fans()
191 fan->fan->set(fan->fan, fan->last_val); in thermal_manage_fans()
[all …]
/openbsd/gnu/llvm/libcxxabi/src/
H A Dcxa_guard_impl.h461 uint8_t last_val = UNSET; in acquire() local
462 if (init_byte.compare_exchange(&last_val, PENDING_BIT, std::_AO_Acq_Rel, std::_AO_Acquire)) { in acquire()
469 if (last_val == COMPLETE_BIT) in acquire()
472 if (last_val & PENDING_BIT) { in acquire()
479 if ((last_val & WAITING_BIT) == 0) { in acquire()
484 …if (!init_byte.compare_exchange(&last_val, PENDING_BIT | WAITING_BIT, std::_AO_Acq_Rel, std::_AO_R… in acquire()
486 if (last_val == COMPLETE_BIT) in acquire()
490 if (last_val == UNSET) in acquire()
/openbsd/usr.sbin/sensorsd/
H A Dsensorsd.c54 int64_t last_val; member
377 limit->last_val = sensor.value; in check_sdlim()
402 limit->last_val = sensor.value; in check_sdlim()
473 print_sensor(limit->type, limit->last_val), as); in report_sdlim()
490 print_sensor(limit->type, limit->last_val)); in report_sdlim()
495 print_sensor(limit->type, limit->last_val), in report_sdlim()
501 print_sensor(limit->type, limit->last_val), in report_sdlim()
596 limit->last_val)); in report_sdlim()
/openbsd/gnu/usr.bin/perl/regen/
H A Dregcomp.pl729 my $last_val = 0;
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dexpr.c18961 ffetargetIntegerDefault last_val; in ffeexpr_token_substring_1_() local
18988 last_val = ffebld_constant_integerdefault (ffebld_conter (last)); in ffeexpr_token_substring_1_()
18992 if (first_val <= last_val) in ffeexpr_token_substring_1_()
18993 size = last_val - first_val + 1; in ffeexpr_token_substring_1_()
19014 && (last_val > strop_size_max)) in ffeexpr_token_substring_1_()