Searched refs:time (Results 226 - 250 of 1293) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/nanosleep/
H A D5-1.c12 #include <time.h>
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sched_rr_get_interval/speculative/
H A D5-1.c20 #include <time.h>
/haiku-fatelf/src/add-ons/media/media-add-ons/mixer/
H A DMixerInput.h67 int64 framepos, bigtime_t time,
127 bigtime_t time, const float** buffer, uint32* sampleOffset, int* type,
137 if (time < (fLastDataAvailableTime - duration_for_frames(
139 || (time + duration_for_frames(fMixBufferFrameRate,
146 fMixBufferFrameCount), fLastDataAvailableTime, time,
147 time + duration_for_frames(fMixBufferFrameRate,
153 if (time > fLastDataAvailableTime)
126 GetMixerChannelInfo(int mixerChannel, int64 framepos, bigtime_t time, const float** buffer, uint32* sampleOffset, int* type, float* gain) argument
/haiku-fatelf/headers/os/locale/
H A DLocale.h91 time_t time, BDateFormatStyle dateStyle,
93 status_t FormatDateTime(BString* buffer, time_t time,
103 time_t time, BDateFormatStyle style) const;
104 status_t FormatDate(BString* string, time_t time,
109 time_t time, BDateFormatStyle style) const;
121 time_t time, BTimeFormatStyle style) const;
123 time_t time, BString format) const;
124 status_t FormatTime(BString* string, time_t time,
127 status_t FormatTime(BString* string, time_t time,
132 time_t time, BTimeFormatStyl
[all...]
/haiku-fatelf/src/tests/kits/app/bmessenger/
H A DLockTargetTester.cpp151 bigtime_t time = system_time(); local
153 time = system_time() - time - 50000;
157 CHK(time > -JITTER && time < JITTER);
193 bigtime_t time = system_time(); local
195 time = system_time() - time - 50000;
199 CHK(time > -JITTER && time < JITTE
[all...]
/haiku-fatelf/src/servers/notification/
H A DNotificationReceived.cpp26 fLastReceived(time(NULL))
37 fLastReceived(time(NULL))
156 fLastReceived = time(NULL);
161 NotificationReceived::SetTimeStamp(time_t time) argument
163 fLastReceived = time;
/haiku-fatelf/src/apps/poorman/
H A DPoorManLogger.cpp11 #include <time.h>
25 time_t now = time(NULL);
/haiku-fatelf/src/bin/gdb/gdb/osf-share/
H A Dcma_util.h36 # include <sys/time.h>
38 # include <time.h>
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dbin2c.c4 #include <time.h>
19 time_t now = time (NULL);
/haiku-fatelf/src/bin/sharutils/lib/
H A Dwhoami.c34 # include <time.h>
36 # include <sys/time.h>
/haiku-fatelf/src/kits/media/
H A DReaderPlugin.cpp35 Reader::Seek(void* cookie, uint32 flags, int64* frame, bigtime_t* time) argument
42 Reader::FindKeyFrame(void* cookie, uint32 flags, int64* frame, bigtime_t* time) argument
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_event_priv.h31 unsigned int time; member in struct:_fluid_event_t
47 void fluid_event_set_time(fluid_event_t* evt, unsigned int time);
/haiku-fatelf/src/libs/util/
H A Dlogout.c44 #include <sys/time.h>
71 ut.ut_time = _time_to_time32(time(NULL));
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/clock_getcpuclockid/
H A D2-1.c7 * If pid=0, then clock_getcpuclockid() will return the CPU-time clock of
16 #include <time.h>
46 srand((unsigned long)time(NULL));
55 /* Get the time of clockid_2, should almost the same as clockid_1 */
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/clock_gettime/
H A D3-1.c10 Validity is checked by ensuring that the time returned is always
14 #include <time.h>
15 #include <sys/time.h>
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_timedsend/
H A D18-1.c24 #include <time.h>
46 ts.tv_sec=time(NULL)-1;
H A D4-1.c21 #include <time.h>
43 ts.tv_sec=time(NULL)+1;
H A D4-2.c21 #include <time.h>
43 ts.tv_sec=time(NULL)+1;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mq_timedsend/speculative/
H A D18-2.c24 #include <time.h>
46 ts.tv_sec=time(NULL)-1;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutex_timedlock/
H A D4-1.c22 #include <time.h>
29 #define TIMEOUT 3 /* 3 seconds of timeout time for
36 time_t currsec1, currsec2; /* Variables for saving time before
83 timeout.tv_sec = time(NULL) + TIMEOUT;
H A D5-1.c27 #include <time.h>
37 #define TIMEOUT 3 /* 3 seconds of timeout time for
44 time_t currsec1, currsec2; /* Variables for saving time before
100 timeout.tv_sec = time(NULL) + TIMEOUT;
H A D5-2.c27 #include <time.h>
37 #define TIMEOUT 3 /* 3 seconds of timeout time for
44 time_t currsec1, currsec2; /* Variables for saving time before
100 timeout.tv_sec = time(NULL) + TIMEOUT;
H A D5-3.c26 #include <time.h>
33 #define TIMEOUT 3 /* 3 seconds of timeout time for
40 time_t currsec1, currsec2; /* Variables for saving time before
107 timeout.tv_sec = time(NULL);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sem_timedwait/
H A D1-1.c22 #include <time.h>
43 ts.tv_sec=time(NULL);
H A D2-1.c23 #include <time.h>
48 ts.tv_sec=time(NULL)+2;

Completed in 213 milliseconds

1234567891011>>