Searched defs:hours (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dns_ttl.c86 int secs, mins, hours, days, weeks, x; local
91 hours = (int)(src % 24); src /= 24;
104 if (hours) {
105 T(fmt1(hours, 'H', &dst, &dstlen));
112 if (secs || !(weeks || days || hours || mins)) {
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIProgressDialog.cpp250 long hours; local
256 hours = minutes / 60;
257 minutes -= hours * 60;
258 days = hours / 24;
259 hours -= days * 24;
262 QString strHours = VBoxGlobal::hoursToString(hours);
269 if (days > 1 && hours > 0)
273 else if (days > 0 && hours > 0)
279 else if (hours > 2)
281 else if (hours >
[all...]

Completed in 205 milliseconds