Searched refs:itime (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-ds1374.c146 u32 itime; local
149 ret = ds1374_read_rtc(client, &itime, DS1374_REG_TOD0, 4);
151 rtc_time_to_tm(itime, time);
159 unsigned long itime; local
161 rtc_tm_to_time(time, &itime);
162 return ds1374_write_rtc(client, itime, DS1374_REG_TOD0, 4);
212 unsigned long new_alarm, itime; local
224 rtc_tm_to_time(&now, &itime);
232 if (time_before_eq(new_alarm, itime))
235 new_alarm -= itime;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dauth.c369 time_t itime; local
374 itime = MIN(idle.xmit_idle, idle.recv_idle);
375 tlim = idle_time_limit - itime;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/mmedia/
H A Dmmboard.cpp582 wxUint32 itime; local
585 itime = m_positionSlider->GetValue();
586 btime.seconds = itime % 60;
587 btime.minutes = (itime / 60) % 60;
588 btime.hours = itime / 3600;
H A Dmmbman.cpp233 wxUint32 itime; local
235 itime = btime.seconds + btime.minutes * 60 + btime.hours;
238 m_file_stream->GetSoundFormat().GetBytesFromTime(itime)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drpc001.tcl21 set itime 10
22 puts "Rpc001: Server timeouts: resource $ttime sec, idle $itime sec"
24 set dpid [rpc_server_start 0 30 -t $ttime -I $itime]
249 set sleeptime [expr $itime + 2]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/tandem/
H A Dtandem.c479 long long lct, lst, itime; local
490 itime = (err[0] ? *gmt : lct);
495 julian_dayno = INTERPRETTIMESTAMP(itime, date_time);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tandem/
H A Dtandem.c479 long long lct, lst, itime; local
490 itime = (err[0] ? *gmt : lct);
495 julian_dayno = INTERPRETTIMESTAMP(itime, date_time);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dauth.c756 time_t itime; local
764 itime = MIN(idle.xmit_idle, idle.recv_idle);
765 tlim = idle_time_limit - itime;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dasfdec.c1506 int64_t itime, last_pos = -1; local
1512 itime = avio_rl64(s->pb);
1516 "itime:0x%"PRIx64", pct:%d, ict:%d\n", itime, pct, ict);
1522 int64_t index_pts = FFMAX(av_rescale(itime, i, 10000) - asf->hdr.preroll, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dasfdec.c1237 int64_t itime, last_pos=-1; local
1241 itime=avio_rl64(s->pb);
1244 av_log(s, AV_LOG_DEBUG, "itime:0x%"PRIx64", pct:%d, ict:%d\n",itime,pct,ict);
1250 int64_t index_pts= FFMAX(av_rescale(itime, i, 10000) - asf->hdr.preroll, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c1185 time_t itime; local
1193 itime = MIN(idle.xmit_idle, idle.recv_idle);
1194 tlim = idle_time_limit - itime;

Completed in 142 milliseconds