Searched refs:microsecond (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/os/support/
H A DDateTime.h37 int32 microsecond = 0);
46 int32 microsecond = 0);
53 int32 microsecond = 0);
82 bigtime_t second, bigtime_t microsecond);
/haiku/src/kits/support/
H A DDateTime.cpp60 Constructs a BTime object with \c hour \c minute, \c second, \c microsecond.
63 0 and 59 and \c microsecond should be in the range of 0 and 999999. If the
66 BTime::BTime(int32 hour, int32 minute, int32 second, int32 microsecond) argument
70 _SetTime(hour, minute, second, microsecond);
136 BTime::IsValid(int32 hour, int32 minute, int32 second, int32 microsecond) argument
138 return BTime(hour, minute, second, microsecond).IsValid();
194 Set the time to \c hour \c minute, \c second and \c microsecond.
197 0 and 59 and \c microsecond should be in the range of 0 and 999999. Returns
202 BTime::SetTime(int32 hour, int32 minute, int32 second, int32 microsecond) argument
204 return _SetTime(hour, minute, second, microsecond);
434 _SetTime(bigtime_t hour, bigtime_t minute, bigtime_t second, bigtime_t microsecond) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUtils.cpp146 timespec.tv_nsec = 1000 * (timestamp.microsecond()
H A DUdfStructures.h118 uint8 microsecond() const { return _microsecond; } function in class:timestamp
144 void set_microsecond(uint8 microsecond) { _microsecond = microsecond; } argument
H A DUdfStructures.cpp323 PRINT(("microsecond: %d\n", microsecond()));

Completed in 54 milliseconds