| /openbsd-src/games/tetris/ |
| H A D | shapes.c | 54 #define BC B_COLS /* bottom center */ macro 60 /* 2*/ { 9, 11, { ML, MR, BC } }, 67 /* 9*/ { 10, 2, { TC, MR, BC } }, 69 /*11*/ { 2, 10, { TC, ML, BC } }, 70 /*12*/ { 13, 4, { TC, BC, BR } }, 72 /*14*/ { 4, 13, { TL, TC, BC } }, 73 /*15*/ { 16, 5, { TR, TC, BC } }, 75 /*17*/ { 5, 16, { TC, BC, BL } }, 76 /*18*/ { 6, 6, { TC, BC, 2*B_COLS } }/* sticks out */
|
| H A D | screen.c | 68 extern char PC, *BC, *UP; /* tgoto requires globals: ugh! */ 105 {"le", &BC}, /* move cursor left one space */ 191 BC = "\b"; in scr_init() 192 else if (BC == NULL && bcstr != NULL) in scr_init() 193 BC = bcstr; in scr_init() 196 if (CMstr == NULL || UP == NULL || BC == NULL) in scr_init()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ParallelCG.cpp | 67 SmallString<0> BC; in splitCodeGen() local 68 raw_svector_ostream BCOS(BC); in splitCodeGen() 72 BCOSs[ThreadCount]->write(BC.begin(), BC.size()); in splitCodeGen() 79 [TMFactory, FileType, ThreadOS](const SmallString<0> &BC) { in splitCodeGen() argument 82 MemoryBufferRef(StringRef(BC.data(), BC.size()), in splitCodeGen() 93 std::move(BC)); in splitCodeGen()
|
| H A D | RegAllocGreedy.cpp | 606 SpillPlacement::BlockConstraint &BC = SplitConstraints[I]; in addSplitConstraints() local 608 BC.Number = BI.MBB->getNumber(); in addSplitConstraints() 609 Intf.moveToBlock(BC.Number); in addSplitConstraints() 610 BC.Entry = BI.LiveIn ? SpillPlacement::PrefReg : SpillPlacement::DontCare; in addSplitConstraints() 611 BC.Exit = (BI.LiveOut && in addSplitConstraints() 615 BC.ChangesValue = BI.FirstDef.isValid(); in addSplitConstraints() 625 if (Intf.first() <= Indexes->getMBBStartIdx(BC.Number)) { in addSplitConstraints() 626 BC.Entry = SpillPlacement::MustSpill; in addSplitConstraints() 629 BC.Entry = SpillPlacement::PrefSpill; in addSplitConstraints() 636 if (((BC.Entry == SpillPlacement::MustSpill) || in addSplitConstraints() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/ |
| H A D | loc_ha.t | 67 ok($objHa->eq("\x{1B4}", "\x{2BC}y")); 68 ok($objHa->eq("\x{2BC}y","'y")); 70 ok($objHa->eq("\x{1B3}", "\x{2BC}Y")); 71 ok($objHa->eq("\x{2BC}Y","'Y")); 88 ok($objHa->lt("\x{1B4}", "\x{2BC}y")); 89 ok($objHa->lt("\x{2BC}y","'y")); 91 ok($objHa->lt("\x{1B3}", "\x{2BC}Y")); 92 ok($objHa->lt("\x{2BC}Y","'Y")); 100 ok($objHa->lt("\x{1B4}", "\x{2BC}y")); 101 ok($objHa->lt("\x{2BC}y","'y")); [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/ |
| H A D | Korean.pm | 76 5769 57F3 5D41 5F07 61A8 64BC 6B3F 6B5B 6CD4 6DE6 80 AC15:1100-1161-11BC 92 AC31:1100-1162-11BC 106 5109 528D 5292 6AA2 77BC 9210 9ED4 64BF 82A1 122 ACBD:1100-1167-11BC 127 93E1 9803 9838 9A5A 9BE8 518F 5244 54FD 60F8 61BC 152 ACF5:1100-1169-11BC 171 AD11:1100-116A-11BC 176 5366 639B 7F6B 54BC 6302 7F63 8A7F 182 AD49:1100-116C-11BC [all …]
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
| H A D | BenchmarkRunner.cpp | 138 const BenchmarkCode &BC, const SnippetRepetitor &Repetitor, in assembleSnippet() argument 140 const std::vector<MCInst> &Instructions = BC.Key.Instructions; in assembleSnippet() 144 State.getExegesisTarget(), State.createTargetMachine(), BC.LiveIns, in assembleSnippet() 145 BC.Key.RegisterInitialValues, in assembleSnippet() 154 const BenchmarkCode &BC, unsigned NumRepetitions, unsigned LoopBodySize, in getRunnableConfiguration() argument 164 InstrBenchmark.Info = BC.Info; in getRunnableConfiguration() 166 const std::vector<MCInst> &Instructions = BC.Key.Instructions; in getRunnableConfiguration() 168 InstrBenchmark.Key = BC.Key; in getRunnableConfiguration() 176 auto Snippet = assembleSnippet(BC, Repetitor, MinInstructionsForSnippet, in getRunnableConfiguration() 189 auto Snippet = assembleSnippet(BC, Repetitor, InstrBenchmark.NumRepetitions, in getRunnableConfiguration()
|
| H A D | SnippetGenerator.cpp | 76 BenchmarkCode BC; in generateConfigurations() local 77 BC.Info = CT.Info; in generateConfigurations() 78 BC.Key.Instructions.reserve(CT.Instructions.size()); in generateConfigurations() 82 BC.Key.Instructions.push_back(IT.build()); in generateConfigurations() 85 BC.LiveIns.push_back(CT.ScratchSpacePointerInReg); in generateConfigurations() 86 BC.Key.RegisterInitialValues = in generateConfigurations() 88 BC.Key.Config = CT.Config; in generateConfigurations() 89 Benchmarks.emplace_back(std::move(BC)); in generateConfigurations()
|
| /openbsd-src/lib/libcurses/tinfo/ |
| H A D | lib_tgoto.c | 84 if (BC) in tgoto_internal() 85 need += strlen(BC); in tgoto_internal() 127 if (BC != 0) { in tgoto_internal() 188 _nc_STRCPY(result + used, BC, length - used); in tgoto_internal() 189 used += strlen(BC); in tgoto_internal()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | FormatVariadic.cpp | 114 std::size_t BC = Fmt.find_first_of('}'); in splitLiteralAndReplacement() local 115 if (BC == StringRef::npos) { in splitLiteralAndReplacement() 126 if (BO2 < BC) in splitLiteralAndReplacement() 130 StringRef Spec = Fmt.slice(1, BC); in splitLiteralAndReplacement() 131 StringRef Right = Fmt.substr(BC + 1); in splitLiteralAndReplacement() 139 Fmt = Fmt.drop_front(BC + 1); in splitLiteralAndReplacement()
|
| /openbsd-src/games/hack/ |
| H A D | hack.termcap.c | 71 static char *HO, *CL, *CE, *UP, *CM, *ND, *XD, *BC, *SO, *SE, *TI, *TE; variable 101 if(!(BC = tgetstr("le", &tbufptr))) { in startup() 104 BC = tbufptr; in startup() 106 *BC = '\b'; in startup() 223 xputs(BC); in nocmov() 301 xputs(BC); in backsp()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | OffloadBundler.h | 52 OffloadBundler(const OffloadBundlerConfig &BC) : BundlerConfig(BC) {} in OffloadBundler() argument 78 const OffloadBundlerConfig &BC);
|
| /openbsd-src/share/misc/ |
| H A D | na.phone | 56 236::British Columbia:BC 69 250:150 Mile House:British Columbia:BC 70 250:Cache Creek:British Columbia:BC 71 250:Campbell River:British Columbia:BC 72 250:Cranbrook:British Columbia:BC 73 250:Fort Nelson:British Columbia:BC 74 250:Kelowna:British Columbia:BC 75 250:Ladysmith:British Columbia:BC 76 250:Nanaimo:British Columbia:BC 77 250:Nelson:British Columbia:BC [all...] |
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 504 BreakContinue BC = BreakContinueStack.pop_back_val(); in VisitWhileStmt() local 506 setCount(ParentCount + BackedgeCount + BC.ContinueCount); in VisitWhileStmt() 509 setCount(BC.BreakCount + CondCount - BodyCount); in VisitWhileStmt() 524 BreakContinue BC = BreakContinueStack.pop_back_val(); in VisitDoStmt() local 527 uint64_t CondCount = setCount(BackedgeCount + BC.ContinueCount); in VisitDoStmt() 530 setCount(BC.BreakCount + CondCount - LoopCount); in VisitDoStmt() 548 BreakContinue BC = BreakContinueStack.pop_back_val(); in VisitForStmt() local 553 uint64_t IncCount = setCount(BackedgeCount + BC.ContinueCount); in VisitForStmt() 560 setCount(ParentCount + BackedgeCount + BC.ContinueCount); in VisitForStmt() 565 setCount(BC.BreakCount + CondCount - BodyCount); in VisitForStmt() [all …]
|
| /openbsd-src/distrib/special/more/ |
| H A D | tgoto.c | 41 char *BC; variable 172 (BC ? BC : "\b") : UP, in tgoto()
|
| /openbsd-src/gnu/llvm/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 | 369 const BlockCodeRegion *BC, in ProfileRegion() argument 374 ID.AddPointer(BC); in ProfileRegion() 381 BlockDataRegion::ProfileRegion(ID, BC, LC, BlockCount, getSuperRegion()); in Profile() 469 os << "block_data{" << BC; in dumpToStream() 945 if (const auto *BC = dyn_cast<BlockInvocationContext>(LC)) { in getStackOrCaptureRegionForDeclContext() local 946 const auto *BR = static_cast<const BlockDataRegion *>(BC->getData()); in getStackOrCaptureRegionForDeclContext() 1081 MemRegionManager::getBlockDataRegion(const BlockCodeRegion *BC, in getBlockDataRegion() argument 1085 const BlockDecl *BD = BC->getDecl(); in getBlockDataRegion() 1109 return getSubRegion<BlockDataRegion>(BC, LC, blockCount, sReg); in getBlockDataRegion() 1652 const auto &ReferencedBlockVars = AC->getReferencedBlockVars(BC->getDecl()); in LazyInitializeReferencedVars() [all …]
|
| /openbsd-src/regress/lib/libcrypto/bn/ |
| H A D | Makefile | 60 BC ?= bc-gh macro 62 BC ?= bc macro 67 ${BC} < $> | tee bc.out | grep -v '^0$$'
|
| /openbsd-src/regress/usr.bin/bc/ |
| H A D | Makefile | 3 BC=bc macro 39 @${BC} -d < ${.CURDIR}/${*}.in > ${*}.log
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyClassDefinitionDumper.cpp | 69 for (auto *BC : Layout.bases()) { in prettyPrintClassIntro() local 70 const auto &Base = BC->getBase(); in prettyPrintClassIntro() 77 if (BC->isVirtualBase()) in prettyPrintClassIntro()
|
| /openbsd-src/usr.bin/calendar/calendars/ |
| H A D | calendar.birthday | 102 03/07 Aristotle died, 322 BC 116 03/15 Julius Caesar assassinated by Brutus; Ides of March, 44 BC 141 04/08 Buddha born, 563 BC 181 05/21 Plato (Aristocles) born in Athens(?), 427 BC 200 06/16 Hammurabi the Great dies, Babylon, 1686 BC 224 07/20 Alexander the Great born, 356 BC 277 09/23 Augustus (Gaius Octavius) Caesar born in Rome, 63 BC 278 09/23 Euripides born in Salamis, Greece, 480 BC 283 09/28 Pompey (Gnaeus Pompeius Magnus) born in Rome, 106 BC 287 10/02 Aristotle dies of indigestion, 322 BC [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXLowerArgs.cpp | 188 if (auto *BC = dyn_cast<BitCastInst>(I.OldInstruction)) { in convertToParamAS() local 190 cast<PointerType>(BC->getType()), ADDRESS_SPACE_PARAM); in convertToParamAS() 191 return BitCastInst::Create(BC->getOpcode(), I.NewParam, NewBCType, in convertToParamAS() 192 BC->getName(), BC); in convertToParamAS()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-import-test/ |
| H A D | clang-import-test.cpp | 220 BuildASTContext(CompilerInstance &CI, SelectorTable &ST, Builtin::Context &BC) { in BuildASTContext() argument 224 PP.getIdentifierTable(), ST, BC, PP.TUKind); in BuildASTContext() 283 auto BC = std::make_unique<Builtin::Context>(); in BuildIndirect() local 285 IndirectCI.getCompilerInstance(), *ST, *BC); in BuildIndirect() 310 auto BC = std::make_unique<Builtin::Context>(); in Parse() local 312 init_convenience::BuildASTContext(CI.getCompilerInstance(), *ST, *BC); in Parse()
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | NormTest.txt | 66 …BC 05A5 05B0 05C0 05C4 05AD;05B0 05B7 05BC 05A5 0592 05C0 05AD 05C4;05B0 05B7 05BC 05A5 0592 05C0 … 80 00B5;00B5;00B5;03BC;03BC; # (µ; µ; µ; μ; μ; ) MICRO SIGN 84 00BC;00BC;00BC;0031 2044 0034;0031 2044 0034; # (¼; ¼; ¼; 1⁄4; 1⁄4; ) VULGAR FRACTION ONE QUARTER 205 0149;0149;0149;02BC 006E;02BC 006E; # (ʼn; ʼn; ʼn; ʼn; ʼn; ) LATIN SMALL LETTER N PRECEDED BY APOSTROP… 498 09DC;09A1 09BC;09A1 09BC;09A1 09BC;09A1 09BC; # (ড়; ড◌়; ড◌়; ড◌়; ড◌়; ) BENGALI LETTER RRA 499 09DD;09A2 09BC;09A2 09BC;09A2 09BC;09A2 09BC; # (ঢ়; ঢ◌়; ঢ◌়; ঢ◌়; ঢ◌়; ) BENGALI LETTER RHA 500 09DF;09AF 09BC;09AF 09BC;09AF 09BC;09AF 09BC; # (য়; য◌়; য◌়; য◌়; য◌়; ) BENGALI LETTER YYA 1461 24BC;24BC;24BC;0047;0047; # (Ⓖ; Ⓖ; Ⓖ; G; G; ) CIRCLED LATIN CAPITAL LETTER G 1775 30BC;30BC;30BB 3099;30BC;30BB 3099; # (ゼ; ゼ; セ◌゙; ゼ; セ◌゙; ) KATAKANA LETTER ZE 2085 32BC;32BC;32BC;0034 0037;0034 0037; # (㊼; ㊼; ㊼; 47; 47; ) CIRCLED NUMBER FORTY SEVEN [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 593 BumpVectorContext &BC; member in __anon8e692c450111::FindBlockDeclRefExprsVals 600 : BEVals(bevals), BC(bc) {} in FindBlockDeclRefExprsVals() 613 BEVals.push_back(VD, BC); in VisitDeclRefExpr() 645 BumpVectorContext BC(A); in LazyInitializeReferencedDecls() local 647 new (BV) DeclVec(BC, 10); in LazyInitializeReferencedDecls() 651 BV->push_back(CI.getVariable(), BC); in LazyInitializeReferencedDecls() 655 FindBlockDeclRefExprsVals F(*BV, BC); in LazyInitializeReferencedDecls()
|