| /netbsd-src/external/bsd/openldap/dist/contrib/ |
| H A D | ConfigOIDs | 3 OLcfgCt{Oc|At}:1 smbk5pwd 4 OLcfgCt{Oc|At}:2 autogroup 5 OLcfgCt{Oc|At}:3 nssov 6 OLcfgCt{Oc|At}:4 cloak 7 OLcfgCt{Oc|At}:5 lastbind 8 OLcfgCt{Oc|At}:6 adremap
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | export-variants.mk | 12 . warning At this point, no variable should be exported. 16 . warning At this point, no variable should be exported. 20 . warning At this point, no variable should be exported. 28 . warning At this point, a single variable should be exported. 32 . warning At this point, a single variable should be exported. 36 . warning At this point, a single variable should be exported.
|
| H A D | varname-dot-parsedir.exp | 1 make: "varname-dot-parsedir.mk" line 37: At this point, .PARSEDIR is undefined. 4 At run time, .PARSEDIR is undefined.
|
| H A D | varname-dot-parsefile.exp | 1 make: "varname-dot-parsefile.mk" line 32: At this point, .PARSEFILE is undefined. 4 At run time, .PARSEFILE is undefined.
|
| H A D | varname-dot-parsefile.mk | 32 .info At this point, .PARSEFILE is undefined. 46 @echo At run time, .PARSEFILE is ${.PARSEFILE:Uundefined}.
|
| H A D | varname-dot-parsedir.mk | 37 .info At this point, .PARSEDIR is undefined. 51 @echo At run time, .PARSEDIR is ${.PARSEDIR:Uundefined}.
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
| H A D | FormatTokenLexer.cpp | 186 auto &At = *(Tokens.end() - 2); in tryMergeNSStringLiteral() local 188 if (!At->is(tok::at) || !String->is(tok::string_literal)) in tryMergeNSStringLiteral() 190 At->Tok.setKind(tok::string_literal); in tryMergeNSStringLiteral() 191 At->TokenText = StringRef(At->TokenText.begin(), in tryMergeNSStringLiteral() 192 String->TokenText.end() - At->TokenText.begin()); in tryMergeNSStringLiteral() 193 At->ColumnWidth += String->ColumnWidth; in tryMergeNSStringLiteral() 194 At->setType(TT_ObjCStringLiteral); in tryMergeNSStringLiteral() 281 auto &At = *(Tokens.end() - 2); in tryMergeCSharpStringLiteral() local 282 if (!(At->is(tok::at) || At->TokenText == "$")) in tryMergeCSharpStringLiteral() 285 if (Tokens.size() > 2 && At->is(tok::at)) { in tryMergeCSharpStringLiteral() [all …]
|
| /netbsd-src/external/gpl2/groff/dist/contrib/mom/examples/ |
| H A D | sample_docs.mom | 60 At vero eos et accusam et justo duo do\%lo\%re et ea rebum. 68 ut labore et do\%lo\%re magna ali\%quyam erat, sed diam voluptua. At 74 At vero eos et accusam et justo duo do\%lo\%res et ea rebum. Stet clita 90 ali\%quyam erat, sed diam voluptua. At vero eos et accusam et 93 At vero eos et accusam et justo duo do\%lo\%res et ea rebum. Stet clita 103 voluptua. At vero eos et accusam et justo duo do\%lo\%res et ea rebum. 114 sed diam voluptua. At vero eos et accusam et justo duo do\%lo\%res et 124 At vero eos et accusam et justo duo do\%lo\%res et ea rebum. Stet clita 128 sed diam voluptua. At vero eos et accusam et justo duo do\%lo\%res et 131 ali\%quyam erat, sed diam voluptua. At vero eos et accusam et justo [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenMux.cpp | 107 MachineBasicBlock::iterator At; member 115 : At(It), DefR(DR), PredR(PR), SrcT(TOp), SrcF(FOp), Def1(&D1), in MuxInfo() 327 MachineBasicBlock::iterator At = CanDown ? Def2 : Def1; in genMuxInBlock() local 328 ML.push_back(MuxInfo(At, DR, PR, SrcT, SrcF, Def1, Def2)); in genMuxInBlock() 338 if (!MX.At->getParent() || !MX.Def1->getParent() || !MX.Def2->getParent()) in genMuxInBlock() 341 MachineBasicBlock &B = *MX.At->getParent(); in genMuxInBlock() 342 const DebugLoc &DL = B.findDebugLoc(MX.At); in genMuxInBlock() 343 auto NewMux = BuildMI(B, MX.At, DL, HII->get(MxOpc), MX.DefR) in genMuxInBlock()
|
| H A D | HexagonVExtract.cpp | 123 auto EmitAddr = [&] (MachineBasicBlock &BB, MachineBasicBlock::iterator At, in runOnMachineFunction() 127 auto MIB = BuildMI(BB, At, dl, HII->get(FiOpc), AddrR); in runOnMachineFunction() 150 MachineBasicBlock::iterator At = std::next(DefI->getIterator()); in runOnMachineFunction() local 155 Register AddrR = EmitAddr(DefB, At, DefI->getDebugLoc(), FI, 0); in runOnMachineFunction() 156 BuildMI(DefB, At, DefI->getDebugLoc(), HII->get(StoreOpc)) in runOnMachineFunction()
|
| H A D | HexagonEarlyIfConv.cpp | 196 void predicateInstr(MachineBasicBlock *ToB, MachineBasicBlock::iterator At, 199 MachineBasicBlock::iterator At, MachineBasicBlock *FromB, 202 unsigned buildMux(MachineBasicBlock *B, MachineBasicBlock::iterator At, 710 MachineBasicBlock::iterator At, MachineInstr *MI, in predicateInstr() argument 713 if (At != ToB->end()) in predicateInstr() 714 DL = At->getDebugLoc(); in predicateInstr() 723 MachineInstrBuilder MIB = BuildMI(*ToB, At, DL, HII->get(COpc)); in predicateInstr() 744 BuildMI(*ToB, At, DL, D) in predicateInstr() 761 MachineBasicBlock::iterator At, MachineBasicBlock *FromB, in predicateBlockNB() argument 771 ToB->splice(At, FromB, I); in predicateBlockNB() [all …]
|
| H A D | HexagonBitSimplify.cpp | 1324 auto At = MachineBasicBlock::iterator(MI); in processBlock() local 1349 BuildMI(B, At, DL, HII.get(TargetOpcode::COPY), NewR) in processBlock() 1385 MachineBasicBlock &B, MachineBasicBlock::iterator At, 1415 MachineBasicBlock::iterator At, in genTfrConst() argument 1419 BuildMI(B, At, DL, HII.get(Hexagon::A2_tfrsi), Reg) in genTfrConst() 1426 BuildMI(B, At, DL, HII.get(Hexagon::A2_tfrpi), Reg) in genTfrConst() 1435 BuildMI(B, At, DL, HII.get(Opc), Reg) in genTfrConst() 1446 BuildMI(B, At, DL, HII.get(Hexagon::CONST64), Reg) in genTfrConst() 1460 BuildMI(B, At, DL, HII.get(Opc), Reg); in genTfrConst() 1488 auto At = I->isPHI() ? B.getFirstNonPHI() : I; in processBlock() local [all …]
|
| H A D | HexagonConstExtenders.cpp | 192 MachineBasicBlock::iterator At; member 195 : Block(B), At(It) { in Loc() 1530 MachineBasicBlock::iterator At = DefL.At; in insertInitializer() local 1531 DebugLoc dl = DefL.Block->findDebugLoc(DefL.At); in insertInitializer() 1542 InitI = BuildMI(MBB, At, dl, HII->get(Hexagon::PS_fi), DefR) in insertInitializer() 1549 InitI = BuildMI(MBB, At, dl, HII->get(Hexagon::A2_tfrsi), DefR) in insertInitializer() 1554 InitI = BuildMI(MBB, At, dl, HII->get(Hexagon::A2_subri), DefR) in insertInitializer() 1559 InitI = BuildMI(MBB, At, dl, HII->get(Hexagon::A2_addi), DefR) in insertInitializer() 1568 InitI = BuildMI(MBB, At, dl, HII->get(NewOpc), DefR) in insertInitializer() 1577 BuildMI(MBB, At, dl, HII->get(Hexagon::S2_asl_i_r), TmpR) in insertInitializer() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | StratifiedSets.h | 571 auto At = addLinks(); in addLinkBelow() local 572 Links[Set].setBelow(At); in addLinkBelow() 573 Links[At].setAbove(Set); in addLinkBelow() 574 return At; in addLinkBelow() 578 auto At = addLinks(); in addLinkAbove() local 579 Links[At].setBelow(Set); in addLinkAbove() 580 Links[Set].setAbove(At); in addLinkAbove() 581 return At; in addLinkAbove()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/po/ |
| H A D | insert-header.sin | 3 # At each occurrence of a line starting with "msgid ", we execute the following 4 # commands. At the first occurrence, insert the file. At the following
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/po/ |
| H A D | insert-header.sin | 3 # At each occurrence of a line starting with "msgid ", we execute the following 4 # commands. At the first occurrence, insert the file. At the following
|
| /netbsd-src/external/gpl2/texinfo/dist/po/ |
| H A D | insert-header.sin | 3 # At each occurrence of a line starting with "msgid ", we execute the following 4 # commands. At the first occurrence, insert the file. At the following
|
| /netbsd-src/crypto/external/cpl/tpm-tools/dist/po/ |
| H A D | insert-header.sin | 3 # At each occurrence of a line starting with "msgid ", we execute the following 4 # commands. At the first occurrence, insert the file. At the following
|
| /netbsd-src/external/bsd/flex/dist/po/ |
| H A D | insert-header.sin | 3 # At each occurrence of a line starting with "msgid ", we execute the following 4 # commands. At the first occurrence, insert the file. At the following
|
| /netbsd-src/external/gpl2/gmake/dist/po/ |
| H A D | insert-header.sin | 3 # At each occurrence of a line starting with "msgid ", we execute the following 4 # commands. At the first occurrence, insert the file. At the following
|
| /netbsd-src/external/gpl2/diffutils/dist/po/ |
| H A D | insert-header.sin | 3 # At each occurrence of a line starting with "msgid ", we execute the following 4 # commands. At the first occurrence, insert the file. At the following
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 235 const Instruction *At) { 237 assert(At && "This function requires At instruction to be provided."); 247 if (isHighCostExpansionHelper(WorkItem, L, *At, Cost, ScaledBudget, *TTI, 380 getRelatedExistingExpansion(const SCEV *S, const Instruction *At, Loop *L); 406 const Instruction &At, InstructionCost &Cost,
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | gccw.ref | 2 gccw.c: At top level: 3 gccw.c: At top level:
|
| /netbsd-src/sys/arch/m68k/fpsp/ |
| H A D | srem_mod.sa | 74 * Step 4. At this point, R = X - QY = MOD(X,Y). Set 92 * Step 9. At this point, R = 2^(-j)*X - Q Y = Y. Thus, 244 *..At this point R = 2^(-L)X; Q = 0; k = 0; and k+j = L 251 *..At this point carry = 0, R = (D1,D2), Y = (D4,D5) 257 *..At this point, R = Y 273 *..At this point, Carry=0, R < Y. R = 2^(k-L)X - QY; k+j = L; j >= 0. 283 *..At this point, R=(Carry,D1,D2) = 2^(k-L)X - QY, j+k=L, j >= 0, R < 2Y.
|
| /netbsd-src/crypto/dist/ipsec-tools/src/setkey/ |
| H A D | sample.cf | 44 # At Host-A and Host-B, 70 # At Gateway-A: 87 # At Gateway-B. Attention to the selector and peer's IP address for tunnel. 110 # At Gateway-A: 145 # At Host-A:
|