Searched refs:period (Results 126 - 150 of 213) sorted by relevance

123456789

/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp305 Tok.isOneOf(tok::period, tok::plusplus, tok::minusminus) ||
723 if (!NextToken.isOneOf(tok::equal, tok::arrow, tok::period))
1182 if (getLangOpts().ObjC && Tok.is(tok::period) &&
1858 case tok::period:
2182 case tok::period: {
2229 OpKind == tok::arrow ? tok::period : tok::arrow;
2270 if (getLangOpts().ObjC && OpKind == tok::period &&
2709 if (Tok.is(tok::period)) {
3182 GetLookAheadToken(1).isNot(tok::period)) {
/freebsd-current/sys/contrib/dev/rtw89/
H A Dfw.c3092 RTW89_SET_FWCMD_CHINFO_PERIOD(cmd, ch_info->period);
3733 ch_info->period = RTW89_CHANNEL_TIME_6G + RTW89_DWELL_TIME_6G;
3770 ch_info->period -= RTW89_DWELL_TIME_6G;
3803 ch_info->period = max_t(u8, ch_info->period,
3839 ch_info->period = req->duration;
3841 ch_info->period = RTW89_CHANNEL_TIME_6G +
3844 ch_info->period = RTW89_CHANNEL_TIME;
3860 off_chan_time + ch_info->period > RTW89_OFF_CHAN_TIME) {
3869 tmp->period
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h1018 unsigned int period,
1027 return wpa_s->driver->p2p_lo_start(wpa_s->drv_priv, channel, period,
1016 wpa_drv_p2p_lo_start(struct wpa_supplicant *wpa_s, unsigned int channel, unsigned int period, unsigned int interval, unsigned int count, const u8 *device_types, size_t dev_types_len, const u8 *ies, size_t ies_len) argument
/freebsd-current/sys/dev/ath/ath_hal/ar5212/
H A Dar5212.h171 int period; /* update listen period */ member in struct:ar5212AniParams
525 extern HAL_STATUS ar5212SetQuiet(struct ath_hal *ah, uint32_t period,
H A Dar5212_ani.c999 /* restart ANI period if listenTime is invalid */
1011 if (aniState->listenTime > 5*params->period) {
1024 } else if (aniState->listenTime > params->period) {
H A Dar5212_misc.c637 ar5212SetQuiet(struct ath_hal *ah, uint32_t period, uint32_t duration, argument
640 OS_REG_WRITE(ah, AR_QUIET2, period | (duration << AR_QUIET2_QUIET_DUR_S));
/freebsd-current/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_ani.c946 /* restart ANI period if listenTime is invalid */
960 if (aniState->listenTime > 5*params->period) {
974 } else if (aniState->listenTime > params->period) {
H A Dar5416.h246 extern HAL_STATUS ar5416SetQuiet(struct ath_hal *ah, uint32_t period,
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp570 NextTok->isOneOf(tok::comma, tok::period, tok::colon,
921 if (I->Tok->isNot(tok::period))
1226 tok::period, tok::periodstar, tok::arrow, tok::arrowstar,
1823 case tok::period:
3029 tok::l_square, tok::period, tok::l_paren) ||
3313 case tok::period:
3931 FormatTok->isOneOf(tok::period, tok::comma))) {
4242 if (FormatTok->isOneOf(tok::star, tok::period, tok::periodstar,
H A DFormatTokenLexer.cpp124 tok::period};
136 Tokens.back()->Tok.setKind(tok::period);
568 return Tok->isOneOf(tok::period, tok::l_paren, tok::comma, tok::l_brace,
H A DSortJavaScriptImports.cpp533 if (Current->isNot(tok::period))
/freebsd-current/sys/kern/
H A Dsched_ule.c1785 * the pcpu requirements are met for any calls in the period between curthread
1829 * over half of the ticks rollover period.
3289 int error, new_val, period; local
3291 period = 1000000 / realstathz;
3292 new_val = period * sched_slice;
3298 sched_slice = imax(1, (new_val + period / 2) / period);
3334 "Average period in stathz ticks to run the long-term balancer");
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dwmi-ops.h149 u32 period, u32 duration,
1172 ath10k_wmi_pdev_set_quiet_mode(struct ath10k *ar, u32 period, u32 duration, argument
1180 skb = ar->wmi.ops->gen_pdev_set_quiet_mode(ar, period, duration,
/freebsd-current/sys/contrib/xen/
H A Ddomctl.h386 uint32_t period; member in struct:xen_domctl_sched_rtds
/freebsd-current/contrib/tcpdump/
H A Dprint-802_11.c232 uint8_t period; member in struct:cf_t
241 uint8_t period; member in struct:tim_t
1290 cf.period = GET_U_1(p + offset);
1325 tim.period = GET_U_1(p + offset);
/freebsd-current/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c558 ar5211SetQuiet(struct ath_hal *ah, uint32_t period, uint32_t duration, argument
/freebsd-current/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c556 ar5210SetQuiet(struct ath_hal *ah, uint32_t period, uint32_t duration, argument
/freebsd-current/sys/net/altq/
H A Daltq_priq.c603 sp->period = cl->cl_period;
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7615/
H A Ddebugfs.c583 &dev->radar_pattern.period);
H A Dmt7615.h266 u32 period; member in struct:mt7615_dev::__anon280
/freebsd-current/sys/contrib/dev/rtw88/
H A Dfw.c770 .period = 5,
777 SET_KEEP_ALIVE_CHECK_PERIOD(h2c_pkt, mode.period);
788 .period = 30,
797 SET_DISCONNECT_DECISION_CHECK_PERIOD(h2c_pkt, mode.period);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp317 while (ConsumeToken(tok::raw_identifier, tok::comma, tok::period,
/freebsd-current/sys/arm/arm/
H A Dgeneric_timer.c343 sbintime_t period __unused)
/freebsd-current/sys/dev/enetc/
H A Denetc_hw.h537 uint32_t period; member in struct:gce
/freebsd-current/contrib/wpa/src/p2p/
H A Dp2p.c4660 int p2p_ext_listen(struct p2p_data *p2p, unsigned int period, argument
4663 if (period > 65535 || interval > 65535 || period > interval ||
4664 (period == 0 && interval > 0) || (period > 0 && interval == 0)) {
4665 p2p_dbg(p2p, "Invalid Extended Listen Timing request: period=%u interval=%u",
4666 period, interval);
4679 p2p_dbg(p2p, "Enabling Extended Listen Timing: period %u msec, interval %u msec",
4680 period, interval);
4681 p2p->ext_listen_period = period;
[all...]

Completed in 517 milliseconds

123456789