Searched refs:time (Results 76 - 100 of 1293) sorted by relevance

1234567891011>>

/haiku-fatelf/src/system/libroot/posix/time/
H A Ddifftime.c7 #include <time.h>
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/time_h/
H A D14-1.c15 #include <time.h>
H A D21-1.c14 #include <time.h>
H A D23-1.c14 #include <time.h>
H A D26-1.c13 #include <time.h>
H A D29-1.c14 #include <time.h>
H A D33-1.c15 #include <time.h>
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/common/
H A Dlog_dump.c24 uint64 time; local
27 time = entry->tsc / (sysinfo.cpu_clock_speed / 1000000);
28 mic = time % 1000;
29 time /= 1000;
30 mill = time % 1000;
31 time /= 1000;
32 sec = time % 60;
33 time /= 60;
34 min = time;
/haiku-fatelf/src/kits/midi/
H A DMidiGlue.h31 uchar channel, uchar note, uchar velocity, bigtime_t time);
34 uchar channel, uchar note, uchar velocity, bigtime_t time);
37 uchar channel, uchar note, uchar pressure, bigtime_t time);
41 bigtime_t time);
44 uchar channel, uchar programNumber, bigtime_t time);
47 uchar channel, uchar pressure, bigtime_t time);
50 uchar channel, uchar lsb, uchar msb, bigtime_t time);
53 void* data, size_t length, bigtime_t time);
56 uchar status, uchar data1, uchar data2, bigtime_t time);
58 virtual void SystemRealTime(uchar status, bigtime_t time);
[all...]
/haiku-fatelf/headers/os/midi/
H A DMidiText.h17 uchar channel, uchar note, uchar velocity, uint32 time = B_NOW);
20 uchar channel, uchar note, uchar velocity, uint32 time = B_NOW);
23 uchar channel, uchar note, uchar pressure, uint32 time = B_NOW);
27 uint32 time = B_NOW);
30 uchar channel, uchar programNumber, uint32 time = B_NOW);
33 uchar channel, uchar pressure, uint32 time = B_NOW);
36 uchar channel, uchar lsb, uchar msb, uint32 time = B_NOW);
39 void* data, size_t length, uint32 time = B_NOW);
42 uchar status, uchar data1, uchar data2, uint32 time = B_NOW);
44 virtual void SystemRealTime(uchar status, uint32 time
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DOldUnpackingNodeAttributes.cpp26 timespec time = { 0, 0 };
27 return time;
/haiku-fatelf/src/apps/mediaplayer/support/
H A DEvent.h16 Event(bigtime_t time, bool autoDelete = true);
19 void SetTime(bigtime_t time);
/haiku-fatelf/src/apps/midiplayer/
H A DSynthBridge.h40 uchar channel, uchar note, uchar velocity, bigtime_t time);
43 uchar channel, uchar note, uchar velocity, bigtime_t time);
46 uchar channel, uchar note, uchar pressure, bigtime_t time);
50 bigtime_t time);
53 uchar channel, uchar programNumber, bigtime_t time);
56 uchar channel, uchar pressure, bigtime_t time);
59 uchar channel, uchar lsb, uchar msb, bigtime_t time);
62 bool justChannel, bigtime_t time);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfprintftime.h1 /* Generate time strings directly to the output. */
19 #include <time.h>
26 nstrftime format string, FMT) the time data, *TM, and the UTC
/haiku-fatelf/src/bin/coreutils/man/
H A Ddate.x2 date \- print or set the system date and time
10 calendar date, time of day, time zone, day of week, relative time,
/haiku-fatelf/src/servers/registrar/
H A DMessageEvent.cpp62 \note The supplied BHandler must be valid the whole life time of the
65 \param time The time at which the message shall be sent.
69 MessageEvent::MessageEvent(bigtime_t time, BHandler* handler, uint32 command) argument
70 : Event(time, true),
83 \note The supplied BHandler must be valid the whole life time of the
86 \param time The time at which the message shall be sent.
90 MessageEvent::MessageEvent(bigtime_t time, BHandler* handler, argument
92 : Event(time, tru
107 MessageEvent(bigtime_t time, const BMessenger& messenger, uint32 command) argument
127 MessageEvent(bigtime_t time, const BMessenger& messenger, const BMessage *message) argument
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/ctime/
H A D1-1.c10 * not NULL after converting the time value to a date and time string.
15 #include <time.h>
22 time(&current_time);
29 printf("converted date and time is: %s\n", ctime(&current_time));
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/gmtime/
H A D2-1.c15 #include <time.h>
23 (void) time(&the_time);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/localtime/
H A D1-1.c10 * a time value to a broken down local time.
15 #include <time.h>
22 current_time = time(NULL);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/strftime/
H A D3-1.c13 #include <time.h>
24 (void) time(&the_time);
/haiku-fatelf/src/preferences/time/
H A DBaseView.cpp52 if (message->FindBool("time", &isTime) != B_OK)
58 BTime time = dateTime.Time(); local
61 hour = time.Hour();
65 minute = time.Minute();
69 second = time.Second();
71 time.SetTime(hour, minute, second);
72 dateTime.SetTime(time);
107 BTime time = BTime::CurrentTime(B_LOCAL_TIME); local
108 fMessage.AddInt32("hour", time.Hour());
109 fMessage.AddInt32("minute", time
[all...]
/haiku-fatelf/src/kits/midi2/
H A DMidiLocalConsumer.cpp103 BMidiLocalConsumer::Data(uchar* data, size_t length, bool atomic, bigtime_t time) argument
110 NoteOff(data[0] & 0x0F, data[1], data[2], time);
117 NoteOn(data[0] & 0x0F, data[1], data[2], time);
124 KeyPressure(data[0] & 0x0F, data[1], data[2], time);
131 ControlChange(data[0] & 0x0F, data[1], data[2], time);
138 ProgramChange(data[0] & 0x0F, data[1], time);
145 ChannelPressure(data[0] & 0x0F, data[1], time);
152 PitchBend(data[0] & 0x0F, data[1], data[2], time);
162 SystemExclusive(data + 1, length - 2, time);
164 SystemExclusive(data + 1, length - 1, time);
229 NoteOff(uchar channel, uchar note, uchar velocity, bigtime_t time) argument
236 NoteOn(uchar channel, uchar note, uchar velocity, bigtime_t time) argument
243 KeyPressure(uchar channel, uchar note, uchar pressure, bigtime_t time) argument
250 ControlChange(uchar channel, uchar controlNumber, uchar controlValue, bigtime_t time) argument
257 ProgramChange(uchar channel, uchar programNumber, bigtime_t time) argument
263 ChannelPressure(uchar channel, uchar pressure, bigtime_t time) argument
270 PitchBend(uchar channel, uchar lsb, uchar msb, bigtime_t time) argument
277 SystemExclusive( void* data, size_t length, bigtime_t time) argument
285 SystemCommon( uchar statusByte, uchar data1, uchar data2, bigtime_t time) argument
293 SystemRealTime(uchar statusByte, bigtime_t time) argument
300 TempoChange(int32 beatsPerMinute, bigtime_t time) argument
307 AllNotesOff(bool justChannel, bigtime_t time) argument
365 bigtime_t time = *((bigtime_t*) (buffer + 8)); local
[all...]
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/
H A DDebug.cpp42 #include <time.h>
43 #include <sys/time.h>
84 SYSTEMTIME time; local
85 GetSystemTime(&time);
88 time.wYear,
89 time.wMonth,
90 time.wDay,
91 time.wHour,
92 time.wMinute,
93 time
[all...]
/haiku-fatelf/headers/os/midi2/
H A DMidiConsumer.h53 uchar *data, size_t length, bool atomic, bigtime_t time);
56 uchar channel, uchar note, uchar velocity, bigtime_t time);
59 uchar channel, uchar note, uchar velocity, bigtime_t time);
62 uchar channel, uchar note, uchar pressure, bigtime_t time);
66 bigtime_t time);
69 uchar channel, uchar programNumber, bigtime_t time);
72 uchar channel, uchar pressure, bigtime_t time);
75 uchar channel, uchar lsb, uchar msb, bigtime_t time);
78 void* data, size_t length, bigtime_t time);
81 uchar status, uchar data1, uchar data2, bigtime_t time);
[all...]
H A DMidiProducer.h65 bigtime_t time = 0) const;
69 bigtime_t time = 0) const;
73 bigtime_t time = 0) const;
77 bigtime_t time = 0) const;
81 bigtime_t time = 0) const;
84 uchar channel, uchar programNumber, bigtime_t time = 0) const;
87 uchar channel, uchar pressure, bigtime_t time = 0) const;
90 uchar channel, uchar lsb, uchar msb, bigtime_t time = 0) const;
93 void *data, size_t length, bigtime_t time = 0) const;
96 uchar status, uchar data1, uchar data2, bigtime_t time
[all...]

Completed in 216 milliseconds

1234567891011>>