| /netbsd-src/games/tetris/ |
| H A D | shapes.c | 52 #define BC B_COLS /* bottom center */ macro 58 /* 2*/ { 2, 9, { ML, MR, BC, } }, 65 /* 9*/ { 2, 10, { TC, MR, BC, } }, 67 /*11*/ { 2, 2, { TC, ML, BC, } }, 68 /*12*/ { 4, 13, { TC, BC, BR, } }, 70 /*14*/ { 4, 4, { TL, TC, BC, } }, 71 /*15*/ { 5, 16, { TR, TC, BC, } }, 73 /*17*/ { 5, 5, { TC, BC, BL, } }, 74 /*18*/ { 6, 6, { TC, BC, 2*B_COLS } } /* sticks out */
|
| /netbsd-src/external/bsd/tradcpp/dist/tests/ |
| H A D | t37.c | 1 #define BC //**/* macro 4 BC 8 BC comment? EC 11 FOO(abc BC def EC ghi) 14 BAR(abc BC def, ghi EC jkl) 16 BC
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ParallelCG.cpp | 68 SmallString<0> BC; in splitCodeGen() local 69 raw_svector_ostream BCOS(BC); in splitCodeGen() 73 BCOSs[ThreadCount]->write(BC.begin(), BC.size()); in splitCodeGen() 80 [TMFactory, FileType, ThreadOS](const SmallString<0> &BC) { in splitCodeGen() argument 83 MemoryBufferRef(StringRef(BC.data(), BC.size()), in splitCodeGen() 94 std::move(BC)); in splitCodeGen()
|
| H A D | RegAllocGreedy.cpp | 1238 SpillPlacement::BlockConstraint &BC = SplitConstraints[I]; in addSplitConstraints() local 1240 BC.Number = BI.MBB->getNumber(); in addSplitConstraints() 1241 Intf.moveToBlock(BC.Number); in addSplitConstraints() 1242 BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints() 1243 BC.Exit = (BI.LiveOut && in addSplitConstraints() 1247 BC.ChangesValue = BI.FirstDef.isValid(); in addSplitConstraints() 1257 if (Intf.first() <= Indexes->getMBBStartIdx(BC.Number)) { in addSplitConstraints() 1258 BC.Entry = SpillPlacement::MustSpill; in addSplitConstraints() 1261 BC.Entry = SpillPlacement::PrefSpill; in addSplitConstraints() 1268 if (((BC.Entry == SpillPlacement::MustSpill) || in addSplitConstraints() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| H A D | BenchmarkRunner.cpp | 136 const BenchmarkCode &BC, unsigned NumRepetitions, in runConfiguration() argument 145 InstrBenchmark.Info = BC.Info; in runConfiguration() 147 const std::vector<MCInst> &Instructions = BC.Key.Instructions; in runConfiguration() 149 InstrBenchmark.Key = BC.Key; in runConfiguration() 177 BC.LiveIns, BC.Key.RegisterInitialValues, in runConfiguration() 195 auto ObjectFilePath = writeObjectFile(BC, Filler); in runConfiguration() 208 BC.LiveIns, BC.Key.RegisterInitialValues, Filler, OS)) { in runConfiguration() 260 BenchmarkRunner::writeObjectFile(const BenchmarkCode &BC, in writeObjectFile() argument 269 State.getExegesisTarget(), State.createTargetMachine(), BC.LiveIns, in writeObjectFile() 270 BC.Key.RegisterInitialValues, FillFunction, OFS)) { in writeObjectFile()
|
| H A D | SnippetGenerator.cpp | 76 BenchmarkCode BC; in generateConfigurations() local 77 BC.Info = CT.Info; in generateConfigurations() 81 BC.Key.Instructions.push_back(IT.build()); in generateConfigurations() 84 BC.LiveIns.push_back(CT.ScratchSpacePointerInReg); in generateConfigurations() 85 BC.Key.RegisterInitialValues = in generateConfigurations() 87 BC.Key.Config = CT.Config; in generateConfigurations() 88 Benchmarks.emplace_back(std::move(BC)); in generateConfigurations()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | FormatVariadic.cpp | 113 std::size_t BC = Fmt.find_first_of('}'); in splitLiteralAndReplacement() local 114 if (BC == StringRef::npos) { in splitLiteralAndReplacement() 125 if (BO2 < BC) in splitLiteralAndReplacement() 129 StringRef Spec = Fmt.slice(1, BC); in splitLiteralAndReplacement() 130 StringRef Right = Fmt.substr(BC + 1); in splitLiteralAndReplacement() 138 Fmt = Fmt.drop_front(BC + 1); in splitLiteralAndReplacement()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 503 BreakContinue BC = BreakContinueStack.pop_back_val(); in VisitWhileStmt() local 505 setCount(ParentCount + BackedgeCount + BC.ContinueCount); in VisitWhileStmt() 508 setCount(BC.BreakCount + CondCount - BodyCount); in VisitWhileStmt() 523 BreakContinue BC = BreakContinueStack.pop_back_val(); in VisitDoStmt() local 526 uint64_t CondCount = setCount(BackedgeCount + BC.ContinueCount); in VisitDoStmt() 529 setCount(BC.BreakCount + CondCount - LoopCount); in VisitDoStmt() 547 BreakContinue BC = BreakContinueStack.pop_back_val(); in VisitForStmt() local 552 uint64_t IncCount = setCount(BackedgeCount + BC.ContinueCount); in VisitForStmt() 559 setCount(ParentCount + BackedgeCount + BC.ContinueCount); in VisitForStmt() 564 setCount(BC.BreakCount + CondCount - BodyCount); in VisitForStmt() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | rl78-parse.y | 150 %type <regno> A X B C D E H L AX BC DE HL 156 %token A X B C D E H L AX BC DE HL 296 | BC '$' EXPR 439 | oneclrw BC 686 | MOV opt_es EXPR '[' BC ']' ',' '#' EXPR 689 | MOV opt_es '[' BC ']' ',' '#' EXPR 692 | MOV A ',' opt_es EXPR '[' BC ']' 695 | MOV A ',' opt_es '[' BC ']' 698 | MOV opt_es EXPR '[' BC ']' ',' A 701 | MOV opt_es '[' BC ']' ',' A [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | rl78-parse.y | 150 %type <regno> A X B C D E H L AX BC DE HL 156 %token A X B C D E H L AX BC DE HL 296 | BC '$' EXPR 439 | oneclrw BC 686 | MOV opt_es EXPR '[' BC ']' ',' '#' EXPR 689 | MOV opt_es '[' BC ']' ',' '#' EXPR 692 | MOV A ',' opt_es EXPR '[' BC ']' 695 | MOV A ',' opt_es '[' BC ']' 698 | MOV opt_es EXPR '[' BC ']' ',' A 701 | MOV opt_es '[' BC ']' ',' A [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BlockCounter.cpp | 73 BlockCounter::Factory::IncrementCount(BlockCounter BC, in IncrementCount() argument 76 return BlockCounter(GetFactory(F).add(GetMap(BC.Data), in IncrementCount() 78 BC.getNumVisited(CallSite, BlockID)+1).getRoot()); in IncrementCount()
|
| H A D | MemRegion.cpp | 366 const BlockCodeRegion *BC, in ProfileRegion() argument 371 ID.AddPointer(BC); in ProfileRegion() 378 BlockDataRegion::ProfileRegion(ID, BC, LC, BlockCount, getSuperRegion()); in Profile() 466 os << "block_data{" << BC; in dumpToStream() 901 if (const auto *BC = dyn_cast<BlockInvocationContext>(LC)) { in getStackOrCaptureRegionForDeclContext() local 902 const auto *BR = static_cast<const BlockDataRegion *>(BC->getData()); in getStackOrCaptureRegionForDeclContext() 1046 MemRegionManager::getBlockDataRegion(const BlockCodeRegion *BC, in getBlockDataRegion() argument 1050 const BlockDecl *BD = BC->getDecl(); in getBlockDataRegion() 1070 return getSubRegion<BlockDataRegion>(BC, LC, blockCount, sReg); in getBlockDataRegion() 1613 const auto &ReferencedBlockVars = AC->getReferencedBlockVars(BC->getDecl()); in LazyInitializeReferencedVars() [all …]
|
| /netbsd-src/usr.bin/calendar/calendars/ |
| H A D | calendar.birthday | 99 03/15 Julius Caesar assassinated by Brutus; Ides of March, 44 BC 118 04/08 Buddha born, 563 BC 154 05/21 Plato (Aristocles) born in Athens(?), 427 BC 169 06/11 Alexander the Great dies (323 BC) 171 06/16 Hammurabi the Great dies, Babylon, 1686 BC 234 09/23 Augustus (Gaius Octavius) Caesar born in Rome, 63 BC 235 09/23 Euripides born in Salamis, Greece, 480 BC 241 09/28 Pompey (Gnaeus Pompeius Magnus) born in Rome, 106 BC 245 10/02 Aristotle dies of indigestion, 322 BC 253 10/13 Virgil (Publius Vergilius Maro) born near Mantua, Italy, 70 BC [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXLowerArgs.cpp | 185 if (auto *BC = dyn_cast<BitCastInst>(I.OldInstruction)) { in convertToParamAS() local 186 auto *NewBCType = BC->getType()->getPointerElementType()->getPointerTo( in convertToParamAS() 188 return BitCastInst::Create(BC->getOpcode(), I.NewParam, NewBCType, in convertToParamAS() 189 BC->getName(), BC); in convertToParamAS()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyClassDefinitionDumper.cpp | 68 for (auto BC : Layout.bases()) { in prettyPrintClassIntro() local 69 const auto &Base = BC->getBase(); in prettyPrintClassIntro() 76 if (BC->isVirtualBase()) in prettyPrintClassIntro()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rl78/ |
| H A D | mulsi3.S | 32 ; BC op2H (resH) op1 39 ; BC op2H 132 ;; op2 is in BC.2 and BC.1 (bc can shlw/rolcw) 136 movw r10, ax ; BC.1 245 ;; R8 += AX * BC
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/rl78/ |
| H A D | mulsi3.S | 32 ; BC op2H (resH) op1 39 ; BC op2H 132 ;; op2 is in BC.2 and BC.1 (bc can shlw/rolcw) 136 movw r10, ax ; BC.1 245 ;; R8 += AX * BC
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
| H A D | NormalizationTest.txt | 57 …BC 05A5 05B0 05C0 05C4 05AD;05B0 05B7 05BC 05A5 0592 05C0 05AD 05C4;05B0 05B7 05BC 05A5 0592 05C0 … 69 00B5;00B5;00B5;03BC;03BC; # (µ; µ; µ; μ; μ; ) MICRO SIGN 73 00BC;00BC;00BC;0031 2044 0034;0031 2044 0034; # (¼; ¼; ¼; 1⁄4; 1⁄4; ) VULGAR FRACTION ONE QUARTER 194 0149;0149;0149;02BC 006E;02BC 006E; # (ʼn; ʼn; ʼn; ʼn; ʼn; ) LATIN SMALL LETTER N PRECEDED BY APOSTROP… 487 09DC;09A1 09BC;09A1 09BC;09A1 09BC;09A1 09BC; # (ড়; ড◌়; ড◌়; ড◌়; ড◌়; ) BENGALI LETTER RRA 488 09DD;09A2 09BC;09A2 09BC;09A2 09BC;09A2 09BC; # (ঢ়; ঢ◌়; ঢ◌়; ঢ◌়; ঢ◌়; ) BENGALI LETTER RHA 489 09DF;09AF 09BC;09AF 09BC;09AF 09BC;09AF 09BC; # (য়; য◌়; য◌়; য◌়; য◌়; ) BENGALI LETTER YYA 1382 24BC;24BC;24BC;0047;0047; # (Ⓖ; Ⓖ; Ⓖ; G; G; ) CIRCLED LATIN CAPITAL LETTER G 1693 30BC;30BC;30BB 3099;30BC;30BB 3099; # (ゼ; ゼ; セ◌゙; ゼ; セ◌゙; ) KATAKANA LETTER ZE 1998 32BC;32BC;32BC;0034 0037;0034 0037; # (㊼; ㊼; ㊼; 47; 47; ) CIRCLED NUMBER FORTY SEVEN [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | CommentParser.cpp | 292 void Parser::parseBlockCommandArgs(BlockCommandComment *BC, in parseBlockCommandArgs() argument 307 S.actOnBlockCommandArgs(BC, llvm::makeArrayRef(Args, ParsedArgs)); in parseBlockCommandArgs() 315 BlockCommandComment *BC = nullptr; in parseBlockCommand() local 330 BC = S.actOnBlockCommandStart(Tok.getLocation(), in parseBlockCommand() 348 S.actOnBlockCommandFinish(BC, Paragraph); in parseBlockCommand() 349 return BC; in parseBlockCommand() 363 parseBlockCommandArgs(BC, Retokenizer, Info->NumArgs); in parseBlockCommand() 397 S.actOnBlockCommandFinish(BC, Paragraph); in parseBlockCommand() 398 return BC; in parseBlockCommand()
|
| /netbsd-src/games/warp/ |
| H A D | term.c | 152 BC = Tgetstr("bc"); /* find out what is */ in term_set() 153 if (BC == nullstr) /* terminfo grok's 'bs' but not 'bc' */ in term_set() 154 BC = Tgetstr("le"); in term_set() 156 BC = __UNCONST("\b"); /* make a backspace handy */ in term_set() 206 BCsize = comp_tc(bsptr,BC,1); in term_set() 207 BC = bsptr; in term_set() 442 for (i=BCsize,s=BC; i; i--) in move()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 541 BumpVectorContext &BC; member in __anon4727f9f90111::FindBlockDeclRefExprsVals 548 : BEVals(bevals), BC(bc) {} in FindBlockDeclRefExprsVals() 561 BEVals.push_back(VD, BC); in VisitDeclRefExpr() 593 BumpVectorContext BC(A); in LazyInitializeReferencedDecls() local 595 new (BV) DeclVec(BC, 10); in LazyInitializeReferencedDecls() 599 BV->push_back(CI.getVariable(), BC); in LazyInitializeReferencedDecls() 603 FindBlockDeclRefExprsVals F(*BV, BC); in LazyInitializeReferencedDecls()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/ |
| H A D | clang-import-test.cpp | 220 BuildASTContext(CompilerInstance &CI, SelectorTable &ST, Builtin::Context &BC) { in BuildASTContext() argument 223 CI.getPreprocessor().getIdentifierTable(), ST, BC); in BuildASTContext() 281 auto BC = std::make_unique<Builtin::Context>(); in BuildIndirect() local 283 IndirectCI.getCompilerInstance(), *ST, *BC); in BuildIndirect() 308 auto BC = std::make_unique<Builtin::Context>(); in Parse() local 310 init_convenience::BuildASTContext(CI.getCompilerInstance(), *ST, *BC); in Parse()
|
| /netbsd-src/games/backgammon/common_source/ |
| H A D | fancy.c | 51 * PC, BC, and UP only. This is gross. 57 char *BC; /* backspace sequence */ 72 static int lBC; /* length of BC */ 83 static char **tstr[] = {&BC, &CD, &CE, &CL, &CM, &HO, &MC, &ML, &ND, &UP}; 570 if (BC) in newpos() 571 tputs(BC, 1, addbuf); in newpos() 743 if (BC) in getcaps() 744 lBC = (int)strlen(BC); in getcaps()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineScheduler.h | 61 SIScheduleBlockCreator *BC; variable 102 SIScheduleBlock(SIScheduleDAGMI *DAG, SIScheduleBlockCreator *BC, in SIScheduleBlock() argument 104 DAG(DAG), BC(BC), TopRPTracker(TopPressure), ID(ID) {} in SIScheduleBlock()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAddMissingPrototypes.cpp | 95 if (auto *BC = dyn_cast<BitCastOperator>(U.getUser())) { in runOnModule() local 97 BC->getDestTy()->getPointerElementType())) { in runOnModule()
|