Searched refs:WS (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-11-stable/contrib/gcc/
H A Dgengtype-lex.l56 WS [[:space:]]+
58 ITYPE {IWORD}({WS}{IWORD})*
65 [^[:alnum:]_]typedef{WS}(struct|union){WS}{ID}{WS}?[*[:space:]]{WS}?{ID}{WS}?";" {
104 [^[:alnum:]_]typedef{WS}{ITYPE}{WS}{ID}{WS}
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp149 WriteState &WS = *Write.getWriteState(); local
150 MCPhysReg RegID = WS.getRegisterID();
171 bool IsWriteZero = WS.isWriteZero();
172 bool IsEliminated = WS.isEliminated();
175 WS.setPRF(RRI.IndexPlusCost.first);
181 if (!WS.clearsSuperRegisters()) {
191 OtherWS->addUser(OtherWrite.getSourceIndex(), &WS);
198 WS.clearsSuperRegisters() ? RegID : WS.getRegisterID();
227 if (!WS
243 removeRegisterWrite( const WriteState &WS, MutableArrayRef<unsigned> FreedPhysRegs) argument
291 tryEliminateMove(WriteState &WS, ReadState &RS) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp414 const auto &WS = static_cast<const MCSymbolWasm &>(S); local
415 if (WS.isDefined() && WS.isFunction() && !WS.isVariable()) {
1145 const auto &WS = static_cast<const MCSymbolWasm &>(S); local
1149 if (WS.isFunction())
1150 registerFunctionType(WS);
1152 if (WS.isEvent())
1153 registerEventType(WS);
1155 if (WS
1200 const auto &WS = static_cast<const MCSymbolWasm &>(S); local
1290 const auto &WS = static_cast<const MCSymbolWasm &>(S); local
1417 const auto &WS = static_cast<const MCSymbolWasm &>(S); local
1441 const auto &WS = static_cast<const MCSymbolWasm &>(S); local
1511 const auto &WS = static_cast<const MCSectionWasm &>(S); local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_getopt.c45 #define WS "\t\n " macro
63 optstring = strtok(&line[6], WS);
75 args[nargs = 0] = strtok(&line[6], WS);
81 while ((args[++nargs] = strtok(NULL, WS)) != NULL)
94 result = strtok(&line[8], WS);
H A Dh_getopt_long.c48 #define WS "\t\n " macro
69 optstring = strtok(&line[11], WS);
85 ptr = strtok(&line[10], WS);
160 args[nargs = 0] = strtok(&line[6], WS);
165 while ((args[++nargs] = strtok(NULL, WS)) != NULL)
173 result = strtok(&line[8], WS);
/freebsd-11-stable/usr.sbin/mailwrapper/
H A Dmailwrapper.c132 #define WS " \t\n" macro
135 cp += strspn(cp, WS);
142 if ((from = strsep(&cp, WS)) == NULL || cp == NULL)
145 cp += strspn(cp, WS);
147 if ((to = strsep(&cp, WS)) == NULL)
151 for (ap = strsep(&cp, WS); ap != NULL;
152 ap = strsep(&cp, WS)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DRetireStage.cpp59 for (const WriteState &WS : Inst.getDefs())
60 PRF.removeRegisterWrite(WS, FreedRegs);
H A DDispatchStage.cpp123 for (WriteState &WS : IS.getDefs())
124 PRF.addRegisterWrite(WriteRef(IR.getSourceIndex(), &WS), RegisterFiles);
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dfont.cpp34 const char *const WS = " \t\n\r"; variable
587 p = strtok(t.buf, WS);
591 p = strtok(0, WS);
600 p = strtok(0, WS);
610 p = strtok(0, WS);
630 p = strtok(0, WS);
661 char *c1 = strtok(t.buf, WS);
664 char *c2 = strtok(0, WS);
669 p = strtok(0, WS);
700 char *nm = strtok(t.buf, WS);
[all...]
/freebsd-11-stable/contrib/flex/
H A Dscan.l109 WS [[:blank:]]+
142 ^{WS} indented_code = true; BEGIN(CODEBLOCK);
144 ^#{OPTWS}line{WS} yy_push_state( LINEDIR );
163 {WS} /* discard */
180 ^"%"{LEXOPT}{WS}.*{NL} ++linenum; /* ignore */
291 {WS} /* separates name and definition */
326 {WS} option_sense = true;
464 ^{WS}.* ACTION_ECHO; /* indented code in prolog */
515 {WS}"%{" {
526 {WS}"|"
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp143 for (const WriteState &WS : getDefs()) {
144 const CriticalDependency &WriteCRD = WS.getCriticalRegDep();
175 for (WriteState &WS : getDefs())
176 WS.onInstructionIssued(IID);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h201 // Removes write \param WS from the register mappings.
204 void removeRegisterWrite(const WriteState &WS,
207 // Returns true if a move from RS to WS can be eliminated.
208 // On success, it updates WriteState by setting flag `WS.isEliminated`.
209 // If RS is a read from a zero register, and WS is eliminated, then
210 // `WS.WritesZero` is also set, so that method addRegisterWrite() would not
212 bool tryEliminateMove(WriteState &WS, ReadState &RS);
/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A Ddevice.c26 #define WS " \t\r\n" macro
117 p = strtok(buf, WS);
138 q = strtok((char *)0, WS);
205 p = strtok(buf, WS);
207 if (p && strcmp(p, "charset") == 0 && strtok((char *)0, WS) == 0)
411 name = strtok(buf, WS);
414 p = strtok((char *)0, WS);
432 p = strtok((char *)0, WS);
437 p = strtok((char *)0, WS);
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_resolv.c48 #define WS " \t\n\r" macro
85 for (ptr = strtok(line, WS); ptr; ptr = strtok(NULL, WS))
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DRegisterFileStatistics.cpp65 const WriteState &WS = Inst.getDefs()[0]; local
71 if (WS.isEliminated())
73 if (WS.isWriteZero() && RS.isReadZero())
/freebsd-11-stable/contrib/nvi/common/
H A Dmultibyte.h63 #define WS "%ls" macro
97 #define WS "%s" macro
/freebsd-11-stable/contrib/amd/amd/
H A Dconf_tok.l158 dprintf("%8d: Non-WS string \"%s\"\n", yytext);
164 dprintf("%8d: QUOTED-Non-WS-EQ string \"%s\"\n", yytext);
172 dprintf("%8d: Non-WS-EQ string \"%s\"\n", yytext);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h608 WriteRef(unsigned SourceIndex, WriteState *WS) : Data(SourceIndex, WS) {} argument
624 const WriteState *WS = getWriteState(); local
625 return !WS || WS->isExecuted();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp646 void llvm::format_provider<WaitStatus>::format(const WaitStatus &WS, argument
651 switch (WS.type) {
662 OS << formatv("{0}{1:x-2}", type, WS.status);
668 switch(WS.type) {
679 OS << desc << " " << int(WS.status);
/freebsd-11-stable/crypto/openssl/crypto/conf/
H A Dkeysets.pl8 $WS=0x10;
26 $v|=$WS if ($c =~ /[ \t\r\n]/);
45 $v|=$WS if ($c =~ /[ \t\r\n]/);
123 #define CONF_WS $WS
/freebsd-11-stable/lib/libc/tests/resolv/
H A Dresolv_test.c49 #define WS " \t\n\r" macro
82 for (ptr = strtok(line, WS); ptr; ptr = strtok(NULL, WS)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp239 LexicalScope *WS = WorkStack.back(); local
240 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren();
251 WS->setDFSOut(++Counter);
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_bang.c91 (void)ex_printf(sp, "!"WS"\n", ap->bp);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h243 static void format(const lldb_private::WaitStatus &WS, raw_ostream &OS,
/freebsd-11-stable/contrib/dtc/
H A Ddtc-lexer.l32 WS [[:space:]]
79 <*>"/include/"{WS}*{STRING} {
253 <*>{WS}+ /* eat whitespace */

Completed in 176 milliseconds

12