Home
last modified time | relevance | path

Searched refs:last_chk (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/rc/
H A Dir-imon-decoder.c139 data->last_chk = ev.pulse; in ir_imon_decode()
150 if (data->last_chk != !(data->bits & 3)) in ir_imon_decode()
H A Drc-core-priv.h149 int last_chk; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/rc/
H A Dir-imon-decoder.c139 data->last_chk = ev.pulse; in ir_imon_decode()
150 if (data->last_chk != !(data->bits & 3)) in ir_imon_decode()
H A Drc-core-priv.h149 int last_chk; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/rc/
H A Dir-imon-decoder.c139 data->last_chk = ev.pulse; in ir_imon_decode()
150 if (data->last_chk != !(data->bits & 3)) in ir_imon_decode()
H A Drc-core-priv.h149 int last_chk; member
/dports/editors/jove/jove/
H A Ddisp.c1067 static time_t last_chk = 0, local
1074 if ((force == NO) && (now < last_chk + MailInt))
1076 last_chk = now;
/dports/editors/wxhexeditor/wxHexEditor/src/
H A DHexEditorFrame.cpp201 double last_chk=0; in HexEditorFrame() local
202 myConfigBase::Get()->Read(_T("LastUpdateCheckTime"), (&last_chk)); in HexEditorFrame()
203 …if( wxDateTime::Now() - wxDateSpan::Week() > wxDateTime( last_chk ) ) //One check for a week enough in HexEditorFrame()