Searched refs:time (Results 176 - 200 of 504) sorted by relevance

1234567891011>>

/haiku/src/kits/media/legacy/
H A DOldMediaModule.h71 mk_time time);
95 virtual void TransportChanged(mk_time time, mk_rate rate,
102 virtual void TransportChangedReceived(mk_time time, mk_rate rate,
169 virtual status_t CallAt(mk_time time, mk_deferred_call function, void* arg);
173 virtual bigtime_t SystemTimeAt(mk_time time);
174 virtual void Sync(mk_time time, bigtime_t system_time);
H A DOldMediaModule.cpp89 mk_time time)
194 BMediaRenderer::TransportChanged(mk_time time, argument
231 BMediaRenderer::TransportChangedReceived(mk_time time, argument
497 BTimeBase::CallAt(mk_time time, argument
535 BTimeBase::SystemTimeAt(mk_time time) argument
544 BTimeBase::Sync(mk_time time, argument
88 SeekToTime(BMediaChannel *channel, mk_time time) argument
/haiku/src/bin/network/ppp_up/
H A DPPPStatusView.cpp147 bigtime_t time = system_time() - fConnectedSince; local
148 time /= 1000000;
149 int32 seconds = time % 60;
150 time /= 60;
151 int32 minutes = time % 60;
152 int32 hours = time / 60;
/haiku/src/bin/multiuser/
H A Duseradd.cpp14 #include <time.h>
96 expiration = parsedate(optarg, time(NULL)) / (3600 * 24);
209 || message.AddInt32("last changed", time(NULL)) != B_OK
H A Dpasswd.cpp15 #include <time.h>
182 || message.AddInt32("last changed", time(NULL)) != B_OK
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCServer.h72 bigtime_t time);
115 Server::WaitCall(Request* request, bigtime_t time) argument
119 return request->fEvent.Wait(B_RELATIVE_TIMEOUT, time);
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_maven.c265 uint time = 0; local
287 while((!(DXIR(VIDPLLSTAT) & 0x40)) & (time <= 2000))
289 time++;
293 if (time > 2000)
476 uint time = 0, count = 0; local
485 time = 0;
486 while((!(DXIR(VIDPLLSTAT) & 0x40)) & (time <= 1000))
488 time++;
493 if (time > 1000) return B_ERROR;
495 /* check if lock holds for at least 90% of the time */
[all...]
/haiku/src/apps/mediaplayer/supplier/
H A DMediaTrackAudioSupplier.cpp207 bigtime_t time = system_time(); local
209 _ReadCachedFrames(buffer, pos, frames, time);
215 _ReadUncachedFrames(buffer, pos, frames, time);
459 // Sets a buffer's time stamp to the current system time.
469 // into /buffer/. The buffer's time stamp is set to the current system time.
479 // into /buffer/. The buffer's time stamp is set to the supplied time.
482 bigtime_t time)
481 _ReadBuffer(Buffer* buffer, int64 position, bigtime_t time) argument
503 _ReadCachedFrames(void*& dest, int64& pos, int64& frames, bigtime_t time) argument
548 _ReadUncachedFrames(void* buffer, int64 position, int64 frames, bigtime_t time) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DInode.h34 /* time in nano seconds */
62 static void _DecodeTime(struct timespec& timespec, timeval32 time) argument
64 timespec.tv_sec = time.tv_sec;
65 timespec.tv_nsec = time.tv_usec * 1000;
/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DActivityPage.cpp120 previousEventTime = event->time;
130 previousEventTime = event->time;
140 previousEventTime = event->time;
160 eventTime = double(event->time - baseTime);
208 eventTime = double(event->time - baseTime);
235 eventTime = double(event->time - baseTime);
294 // We've reached the next sample. Partially add this time to the
309 // compute the time of the next sample
317 // next sample not yet reached -- just add the time
355 .Add(fRunTimeCheckBox = new ColorCheckBox("Run time", kRunTimeColo
[all...]
/haiku/src/kits/tracker/
H A DTaskLoop.cpp51 bigtime_t time = 0; local
59 time += cpuInfos[index].active_time;
62 return time / ((bigtime_t) sinfo.cpu_count);
245 // PRINT(("runWhenIdle: runAfter %lld, current time %lld, period %lld\n",
579 // time
637 bigtime_t time = system_time();
638 if (fNextHeartBeatTime < time) {
642 fNextHeartBeatTime = time + fHeartBeat;
/haiku/src/add-ons/media/plugins/au_reader/
H A Dau_reader.cpp310 int64 *frame, bigtime_t *time)
323 pos = (*time * fFrameRate * fBitsPerFrame) / (1000000LL * 8);
325 pos = (*time * fDataSize) / fDuration;
327 TRACE("auReader::Seek to time %lld, pos %lld\n", *time, pos);
336 *time = (*frame * 1000000LL) / fFrameRate;
338 TRACE("auReader::Seek newtime %lld\n", *time);
357 // XXX and instead use the last time returned from seek and count forward after decoding.
308 Seek(void *cookie, uint32 seekTo, int64 *frame, bigtime_t *time) argument
H A Dau_reader.h51 int64 *frame, bigtime_t *time);
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.h76 inline void _UpdateLastEventTime(nanotime_t time);
117 void _AddIdleTime(uint32 cpu, nanotime_t time);
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioReader.cpp68 AudioReader::FrameForTime(bigtime_t time) const
71 return int64(double(time) * frameRate / 1000000.0);
/haiku/src/preferences/time/
H A DTZDisplay.cpp115 TTZDisplay::SetTime(const char* time) argument
117 fTime.SetTo(time);
/haiku/src/system/boot/platform/atari_m68k/
H A Dcpu.cpp116 bigtime_t time = system_time(); local
117 while ((system_time() - time) < microseconds)
/haiku/src/bin/
H A Ddstcheck.cpp82 "saving time, your computer's clock may be an hour off.\n"
83 "Your computer thinks it is %current time%.\n\nIs this the correct "
84 "time?");
89 time(&t);
94 string.ReplaceFirst("%current time%", timestring);
107 time(&t);
148 B_TRANSLATE("Keep this time"), B_TRANSLATE("Ask me later"),
149 B_TRANSLATE("Manually adjust time" B_UTF8_ELLIPSIS)))->Go();
/haiku/src/kits/locale/
H A DRelativeDateTimeFormat.cpp14 #include <time.h>
127 time_t currentTime = time(NULL);
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DSettings.cpp103 bigtime_t time = system_time(); local
104 uint32 msec = time / 1000;
/haiku/src/kits/network/libnetservices/
H A DHttpTime.cpp139 BTime time(expireTime.tm_hour, expireTime.tm_min, expireTime.tm_sec);
142 BDateTime dateTime(date, time);
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dcmedia_pci.h105 bigtime_t time; member in struct:__anon1505
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeMonitoringEvent.h21 bigtime_t time; member in struct:NodeMonitoringEvent
/haiku/src/system/libroot/posix/sys/
H A Ditimer.cpp9 #include <sys/time.h>
/haiku/src/tests/kits/interface/
H A DPulseTest.cpp63 srand(time(NULL));

Completed in 206 milliseconds

1234567891011>>