Searched refs:Hours (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtimespan.tex40 \helpref{Hours}{wxtimespanhours}\\
210 \membersection{wxTimeSpan::Hours}\label{wxtimespanhours}
212 \func{static wxTimespan}{Hours}{\param{long }{hours}}
373 set to 0. Hours are not restricted to 0..24 range, neither are
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dnetmisc.c979 sec += 60 * 60 * st->Hours;
980 if (st->Hours > 24)
981 cERROR(1, "illegal hours %d", st->Hours);
H A Dcifspdu.h2187 __u16 Hours:5; member in struct:__anon16575
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h1156 static wxTimeSpan Hours(long hours) { return wxTimeSpan(hours, 0, 0); } function in class:wxTimeSpan
1157 static wxTimeSpan Hour() { return Hours(1); }
1160 static wxTimeSpan Days(long days) { return Hours(24 * days); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp1191 dt += wxTimeSpan::Hours(1);
1257 dt += wxTimeSpan::Hours(2);
1303 dt += wxTimeSpan::Hours(1);
1350 dt += wxTimeSpan::Hours(2);

Completed in 115 milliseconds