Home
last modified time | relevance | path

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

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dwx_gui.c917 hi_temp; in WX_station() local
1724 hi_temp = XtVaCreateManagedWidget(langcode("WXPUPSI023"),xmLabelWidgetClass, form1, in WX_station()
1773 XmNtopWidget, hi_temp, in WX_station()
1793 XmNtopWidget, hi_temp, in WX_station()
1806 XmNtopWidget, hi_temp, in WX_station()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/mediatek/mt7601u/
H A Dphy.c724 int ret, temp, hi_temp = 400, lo_temp = -200; in mt7601u_temp_comp() local
760 hi_temp -= 50; in mt7601u_temp_comp()
765 if (temp > hi_temp) in mt7601u_temp_comp()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/mediatek/mt7601u/
H A Dphy.c724 int ret, temp, hi_temp = 400, lo_temp = -200; in mt7601u_temp_comp() local
760 hi_temp -= 50; in mt7601u_temp_comp()
765 if (temp > hi_temp) in mt7601u_temp_comp()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/mediatek/mt7601u/
H A Dphy.c724 int ret, temp, hi_temp = 400, lo_temp = -200; in mt7601u_temp_comp() local
760 hi_temp -= 50; in mt7601u_temp_comp()
765 if (temp > hi_temp) in mt7601u_temp_comp()
/dports/devel/ga/ga-5.8/pario/dra/
H A Ddisk.arrays.c2779 Integer hi_temp = ds_chunk->lo[ndim-1] + in ndai_next_chunk() local
2781 hi_temp -= hi_temp % DRA[handle].chunk[ndim-1]; in ndai_next_chunk()
2782 ds_chunk->hi[ndim-1] = PARIO_MIN(ds_chunk->hi[ndim-1], hi_temp); in ndai_next_chunk()