HomeSort by: relevance | last modified time | path
    Searched refs:stemp (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/sparc64/dev/
tda.c 259 u_int64_t ctemp, stemp; local
267 stemp = sysmon_envsys_get_max_value(is_system_sensor, true);
270 if (ctemp == 0 || stemp == 0) {
278 ctemp, stemp);
288 if (stemp < SYS_TEMP_MIN)
290 else if (stemp < SYS_TEMP_MAX)
292 (stemp - SYS_TEMP_MIN) *
  /src/external/gpl3/gcc/dist/libgcc/
fixed-bit.c 775 BIG_SINT_C_TYPE stemp; local
816 stemp = (BIG_SINT_C_TYPE)1 << (BIG_WIDTH - 1);
817 stemp = stemp >> (BIG_WIDTH - 1 - TO_I_F_BITS);
820 min_low = stemp;
971 BIG_SINT_C_TYPE stemp; local
1008 stemp = (BIG_SINT_C_TYPE)1 << (BIG_WIDTH - 1);
1009 stemp = stemp >> (BIG_WIDTH - 1 - TO_I_F_BITS);
1010 min_low = stemp;
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
fixed-bit.c 775 BIG_SINT_C_TYPE stemp; local
816 stemp = (BIG_SINT_C_TYPE)1 << (BIG_WIDTH - 1);
817 stemp = stemp >> (BIG_WIDTH - 1 - TO_I_F_BITS);
820 min_low = stemp;
971 BIG_SINT_C_TYPE stemp; local
1008 stemp = (BIG_SINT_C_TYPE)1 << (BIG_WIDTH - 1);
1009 stemp = stemp >> (BIG_WIDTH - 1 - TO_I_F_BITS);
1010 min_low = stemp;
    [all...]
  /src/sys/external/gpl2/dts/dist/include/dt-bindings/usb/
pd.h 406 #define VDO_ACABLE2(mtemp, stemp, u3p, trans, phy, ele, u4, hops, u2, u32, lane, iso, gen) \
407 (((mtemp) & 0xff) << 24 | ((stemp) & 0xff) << 16 | ((u3p) & 0x7) << 12 \
  /src/sys/dev/i2c/
sdtemp.c 552 int32_t stemp; local
566 stemp = (int16_t)temp;
569 val = (stemp * 62500) + 273150000;
  /src/external/bsd/libpcap/dist/msdos/
pktdrvr.c 1370 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)
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 4338 int64_t stemp; local
4349 stemp = debug_info_p->rnglists_base;
4350 if (stemp < 0)
4354 debug_info_p->cu_offset, stemp); local
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 4267 int64_t stemp; local
4278 stemp = debug_info_p->rnglists_base;
4279 if (stemp < 0)
4283 debug_info_p->cu_offset, stemp); local
  /src/external/gpl3/gcc/dist/gcc/
expr.cc 6088 rtx stemp = NULL_RTX, old_to_rtx = NULL_RTX;
6108 stemp = assign_stack_temp (GET_MODE (to_rtx),
6110 emit_move_insn (stemp, to_rtx);
6112 to_rtx = stemp;
6347 if (stemp)
6348 emit_move_insn (old_to_rtx, stemp);
6076 rtx stemp = NULL_RTX, old_to_rtx = NULL_RTX; local

Completed in 35 milliseconds