Searched refs:period (Results 176 - 186 of 186) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1735 K == tok::period || K == tok::arrow ||
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex603 % @. is an end-of-sentence period.
2945 % period following counts as ending a sentence. (Idea found in latex.)
2981 % We do .5em per period so that it has the same spacing in the cm
2982 % typewriter fonts as three actual period characters; on the other hand,
3759 % Call \doitemize, adding a period to the first argument and supplying the
3882 % we'll always have a period there to be parsed.
/freebsd-11-stable/sys/dev/isp/
H A Disp.c7232 uint16_t flags, period, offset; local
7294 isp_prt(isp, ISP_LOGDEBUG0, "bus %d set tgt %d flags 0x%x off 0x%x period 0x%x",
7312 period = mbs.param[3] & 0xff;
7315 sdp->isp_devparam[tgt].actv_period = period;
7878 * be a shorter period than this.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp5058 if (getLangOpts().ObjC && NextToken().is(tok::period))
6073 if (Tok.isOneOf(tok::period, tok::arrow))
H A DParsePragma.cpp3174 // Parse the optional namespace followed by a period.
3181 if (!Tok.is(tok::period)) {
/freebsd-11-stable/usr.sbin/ppp/
H A Dcommand.c1621 log_Printf(LogWARN, "%ld: Invalid FSM retry period - min %d\n",
1728 log_Printf(LogWARN, "autoload: %s: Invalid throughput period\n",
1736 arg->bundle->ncp.mp.cfg.autoload.period = v3;
2072 log_Printf(LogWARN, "%ld: Invalid lqr period - min %d\n",
2191 log_Printf(LogWARN, "%ld: Invalid CBCP FSM retry period - min %d\n",
2425 "LQR period", "set lqr/echo period value", (const void *)VAR_LQRPERIOD},
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_all.h3836 u_int scsi_calc_syncparam(u_int period);
/freebsd-11-stable/sys/net80211/
H A Dieee80211_output.c1824 *frm++ = 2; /* CFP period */
1974 quiet->period = vap->iv_quiet_period;
2978 tie->tim_period = vap->iv_dtim_period; /* DTIM period */
3349 /* count down DTIM period */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp2208 case tgtok::period: {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10946 E->isArrow()? tok::arrow : tok::period,
12098 E->isArrow()? tok::arrow : tok::period,
13633 Base, OperatorLoc, isArrow ? tok::arrow : tok::period, SS, ScopeType,
H A DSemaDecl.cpp1146 if (NextToken.is(tok::period)) {

Completed in 403 milliseconds

12345678