Searched refs:period (Results 26 - 50 of 54) sorted by relevance

123

/haiku-fatelf/src/tests/system/kernel/scheduler/
H A Dmain.cpp297 add_timer(timer *event, timer_hook hook, bigtime_t period, int32 flags) argument
/haiku-fatelf/src/kits/tracker/
H A DWidgetAttributeText.cpp133 char* period = 0; local
136 period = tmp;
138 if (period && period[1] && period[2] == '0')
140 for (char* tmp = &period[2]; *tmp; tmp++)
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c315 ar5416SetQuiet(struct ath_hal *ah, uint32_t period, uint32_t duration, argument
318 uint32_t period_us = TU_TO_USEC(period); /* convert to us unit */
H A Dar5416.h200 extern HAL_STATUS ar5416SetQuiet(struct ath_hal *ah, uint32_t period,
H A Dar5416_ani.c882 /* restart ANI period if listenTime is invalid */
891 if (aniState->listenTime > 5*params->period) {
903 } else if (aniState->listenTime > params->period) {
H A Dar5416_attach.c58 .period = 100,
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9001/
H A Dar9160_attach.c81 .period = 100,
/haiku-fatelf/src/apps/cortex/NodeManager/
H A DNodeRef.h299 // Realistically, period should be > 10000 or so.
302 bigtime_t period);
H A DNodeGroup.cpp1288 bigtime_t period = m_endPosition - m_startPosition;
1289 if(period <= 0LL)
1295 bigtime_t tpStop = period;
H A DNodeRef.cpp580 // Realistically, period should be > 10000 or so.
583 bigtime_t period) {
586 if(period < 1000LL)
588 m_positionUpdatePeriod = period;
582 setPositionUpdatePeriod( bigtime_t period) argument
/haiku-fatelf/src/system/kernel/
H A DUserTimer.cpp360 fTimer.period = 0;
690 fTimer.period = 0;
699 // We use B_TIMER_USE_TIMER_STRUCT_TIMES, so period remains 0, which
990 fTimer.period = 0;
H A Dthread.cpp217 alarm.period = 0;
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9285_attach.c98 .period = 100,
H A Dar9287_attach.c97 .period = 100,
H A Dar9280_attach.c93 .period = 100,
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212.h171 int period; /* update listen period */ member in struct:ar5212AniParams
510 extern HAL_STATUS ar5212SetQuiet(struct ath_hal *ah, uint32_t period,
H A Dar5212_ani.c968 /* restart ANI period if listenTime is invalid */
977 if (aniState->listenTime > 5*params->period) {
990 } else if (aniState->listenTime > params->period) {
H A Dar5212_misc.c636 ar5212SetQuiet(struct ath_hal *ah, uint32_t period, uint32_t duration, argument
639 OS_REG_WRITE(ah, AR_QUIET2, period | (duration << AR_QUIET2_QUIET_DUR_S));
H A Dar5212_attach.c205 .period = 100,
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_internal.h717 int period; /* update listen period */ member in struct:__anon2041
H A Dah.h292 uint32_t tqi_cbrPeriod; /* CBR period (us) */
604 #define HAL_BEACON_PERIOD 0x0000ffff /* beacon interval period */
608 uint16_t bs_cfpperiod; /* CFP period in TU */
750 * Flag for setting QUIET period
959 HAL_STATUS __ahdecl(*ah_setQuiet)(struct ath_hal *ah, uint32_t period,
/haiku-fatelf/src/bin/network/wget/
H A Dmaint.mk182 # Error messages should not end with a period
186 { echo '$(ME): found error message ending in period' 1>&2; \
/haiku-fatelf/docs/user/
H A Dapidoc.dox535 not a full sentence, but it does end with a period.
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex607 % period following counts as ending a sentence. (Idea found in latex.)
646 % @. is an end-of-sentence period.
1076 % We do .5em per period so that it has the same spacing in a typewriter
1077 % font as three actual period characters.
2444 % Call \doitemize, adding a period to the first argument and supplying the
2567 % we'll always have a period there to be parsed.
/haiku-fatelf/src/bin/gdb/gdb/
H A DChangeLog-3.x75 Delete extra space before "also set at" and add period at end.
2998 actual sun2 status (no floating point period; sun3-dep.c unless

Completed in 238 milliseconds

123