Searched refs:time (Results 276 - 300 of 504) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DStdLibFileIO.cpp13 # include <time.h>
19 # include <sys/time.h>
/haiku/src/bin/
H A Dlaunch_roster.cpp18 #include <time.h>
78 time_t now = time(NULL);
/haiku/src/system/kernel/
H A DUserTimer.cpp24 // restriction on the user timer interval length itself, but the minimum time
25 // span by which we advance the start time for kernel timers. A shorted user
26 // timer interval will result in the overrun count to be increased every time
142 \param nextTime The time at which the timer should go off the next time. If
144 value is interpreted as absolute or relative time, depends on \c flags.
151 an absolute or relative time.
153 microseconds remaining to the time for which the timer was scheduled
178 remaining to the time for which the timer was scheduled next before the
232 /*! Updates the start time fo
1608 bigtime_t time; local
1624 _user_set_clock(clockid_t clockID, bigtime_t time) argument
[all...]
H A Dreal_time_clock.cpp52 /*! Write the system time to CMOS. */
65 /*! Read the CMOS clock and update the system time accordingly. */
97 // If there was an argument, reset the system and hw time.
121 add_debugger_command("rtc", &rtc_debug, "Set and test the real-time clock");
243 _user_set_real_time_clock(bigtime_t time) argument
248 set_real_time_clock_usecs(time);
271 // We only need to update our time offset if the hardware clock
/haiku/src/bin/mail_utils/
H A Dmail2mbox.cpp21 #include <time.h>
33 // for each message, starts out with the current local time.
79 XX:XX:XX is the time, the X's are digits. TZONE1 is the old style optional
80 time zone of 3 capital letters. YYYY is the four digit year. TZONE2 is the
81 optional modern time zone info, a plus or minus sign and 4 digits. Returns
147 // Check the time. Look for the sequence
158 fprintf(stderr, "False alarm, not a valid time value in \"%s\".\n",
167 // Look for the optional antique 3 capital letter time zone and skip it.
190 // Look for the optional modern time zone and skip over it if present.
204 "year/time zon
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DUnpackingLeafNode.cpp86 timespec time = { 0, 0 };
87 return time;
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dtracing.c77 /** log time at wich logging event occured */
166 if(b_log_time){ /* add time of logging this string */
167 bigtime_t time = system_time(); local
168 uint32 msec = time / 1000;
/haiku/src/kits/media/
H A DMediaTrack.cpp393 // time-based current frame, if there is any.
409 PRINT(1, "BMediaTrack::ReadFrames: stream %ld, start-time %5Ld.%06Ld, "
498 bigtime_t time = 0; local
500 status_t result = fExtractor->Seek(fStream, flags, _frame, &time);
506 result = fDecoder->SeekedTo(*_frame, time);
513 result = fRawDecoder->SeekedTo(*_frame, time);
521 fCurrentTime = time;
570 bigtime_t time = 0; local
571 // dummy time, will be ignored because of flags
572 status_t result = fExtractor->FindKeyFrame(fStream, flags, _frame, &time);
[all...]
H A DTimeSource.cpp143 bigtime_t time; local
146 time = RealTimeFor(performance_time, with_latency);
147 err = snooze_until(time, B_SYSTEM_TIMEBASE);
206 // The system time source is always running
278 // This constructor is only called by real time sources that inherit
568 // start the time source
573 TRACE_TIMESOURCE("starting time source %" B_PRId32 "\n", ID());
598 // stop the time source
603 TRACE_TIMESOURCE("stopping time source %" B_PRId32 "\n", ID());
/haiku/src/tools/fs_shell/
H A Dfssh.cpp14 #include <time.h>
352 // get time
353 struct tm time; local
355 localtime_r(&fileTime, &time);
415 1900 + time.tm_year, 1 + time.tm_mon, time.tm_mday,
416 time.tm_hour, time.tm_min, time
[all...]
/haiku/src/servers/app/stackandtile/
H A DSATWindow.cpp480 bigtime_t time = real_time_clock_usecs(); local
481 srand(time);
483 return (time & ~0xFFFF) | randNumber;
/haiku/src/libs/uuid/
H A Dgen_uuid.c42 #include <sys/time.h>
129 * We do this all the time, but this is the only source of
381 now = time(0);
388 last_time = time(0);
H A Dtest_uuid.c121 time_gen = time(0);
125 printf("UUID time: ");
139 "1 (time-based type)!\\n");
149 * the current time and when the UUID is generated. */
151 printf("UUID time comparison failed!\n");
154 printf("UUID time comparison succeeded.\n");
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireDVAddOn.cpp17 #include <time.h>
/haiku/src/apps/debuganalyzer/model/
H A DThreadModel.h40 int32 FindSchedulingEvent(nanotime_t time);
/haiku/src/bin/fwcontrol/
H A Dfwmpegts.c40 #include <sys/time.h>
/haiku/src/system/libroot/posix/time/
H A Dtimer_support.cpp7 #include <time.h>
/haiku/src/tests/kits/interface/
H A DToolTipTest.cpp192 time_t now = time(NULL);
/haiku/src/tests/system/benchmarks/
H A Dctxbench.c10 #include <sys/time.h>
/haiku/headers/posix/sys/
H A Dstat.h10 #include <time.h>
23 struct timespec st_atim; /* last access time */
24 struct timespec st_mtim; /* last modification time */
25 struct timespec st_ctim; /* last change time, not creation time */
26 struct timespec st_crtim; /* creation time */
/haiku/src/bin/addattr/
H A DaddAttr.cpp121 time_t timeValue = parsedate(value, time(NULL));
/haiku/src/add-ons/network_settings/sshd/
H A DSSHServiceAddOn.cpp136 && message.AddInt32("last changed", time(NULL)) == B_OK
/haiku/headers/private/fs_shell/
H A Dfssh_os.h179 extern fssh_status_t fssh_snooze_until(fssh_bigtime_t time, int timeBase);
202 extern fssh_bigtime_t fssh_system_time(void); /* time since booting in microseconds */
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_alq.c49 #include <sys/time.h>
/haiku/src/kits/mail/
H A DHaikuMailFormatFilter.cpp143 when = time(NULL); // Use current time if it's undecodable.

Completed in 230 milliseconds

<<11121314151617181920>>