Searched refs:stemp (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Dtda.c189 u_int64_t ctemp, stemp; local
197 stemp = sysmon_envsys_get_max_value(is_system_sensor, true);
200 if (ctemp == 0 || stemp == 0) {
208 ctemp, stemp);
218 if (stemp < SYS_TEMP_MIN)
220 else if (stemp < SYS_TEMP_MAX)
222 (stemp - SYS_TEMP_MIN) *
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/
H A Dfixed-bit.c780 BIG_SINT_C_TYPE stemp; local
822 stemp = (BIG_SINT_C_TYPE)1 << (BIG_WIDTH - 1);
823 stemp = stemp >> (BIG_WIDTH - 1 - TO_I_F_BITS);
824 min_low = stemp;
977 BIG_SINT_C_TYPE stemp; local
1014 stemp = (BIG_SINT_C_TYPE)1 << (BIG_WIDTH - 1);
1015 stemp = stemp >> (BIG_WIDTH - 1 - TO_I_F_BITS);
1016 min_low = stemp;
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/i2c/
H A Dsdtemp.c450 int32_t stemp; local
464 stemp = (int16_t)temp;
467 val = (stemp * 62500) + 273150000;
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/msdos/
H A Dpktdrvr.c1370 USHORT stemp; local
1396 if (_dx_real_above(len, rmem_adrp, &stemp) != _DOSE_NONE)
1401 if (_dx_real_above(len, rmem_adrp, &stemp) != _DOSE_NONE)

Completed in 73 milliseconds