Searched refs:time (Results 251 - 275 of 504) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h302 const btrfs_timespec& time)
304 timespec.tv_sec = B_LENDIAN_TO_HOST_INT64(time.seconds);
305 timespec.tv_nsec = B_LENDIAN_TO_HOST_INT32(time.nanoseconds);
315 static void SetTime(btrfs_timespec& time, const struct timespec& timespec) argument
317 time.seconds = B_HOST_TO_LENDIAN_INT64(timespec.tv_sec);
318 time.nanoseconds = B_HOST_TO_LENDIAN_INT64(timespec.tv_nsec);
301 _DecodeTime(struct timespec& timespec, const btrfs_timespec& time) argument
/haiku/src/kits/storage/
H A DQuery.cpp16 #include <time.h>
179 if (date == NULL || !date[0] || parsedate(date, time(NULL)) < 0)
416 If the stack has not been allocate until this time, this method does
547 parsedPredicate << parsedate(date.String(), time(NULL));
/haiku/src/add-ons/input_server/devices/mouse/
H A Dmovement_maker.cpp281 bigtime_t time = system_time(); local
284 float(time - fLastEdgeMotion) / (1000 * 1000);
320 fLastEdgeMotion = time;
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeMonitoringEvent.cpp14 time(system_time()),
/haiku/src/tests/system/benchmarks/
H A Dmemspeed.c13 #include <time.h>
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660.h16 # include <time.h>
30 // compile-time switch for different platforms.
59 // Size of volume date and time data
141 entries, incremented every time readdir is called, until finally
152 allocated every time a file is opened and freed when the free
/haiku/src/tests/kits/net/cookie/
H A Dcookie_test.cpp20 srand(time(NULL));
/haiku/src/system/libroot/posix/stdlib/
H A Dmktemp.c36 #include <sys/time.h>
/haiku/src/system/libroot/posix/sys/
H A Dutimes.c8 #include <sys/time.h>
63 // Init the stat time fields to the current time, if at least one time is
73 // access time
85 // modified time
/haiku/src/tests/system/network/
H A Dselect_test_big.c5 #include <sys/time.h>
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dparam.h16 #include <sys/time.h>
/haiku/src/libs/compat/freebsd_network/compat/net/
H A Dif.h13 #include <sys/time.h>
117 struct timeval ifi_lastchange; /* time of last administrative change */
/haiku/headers/posix/
H A Dtime.h35 /* system-wide monotonic clock (aka system time) */
37 /* system-wide real time clock */
39 /* clock measuring the used CPU time of the current process */
41 /* clock measuring the used CPU time of the current thread */
65 int tm_isdst; /* daylight savings time (0 == no, >0 == yes, <0 == has to be calculated */
84 extern time_t time(time_t *timer);
/haiku/src/system/libroot/posix/glibc/locale/
H A Dlocaleinfo.h26 #include <time.h>
/haiku/src/system/libroot/posix/locale/
H A DLocaleDataBridge.cpp12 #include <time.h>
/haiku/src/system/libroot/posix/time/
H A Dlocaltime.cpp10 #include <time.h>
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/platform/
H A Dacenv.h499 #include <time.h>
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.h66 virtual status_t SeekedTo(int64 trame, bigtime_t time);
/haiku/src/bin/network/traceroute/
H A Difaddrlist.c39 #include <sys/time.h> /* concession to AIX */
/haiku/src/apps/installer/
H A DUnzipEngine.cpp257 char time[16]; local
259 if (sscanf(string, kListingFormat, &bytes, &date, &time, &path) == 4) {
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dtempname.c53 # include <sys/time.h>
112 /* If this is the first time this function is used initialize \
114 random value. If we'd not do this programs at startup time \
217 does not exist at the time of the call to __gen_tempname. TMPL is
222 at the time of the call.
274 random_time_bits = time (NULL);
/haiku/src/add-ons/screen_savers/simpleclock/
H A DSimpleClock.cpp9 #include <time.h>
87 time(&timeInfo);
/haiku/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp14 #include <time.h>
163 srand48(time(NULL));
231 // flip half of the time
/haiku/src/add-ons/screen_savers/flurry/
H A DFlurry.cpp42 #include <sys/time.h>
43 #include <time.h>
/haiku/headers/private/kernel/
H A DUserTimer.h10 #include <time.h>
263 status_t _user_set_clock(clockid_t clockID, bigtime_t time);

Completed in 194 milliseconds

<<11121314151617181920>>