Searched refs:btime (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/mmedia/
H A Dmmbman.cpp83 void SetPosition(MMBoardTime btime);
118 void SetPosition(MMBoardTime btime);
231 void MMBoardSoundFile::SetPosition(MMBoardTime btime) argument
235 itime = btime.seconds + btime.minutes * 60 + btime.hours;
413 MMBoardTime btime; local
415 btime.seconds = btime.minutes = btime
421 MMBoardTime btime; local
[all...]
H A Dmmbman.h53 virtual void SetPosition(MMBoardTime btime) = 0;
H A Dmmboard.cpp583 MMBoardTime btime; local
586 btime.seconds = itime % 60;
587 btime.minutes = (itime / 60) % 60;
588 btime.hours = itime / 3600;
589 m_opened_file->SetPosition(btime);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/vmstat/proc/
H A Dsysinfo.h58 unsigned int *restrict btime, unsigned int *restrict processes);
H A Dsysinfo.c215 unsigned int *restrict btime, unsigned int *restrict processes) {
255 b = strstr(buff, "btime ");
256 if(b) sscanf(b, "btime %u", btime);
211 getstat(jiff *restrict cuse, jiff *restrict cice, jiff *restrict csys, jiff *restrict cide, jiff *restrict ciow, jiff *restrict cxxx, jiff *restrict cyyy, jiff *restrict czzz, unsigned long *restrict pin, unsigned long *restrict pout, unsigned long *restrict s_in, unsigned long *restrict sout, unsigned *restrict intr, unsigned *restrict ctxt, unsigned int *restrict running, unsigned int *restrict blocked, unsigned int *restrict btime, unsigned int *restrict processes) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/vmstat/
H A Dvmstat.c529 unsigned int running, blocked, btime, processes; local
541 &btime, &processes);
567 printf("%13u boot time\n", btime);
574 unsigned int running, blocked, btime, processes; local
584 &btime, &processes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-mgr.c3664 time_t btime; local
3675 btime = b->piece_data_time; if( btime + data_time_cutoff_secs < tr_now ) btime = 0;
3676 if( atime != btime )
3677 return atime > btime ? -1 : 1;

Completed in 94 milliseconds