Searched refs:hours (Results 26 - 40 of 40) sorted by relevance

12

/haiku-fatelf/src/apps/soundrecorder/
H A DTrackSlider.cpp404 uint32 hours = timestamp / 3600000000LL; local
405 timestamp -= hours * 3600000000LL;
412 B_PRId32, hours, minutes, seconds, centiseconds);
/haiku-fatelf/src/apps/webpositive/
H A DDownloadProgressView.cpp802 int64 hours = finishTime / (60 * 60); local
803 if (hours == 1)
806 buffer2 << B_TRANSLATE("Over %hours hours left");
807 buffer2.ReplaceFirst("%hours", BString() << hours);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmktime.c193 time_t hours = 24 * days + hour1 - hour0; local
194 time_t minutes = 60 * hours + min1 - min0;
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dmktime.c186 time_t hours = 24 * days + hour1 - hour0; local
187 time_t minutes = 60 * hours + min1 - min0;
/haiku-fatelf/headers/os/support/
H A DDateTime.h56 BTime& AddHours(int32 hours);
/haiku-fatelf/src/apps/webpositive/support/
H A DDateTime.h56 BTime& AddHours(int32 hours);
H A DDateTime.cpp205 Adds \c hours to the current time. If the passed value is negativ it will
209 BTime::AddHours(int32 hours) argument
211 return _AddMicroseconds(bigtime_t(hours % kHoursPerDay)
326 The return value then can be hours, minutes, seconds, milliseconds or
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp128 uint32 hours = usecs / kHour; local
136 snprintf(buffer, sizeof(buffer), "%luh %02lum %02lus", hours, minutes,
/haiku-fatelf/headers/private/media/
H A Dhmulti_audio.h601 int32 hours;
H A Dmulti_audio.h587 int32 hours;
H A Dsoundcard.h922 unsigned char hours, minutes, seconds, frames, qframes; member in struct:__anon1145
/haiku-fatelf/src/kits/tracker/
H A DWidgetAttributeText.cpp1882 int32 hours = seconds / 3600;
1883 seconds -= hours * 3600;
1888 if (hours > 0) {
1890 B_PRId32, negative ? "-" : "", hours, minutes, seconds);
/haiku-fatelf/src/kits/support/
H A DDateTime.cpp208 Adds \c hours to the current time. If the passed value is negative it
212 BTime::AddHours(int32 hours) argument
214 return _AddMicroseconds(bigtime_t(hours % kHoursPerDay)
330 The return value then can be hours, minutes, seconds, milliseconds or
/haiku-fatelf/headers/os/media/
H A DMediaDefs.h649 int8 hours; member in struct:media_header_time_code
/haiku-fatelf/src/bin/zic/
H A Dzic.c1795 register int hours; local
1808 hours = offset;
1809 if (hours >= HOURSPERDAY) {
1813 (void) sprintf(end(result), "%d", hours); local

Completed in 248 milliseconds

12