Searched refs:period (Results 1 - 25 of 54) sorted by relevance

123

/haiku-fatelf/src/bin/coreutils/lib/
H A Dstr-two-way.h86 *PERIOD to the global period of the right half.
88 The global period of a string is the smallest index (possibly its
92 When NEEDLE is factored into two halves, a local period is the
95 non-empty NEEDLE have a local period of at least 1 and no greater
98 A critical factorization has the property that the local period
99 equals the global period. All strings have at least one critical
100 factorization with the left half smaller than the global period.
109 size_t *period)
114 size_t k; /* Offset into current period. */
115 size_t p; /* Intermediate period
108 critical_factorization(const unsigned char *needle, size_t needle_len, size_t *period) argument
220 size_t period; /* The period of the right half of needle. */ local
314 size_t period; /* The period of the right half of needle. */ local
[all...]
/haiku-fatelf/src/bin/network/wget/lib/
H A Dstr-two-way.h83 *PERIOD to the global period of the right half.
85 The global period of a string is the smallest index (possibly its
89 When NEEDLE is factored into two halves, a local period is the
92 non-empty NEEDLE have a local period of at least 1 and no greater
95 A critical factorization has the property that the local period
96 equals the global period. All strings have at least one critical
97 factorization with the left half smaller than the global period.
106 size_t *period)
111 size_t k; /* Offset into current period. */
112 size_t p; /* Intermediate period
105 critical_factorization(const unsigned char *needle, size_t needle_len, size_t *period) argument
217 size_t period; /* The period of the right half of needle. */ local
311 size_t period; /* The period of the right half of needle. */ local
[all...]
/haiku-fatelf/headers/os/kernel/
H A Dscheduler.h16 \a period is how many times a second your thread needs to run
18 \a jitter is an estimate (in us) of how much that period can vary,
56 int32 period = 0, bigtime_t jitter = 0, bigtime_t length = 0);
64 int32 suggest_thread_priority(uint32 what, int32 period, bigtime_t jitter,
/haiku-fatelf/src/system/kernel/
H A Dtimer.cpp177 kprintf("periodic %9lld, ", (long long)event->period);
304 event->schedule_time += event->period;
309 if (now >= event->schedule_time + event->period) {
312 - (now - event->schedule_time) % event->period;
337 add_timer(timer* event, timer_hook hook, bigtime_t period, int32 flags) argument
342 if (event == NULL || hook == NULL || period < 0)
351 period = event->period;
353 scheduleTime = period;
357 event->period
[all...]
/haiku-fatelf/src/system/libroot/os/
H A Dscheduler.c37 suggest_thread_priority(uint32 what, int32 period, bigtime_t jitter, argument
/haiku-fatelf/src/kits/tracker/
H A DTaskLoop.h84 bigtime_t initialDelay, bigtime_t period);
99 bigtime_t initialDelay, bigtime_t period, bigtime_t timeout);
167 bigtime_t period);
172 bigtime_t period, bigtime_t timeout);
H A DTaskLoop.cpp78 bigtime_t period)
80 fPeriod(period),
106 bigtime_t period, bigtime_t timeout)
107 : PeriodicDelayedTask(functor, initialDelay, period),
150 // PRINT(("runWhenIdle: runAfter %Ld, current time %Ld, period %Ld\n",
271 bigtime_t delay, bigtime_t period)
273 RunLater(new PeriodicDelayedTask(functor, delay, period));
279 bigtime_t period, bigtime_t timeout)
281 RunLater(new PeriodicDelayedTaskWithTimeout(functor, delay, period,
76 PeriodicDelayedTask( FunctionObjectWithResult<bool>* functor, bigtime_t initialDelay, bigtime_t period) argument
104 PeriodicDelayedTaskWithTimeout( FunctionObjectWithResult<bool>* functor, bigtime_t initialDelay, bigtime_t period, bigtime_t timeout) argument
270 RunLater(FunctionObjectWithResult<bool>* functor, bigtime_t delay, bigtime_t period) argument
278 RunLater(FunctionObjectWithResult<bool>* functor, bigtime_t delay, bigtime_t period, bigtime_t timeout) argument
/haiku-fatelf/src/apps/soundrecorder/
H A DTransportButton.cpp70 const BMessage *message, bigtime_t period);
75 bigtime_t period);
85 bigtime_t period; member in class:PeriodicMessageSender
92 const BMessage *message, bigtime_t period)
95 period(period),
103 bigtime_t period)
106 message, period);
139 snooze(period);
213 BMessage *pressingMessage, BMessage *donePressingMessage, bigtime_t period,
91 PeriodicMessageSender(BMessenger target, const BMessage *message, bigtime_t period) argument
102 Launch(BMessenger target, const BMessage *message, bigtime_t period) argument
208 TransportButton(BRect frame, const char *name, const unsigned char *normalBits, const unsigned char *pressedBits, const unsigned char *disabledBits, BMessage *invokeMessage, BMessage *startPressingMessage, BMessage *pressingMessage, BMessage *donePressingMessage, bigtime_t period, uint32 key, uint32 modifiers, uint32 resizeFlags) argument
[all...]
H A DTransportButton.h34 bigtime_t period = 0, // pressing message period
/haiku-fatelf/src/add-ons/kernel/busses/scsi/53c8xx/
H A Dsymbios.h109 uint32 period; /* sync period */ member in struct:_SymTarg
153 uint period; /* negotiated period */ member in struct:_Symbios::__anon1393
154 uint period_ns; /* configured period in ns */
H A D53c8xx.c88 st->period,
153 #define symf_short 0x0010 /* short max period (8) */
180 setparams(SymTarg *t, uint period, uint offset, uint wide) argument
191 if(period){
194 if(period <= s->syncinfo[i].period){
195 t->period = s->syncinfo[i].period;
203 kprintf("symbios%ld: target %ld sync period=%ld, offset=%d\n",
204 s->num, t->id, t->period, offse
[all...]
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Dhostchan.h308 * delay for a given period (in microseconds)
310 void Adp_delay(unsigned int period);
H A Dhostchan.c1052 * delay for a given period (in microseconds)
1054 void Adp_delay(unsigned int period) argument
1059 printf("delaying for %d microseconds\n", period);
1061 tv.tv_sec = (period / 1000000);
1062 tv.tv_usec = (period % 1000000);
/haiku-fatelf/src/kits/interface/
H A DColumnTypes.cpp430 char *period = 0; local
434 period = tmp;
436 if (period && period[1] && period[2] == '0') {
438 for (tmp = &period[2]; *tmp; tmp++)
/haiku-fatelf/headers/os/drivers/
H A DKernelExport.h68 bigtime_t period; member in struct:timer
134 extern status_t add_timer(timer *t, timer_hook hook, bigtime_t period,
/haiku-fatelf/src/kits/media/
H A DSoundConsumer.cpp271 // scheduling period. If we don't know anything
275 // be too picky about the jitter. Half a period
281 bigtime_t period = 10000; local
283 period = buffer_duration(m_input.format.u.raw_audio);
287 period, period / 2, ProcessingLatency());
/haiku-fatelf/src/bin/network/tcpdump/
H A Dieee802_11.h168 u_int8_t period; member in struct:cf_t
177 u_int8_t period; member in struct:tim_t
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/functional/threads/pi_test/
H A Dpitest-1.c163 double period = 250; local
176 ts.tv_nsec = period * 1000 * 1000;
H A Dpitest-4.c145 double period = 300; local
158 ts.tv_nsec = period * 1000 * 1000;
H A Dpitest-5.c181 double period = 300; local
196 ts.tv_nsec = period * 1000 * 1000;
H A Dpitest-6.c164 double period = 250; local
176 ts.tv_nsec = period * 1000 * 1000;
H A Dpitest-2.c164 double period = 300; local
177 ts.tv_nsec = period * 1000 * 1000;
H A Dpitest-3.c174 double period = 300; local
190 ts.tv_nsec = period * 1000 * 1000;
/haiku-fatelf/src/bin/coreutils/src/
H A Dfmt.c90 /* Cost of breaking a line after a period not marking end of a sentence.
139 unsigned int period:1; /* ends in [.?!])* */ member in struct:Word
590 (word_limit - 1)->period = (word_limit - 1)->final = true;
680 || (word_limit->period
759 w->period = isperiod (*finish);
894 if ((this - 1)->period)
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5312/
H A Dar5312_attach.c54 .period = 100,

Completed in 124 milliseconds

123