Searched refs:now (Results 1 - 25 of 157) sorted by path

1234567

/haiku/headers/os/support/
H A Dparsedate.h24 extern time_t parsedate(const char *dateString, time_t now);
25 extern time_t parsedate_etc(const char *dateString, time_t now, int *_storedFlags);
/haiku/headers/private/kernel/
H A DUserTimer.h55 inline void CheckPeriodicOverrun(bigtime_t now);
82 void ScheduleKernelTimer(bigtime_t now,
H A Dload_tracking.h19 bigtime_t now)
22 measureTime = now;
26 bigtime_t deltaTime = now - measureTime;
39 measureTime = now;
18 compute_load(bigtime_t& measureTime, bigtime_t& measureActiveTime, int32& load, bigtime_t now) argument
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dtvp3026.c22 bigtime_t start, now; \
32 now = system_time(); \
33 delay = (now - start) / 1000.0; \
79 // now compute parameters for the loop PLL (24bpp not available) see 2.4.3.1
101 // now setup the loop PLL
/haiku/src/add-ons/accelerants/neomagic/
H A DInitAccelerant.c41 // LOG is now available, si !NULL
134 time_t now = time (NULL); local
136 MSG(("INIT_ACCELERANT: %s", ctime (&now)));
147 // LOG now available: !NULL si
/haiku/src/add-ons/accelerants/skeleton/
H A DInitAccelerant.c40 // LOG is now available, si !NULL
103 time_t now = time (NULL); local
105 MSG(("INIT_ACCELERANT: %s", ctime (&now)));
116 // LOG now available: !NULL si
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp257 bigtime_t now = system_time(); local
258 if (now >= fLastEventTime + fBlankTime)
268 if (fIsRunning || fLastEventTime + fBlankTime <= now)
271 fSnoozeTime = fLastEventTime + fBlankTime - now;
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dtimer.cpp56 bigtime_t now; local
66 now = system_time();
80 if (timeout < now) {
101 if (timeout < now) {
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dirq.c150 bigtime_t now = system_time(); local
182 ((timer_info *)to)->when_target = now + when;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_misc.c516 ar9300_set_coverage_class(struct ath_hal *ah, u_int8_t coverageclass, int now) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c553 ar5210SetCoverageClass(struct ath_hal *ah, uint8_t coverageclass, int now) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c208 ar5416SetCoverageClass(struct ath_hal *ah, uint8_t coverageclass, int now) argument
211 ar5212SetCoverageClass(ah, coverageclass, now);
577 /* Only support disabling RIFS delay for now */
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dntfstime.h114 struct timespec now; local
117 clock_gettime(CLOCK_REALTIME, &now);
122 now.tv_sec = microseconds.tv_sec;
123 now.tv_nsec = microseconds.tv_usec*1000;
125 now.tv_sec = time((time_t*)NULL);
126 now.tv_nsec = 0;
128 return (timespec2ntfs(now));
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp55 // [e.moon 13oct99] now matches entry by pointer
192 // [13oct99 e.moon] now ref'd by pointer; find and erase all matching tips
874 bigtime_t now = system_time();
875 if(now - m_lastEventTime < m_idlePeriod)
/haiku/src/apps/cortex/ValControl/
H A DValControlSegment.cpp220 bigtime_t now = system_time(); local
221 if (now - fLastClickTime < doubleClickInterval) {
233 fLastClickTime = now;
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLogWriter.h50 bigtime_t now; // time that LogWriter::Log() was called, according to the time source member in struct:log_message
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp161 bigtime_t now = system_time(); local
163 if (sIgnoreDoubleClick && now - fLastClickTime < sClickSpeed)
165 fLastClickTime = now;
/haiku/src/apps/login/
H A DLoginView.cpp230 time_t now = time(NULL); local
231 struct tm *t = localtime(&now);
/haiku/src/apps/mediaplayer/
H A DVideoView.cpp128 bigtime_t now = system_time();
129 if (now - fLastMouseMove > 1500000) {
130 fLastMouseMove = now;
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.cpp578 bigtime_t now = TimeSource()->Now(); local
580 || now < buffer->Header()->start_time + kMaxBufferLateness) {
587 bigtime_t tooEarly = buffer->Header()->start_time - now;
/haiku/src/apps/switcher/
H A DCaptureWindow.cpp150 bigtime_t now = system_time(); local
155 if (now > fLastEvent + kUpdateDelay)
158 fLastEvent = now;
H A DLaunchButton.cpp159 bigtime_t now = system_time(); local
161 if (sIgnoreDoubleClick && now - fLastClickTime < sClickSpeed)
163 fLastClickTime = now;
/haiku/src/apps/terminal/
H A DTerminalRoster.cpp124 bigtime_t now = system_time(); local
141 fLastCheckedTime = now;
168 right now) for this to work).
/haiku/src/bin/
H A Dlaunch_roster.cpp78 time_t now = time(NULL); local
92 time_t at = now - (runtime - when) / 1000000l;
/haiku/src/bin/unzip/
H A Dfileio.c323 Trace((stderr, "open_outfile: %s now renamed into %s\n",
335 Trace((stderr, "open_outfile: %s now writable\n",
348 Trace((stderr, "open_outfile: %s now deleted\n",
792 * have to be rewritten if size can ever be that large. For now,
1418 /* Function UzpInput() */ /* GRR: this is a placeholder for now */
1630 ZCONST time_t now = time(NULL); local
1634 tm = localtime(&now);
1831 * it exists now.
2116 * never ever be longer than FILNAMSIZ-1 (1024), but for now we'll check,

Completed in 304 milliseconds

1234567