Searched refs:now (Results 101 - 125 of 157) sorted by relevance

1234567

/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_crypto_tkip.c540 time_t now; local
561 now = getuptime();
562 if (ic->ic_tkip_micfail == 0 || ic->ic_tkip_micfail + 60 >= now) {
563 ic->ic_tkip_micfail = now;
610 ic->ic_tkip_micfail = now;
777 /* is now a keyed permutation of {TA,IV32,IV16}. */
/haiku/src/preferences/time/
H A DZoneView.cpp560 time_t now = time(NULL); local
568 now -= timeZone.OffsetFromGMT() - currentOffset;
570 fTimeFormat.Format(result, now, B_SHORT_TIME_FORMAT, &timeZone);
/haiku/src/apps/glteapot/
H A DObjectView.cpp791 uint64 now = system_time(); local
792 float fps = 1.0 / ((now - fLastFrame) / 1000000.0);
793 fLastFrame = now;
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.cpp147 uint64 now = real_time_clock_usecs(); local
149 timespec.tv_sec = now / 1000000;
150 timespec.tv_nsec = (now % 1000000) * 1000;
/haiku/src/servers/registrar/
H A DMessageDeliverer.cpp401 bigtime_t now = system_time(); local
405 if (message->GetMessage()->TimeoutTime() > now)
565 The method tries to send the message right now (if there are not already
589 The method tries to send the message right now to each of the given targets
622 The method tries to send the message right now to each of the given targets
/haiku/src/apps/installer/
H A DCopyEngine.cpp542 bigtime_t now = system_time(); local
573 fTimeWritten += system_time() - now;
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp435 // run post-install scripts now that the new packages are visible in the
468 struct tm now; local
470 if (localtime_r(&stateTime, &now) != NULL) {
472 1900 + now.tm_year, now.tm_mon + 1, now.tm_mday, now.tm_hour,
473 now.tm_min, now.tm_sec);
958 // * If changed, leave it to the user for now
[all...]
/haiku/src/system/kernel/arch/x86/32/
H A Darch.S244 /* If count is now 0, skip straight to null terminating
267 # %ecx was 0 and is now max
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DProducer.cpp591 bigtime_t now = system_time(); local
595 fProcessingLatency = system_time() - now;
988 bigtime_t now = system_time(); local
1017 fProcessingLatency = system_time() - now;
/haiku/headers/private/kernel/
H A Dthread.h81 void thread_at_kernel_entry(bigtime_t now);
262 - Modify some client data structure to indicate that this thread is now
/haiku/src/apps/haikudepot/build/scripts/
H A Dhdsjsonschemacommon.py125 ) % (variant, inputfilename, datetime.datetime.now().isoformat()))
/haiku/src/apps/terminal/
H A DTermView.cpp1247 bigtime_t now = system_time();
1248 if (Window()->IsActive() && now - fLastActivityTime >= kCursorBlinkInterval)
2275 bigtime_t now = system_time(); local
2276 bigtime_t timeElapsed = now - fLastSyncTime;
2279 fLastSyncTime = now;
2293 fLastSyncTime = now;
2299 fLastSyncTime = now;
2314 fLastSyncTime = now;
2327 fLastSyncTime = now;
2331 fLastSyncTime = now;
[all...]
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp1052 bigtime_t now = system_time(); local
1054 lastTime = now;
1056 printf("\33[0m% 3ld %8.6f (%8.6f) ", packetNumber, (now - sStartTime) / 1000000.0,
1057 (now - lastTime) / 1000000.0);
1058 lastTime = now;
1691 printf("Round trip time is now %s.\n", sRandomRoundTrip ? "random" : "fixed");
1695 printf("Round trip time is now %s.\n", sIncreasingRoundTrip ? "increasing" : "fixed");
/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/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/media/media-add-ons/video_producer_demo/
H A DProducer.cpp442 bigtime_t now = system_time(); local
446 fProcessingLatency = system_time() - now;
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DProducer.cpp444 bigtime_t now = system_time(); local
477 fProcessingLatency = system_time() - now;
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp310 time_t now = time(NULL); local
312 BDateTimeFormat().Format(timeString, now, DATE_FORMAT, TIME_FORMAT);
/haiku/headers/os/interface/
H A DMenu.h287 void _InvokeItem(BMenuItem* item, bool now = false);
/haiku/src/apps/processcontroller/
H A DProcessController.cpp720 bigtime_t now = system_time(); local
729 bigtime_t passed = now - fPrevTime;
741 fPrevTime = now;
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c621 time_t now, expires; local
652 now = time( (time_t*) 0 );
654 mod = now;
655 (void) strftime( nowbuf, sizeof(nowbuf), rfc1123fmt, gmtime( &now ) );
700 expires = now + hc->hs->max_age;
2745 time_t now; local
2945 now = time( (time_t*) 0 );
2954 if ( now - lsb.st_mtime > 60*60*24*182 ) /* 1/2 year */
3985 time_t now; local
3995 now
[all...]
/haiku/src/system/kernel/
H A Dsmp.cpp192 const bigtime_t now = system_time(); local
193 lock->last_acquired = now;
194 lock->total_wait += (now - start);
905 // the caller cpu should now free the message
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp1679 bigtime_t now = system_time(); local
1680 if (now - fLastNudgeTime > 500000) {
1683 fLastNudgeTime = now;
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c226 /* XXX For now !!! */
370 /* From now on we use `state' to convert the format string. */
380 otherwise it is the next argument after the state now in ARG. */
671 We go for now with the historically correct code from ISO C,
1968 size_t now = read_in; local
2157 if (now == read_in)
2180 size_t now = read_in; local
2343 if (now == read_in)
/haiku/src/kits/interface/
H A DMenuPrivate.cpp207 MenuPrivate::InvokeItem(BMenuItem* item, bool now) argument
209 fMenu->_InvokeItem(item, now);

Completed in 361 milliseconds

1234567