| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | configure.com | 3245 $ WS := "write CONFIG" 3263 $ WS "#if defined(__DECC) || defined(__DECCXX)" 3264 $ WS "#include <stdlib.h>" 3265 $ WS "#endif" 3266 $ WS "#include <stdio.h>" 3267 $ WS "int main()" 3268 $ WS "{" 3269 $ WS "printf(""%d\n"", sizeof(''tmp'));" 3270 $ WS "exit(0);" 3271 $ WS "}" [all...] |
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | gengtype-lex.l | 56 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}?";" { 132 [^[:alnum:]_]typedef{WS}{ID}{WS}{ID}{WS}PARAMS { 149 [^[:alnum:]_]typedef{WS}{ID}{WS}{ID}{WS}"(" { 166 [^[:alnum:]_]typedef{WS}{ID}{WS}?"*"?{WS}?"("{WS}?"*"{WS}?{ID}{WS}?")"{WS}?PARAMS { 183 [^[:alnum:]_]typedef{WS}{ID}{WS}?"*"?{WS}?"("{WS}?"*"{WS}?{ID}{WS}?")"{WS}?"(" { 200 [^[:alnum:]_](typedef{WS})?(struct|union){WS}{ID}{WS}/"GTY" { 230 [^[:alnum:]_](extern|static){WS}/"GTY" { [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | gengtype-lex.l | 53 WS [[:space:]]+ 55 ITYPE {IWORD}({WS}{IWORD})* 62 [^[:alnum:]_]typedef{WS}(struct|union){WS}{ID}{WS}?[*[:space:]]{WS}?{ID}{WS}?";" { 94 [^[:alnum:]_]typedef{WS}{ITYPE}{WS}{ID}{WS}?";" { 121 [^[:alnum:]_]typedef{WS}{ID}{WS}{ID}{WS}PARAMS { 136 [^[:alnum:]_]typedef{WS}{ID}{WS}?"("{WS}?"*"{WS}?{ID}{WS}?")"{WS}?PARAMS { 152 [^[:alnum:]_](typedef{WS})?(struct|union){WS}{ID}{WS}/"GTY" { 180 [^[:alnum:]_](extern|static){WS}/"GTY" { 186 ^"%union"{WS}"{"{WS}/"GTY" { 198 {WS} { update_lineno (yytext, yyleng); } [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/MCA/HardwareUnits/ |
| H A D | RegisterFile.cpp | 27 WriteRef::WriteRef(unsigned SourceIndex, WriteState *WS) in WriteRef() argument 29 Write(WS) {} in WriteRef() 107 for (WriteState &WS : IS->getDefs()) { in onInstructionExecuted() 108 if (WS.isEliminated()) in onInstructionExecuted() 111 MCPhysReg RegID = WS.getRegisterID(); in onInstructionExecuted() 118 assert(WS.getCyclesLeft() != UNKNOWN_CYCLES && in onInstructionExecuted() 120 assert(WS.getCyclesLeft() <= 0 && "Invalid cycles left for this write!"); in onInstructionExecuted() 127 if (WR.getWriteState() == &WS) in onInstructionExecuted() 132 if (OtherWR.getWriteState() == &WS) in onInstructionExecuted() 136 if (!WS.clearsSuperRegisters()) in onInstructionExecuted() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 472 const auto &WS = static_cast<const MCSymbolWasm &>(S); in executePostLayoutBinding() local 473 if (WS.isDefined() && WS.isFunction() && !WS.isVariable()) { in executePostLayoutBinding() 1349 const auto &WS = static_cast<const MCSymbolWasm &>(S); in prepareImports() local 1353 if (WS.isFunction()) { in prepareImports() 1361 if (WS.isTag()) in prepareImports() 1362 registerTagType(WS); in prepareImports() 1364 if (WS.isTemporary()) in prepareImports() 1368 if (!WS.isDefined() && !WS.isComdat()) { in prepareImports() 1369 if (WS.isFunction()) { in prepareImports() 1371 Import.Module = WS.getImportModule(); in prepareImports() [all …]
|
| /openbsd-src/usr.sbin/mailwrapper/ |
| H A D | mailwrapper.c | 121 #define WS " \t\n" in main() macro 124 cp += strspn(cp, WS); in main() 131 if ((from = strsep(&cp, WS)) == NULL || cp == NULL) in main() 134 cp += strspn(cp, WS); in main() 136 if ((to = strsep(&cp, WS)) == NULL) in main() 140 for (ap = strsep(&cp, WS); ap != NULL; in main() 141 ap = strsep(&cp, WS)) in main()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjCopy/wasm/ |
| H A D | WasmReader.cpp | 24 const WasmSection &WS = WasmObj.getWasmSection(Sec); in create() local 26 {static_cast<uint8_t>(WS.Type), WS.Name, WS.Content}); in create()
|
| /openbsd-src/usr.bin/lex/ |
| H A D | scan.l | 111 WS [[:blank:]]+ 144 ^{WS} indented_code = true; BEGIN(CODEBLOCK); 146 ^#{OPTWS}line{WS} yy_push_state( LINEDIR ); 165 {WS} /* discard */ 182 ^"%"{LEXOPT}{WS}.*{NL} ++linenum; /* ignore */ 293 {WS} /* separates name and definition */ 328 {WS} option_sense = true; 467 ^{WS}.* ACTION_ECHO; /* indented code in prolog */ 518 {WS}"%{" { 529 {WS}"|" [all...] |
| /openbsd-src/lib/libcrypto/conf/ |
| H A D | keysets.pl | 8 $WS=0x10; 26 $v|=$WS if ($c =~ /[ \t\r\n]/); 45 $v|=$WS if ($c =~ /[ \t\r\n]/); 121 #define CONF_WS $WS
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | WasmAsmParser.cpp | 191 MCSectionWasm *WS = getContext().getWasmSection( in parseSectionDirective() local 194 if (WS->getSegmentFlags() != Flags) in parseSectionDirective() 197 utohexstr(WS->getSegmentFlags())); in parseSectionDirective() 200 if (!WS->isWasmData()) in parseSectionDirective() 202 WS->setPassive(); in parseSectionDirective() 205 getStreamer().switchSection(WS); in parseSectionDirective()
|
| /openbsd-src/gnu/llvm/llvm/lib/MCA/Stages/ |
| H A D | InOrderIssueStage.cpp | 90 for (const WriteState &WS : IR.getInstruction()->getDefs()) { in findFirstWriteBackCycle() local 91 int CyclesLeft = WS.getCyclesLeft(); in findFirstWriteBackCycle() 93 CyclesLeft = WS.getLatency(); in findFirstWriteBackCycle() 165 for (WriteState &WS : IS.getDefs()) in addRegisterReadWrite() 166 PRF.addRegisterWrite(WriteRef(SourceIndex, &WS), UsedRegs); in addRegisterReadWrite() 341 for (const WriteState &WS : IS.getDefs()) in retireInstruction() local 342 PRF.removeRegisterWrite(WS, FreedRegs); in retireInstruction()
|
| H A D | RetireStage.cpp | 69 for (const WriteState &WS : Inst.getDefs()) in notifyInstructionRetired() local 70 PRF.removeRegisterWrite(WS, FreedRegs); in notifyInstructionRetired()
|
| H A D | DispatchStage.cpp | 119 for (WriteState &WS : IS.getDefs()) in dispatch() 120 PRF.addRegisterWrite(WriteRef(IR.getSourceIndex(), &WS), RegisterFiles); in dispatch()
|
| /openbsd-src/gnu/llvm/llvm/lib/MCA/ |
| H A D | Instruction.cpp | 136 for (const WriteState &WS : getDefs()) { in computeCriticalRegDep() local 137 const CriticalDependency &WriteCRD = WS.getCriticalRegDep(); in computeCriticalRegDep() 180 for (WriteState &WS : getDefs()) in execute() 181 WS.onInstructionIssued(IID); in execute()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/ |
| H A D | RegisterFile.h | 51 WriteRef(unsigned SourceIndex, WriteState *WS); 264 void removeRegisterWrite(const WriteState &WS, 269 bool canEliminateMove(const WriteState &WS, const ReadState &RS,
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-mca/Views/ |
| H A D | RegisterFileStatistics.cpp | 67 const WriteState &WS = Inst.getDefs()[I]; in updateMoveElimInfo() local 73 if (WS.isEliminated()) in updateMoveElimInfo() 75 if (WS.isWriteZero() && RS.isReadZero()) in updateMoveElimInfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | Host.cpp | 577 void llvm::format_provider<WaitStatus>::format(const WaitStatus &WS, in format() argument 582 switch (WS.type) { in format() 593 OS << formatv("{0}{1:x-2}", type, WS.status); in format() 599 switch(WS.type) { in format() 610 OS << desc << " " << int(WS.status); in format()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | LexicalScopes.cpp | 243 LexicalScope *WS = ScopePosition.first; in constructScopeNest() local 245 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren(); in constructScopeNest() 252 WS->setDFSOut(++Counter); in constructScopeNest()
|
| /openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| H A D | 3287.crt | 18 fpe+aeCEuuW/oBwvpBBqj6HQS5pgsdWdaIA2GItDPVl/WS+a9hr7PkIPL/ZkETxR
|
| H A D | 2362.crt | 17 DQEBCwUAA4IBAQBASv+4WS/jc2FV0VakMd2OUx/WtBBcr6Qx1T54lcDb+oeEsEMQ
|
| H A D | 2198.key | 16 04WS/qhtegyKWHysKB6EJBxnqJVaYTdTOkMDLlMmxxHu+8RSRE/TbtgoU9IK5LGd
|
| H A D | 2467.key | 11 mWnu8JogqZ2+TVZIeBdSMu260wI65e/EqtQLEJVKEQ79xAjyDn/WS+Kq0t/leWnk
|
| H A D | 2305.chain | 36 hOUNYoz7tpO52g+MOKGE+sqqBm0Of3JuqfGqPjpafVQQ5N1+45WS+uezTUSAWFm5
|
| H A D | 3290.chain | 45 bHWRqXBtF3uMUwcwyk/x1nl7vCbaEDqClJPtu/WS/nbIk/6soMjtHoNpIBsjF8xZ
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 766 auto WS = cast<MCSectionWasm>(getStreamer().getCurrentSection().first); in CheckDataSection() local 767 if (WS && WS->getKind().isText()) in CheckDataSection() 1110 auto *WS = in doBeforeLabelEmit() local 1113 getStreamer().switchSection(WS); in doBeforeLabelEmit() 1116 getContext().addGenDwarfSection(WS); in doBeforeLabelEmit()
|