Home
last modified time | relevance | path

Searched refs:Top (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/openbsd-src/games/robots/
H A Dscore.c48 static SCORE Top[MAXSCORES]; variable
69 read(inf, Top, sizeof Top); in score()
71 for (scp = Top; scp < &Top[MAXSCORES]; scp++) in score()
77 if (Top[MAXSCORES-1].s_score <= Score) { in score()
79 for (scp = Top; scp < &Top[MAXSCORES]; scp++) in score()
90 if (scp == &Top[MAXSCORES]) { in score()
91 Top[MAXSCORES-1].s_score = Score; in score()
92 Top[MAXSCORES-1].s_uid = uid; in score()
93 set_name(&Top[MAXSCORES-1]); in score()
97 qsort(Top, MAXSCORES, sizeof Top[0], cmp_sc); in score()
[all …]
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DIndicPositionalCategory.txt101 # 2. The following characters are all assigned the positional category Top,
390 # Indic_Positional_Category=Top
392 0900..0902 ; Top # Mn [3] DEVANAGARI SIGN INVERTED CANDRABINDU..DEVANAGARI SIGN ANUSVARA
393 093A ; Top # Mn DEVANAGARI VOWEL SIGN OE
394 0945..0948 ; Top # Mn [4] DEVANAGARI VOWEL SIGN CANDRA E..DEVANAGARI VOWEL SIGN AI
395 0951 ; Top # Mn DEVANAGARI STRESS SIGN UDATTA
396 0955 ; Top # Mn DEVANAGARI VOWEL SIGN CANDRA LONG E
397 0981 ; Top # Mn BENGALI SIGN CANDRABINDU
398 09FE ; Top # Mn BENGALI SANDHI MARK
399 0A01..0A02 ; Top # Mn [2] GURMUKHI SIGN ADAK BINDI..GURMUKHI SIGN BINDI
[all …]
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dmemtag_test.cpp77 for (u64 Top = 0; Top < 0x100; ++Top) in TEST_F() local
78 Tags = Tags | (1u << extractTag(Addr | (Top << 56))); in TEST_F()
93 for (u64 Top = 0; Top < 0x100; ++Top) { in TEST_F() local
94 uptr Ptr = (Addr | (Top << 56)) & UnTagMask; in TEST_F()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp274 Top.init(DAG, SchedModel); in initialize()
282 delete Top.HazardRec; in initialize()
284 Top.HazardRec = TII->CreateTargetMIHazardRecognizer(Itin, DAG); in initialize()
287 delete Top.ResourceModel; in initialize()
289 Top.ResourceModel = createVLIWResourceModel(STI, DAG->getSchedModel()); in initialize()
315 Top.MaxMinLatency = std::max(MinLatency, Top.MaxMinLatency); in releaseTopNode()
322 Top.releaseNode(SU, SU->TopReadyCycle); in releaseTopNode()
618 if (Top.isLatencyBound(SU)) { in SchedulingCost()
631 if (Top.ResourceModel->isResourceAvailable(SU, true)) { in SchedulingCost()
665 if (Top.isLatencyBound(SU)) in SchedulingCost()
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp384 auto &Top = TS.back(); in accountRecord() local
385 auto I = find_if(Top.first->Callees, in accountRecord()
387 if (I == Top.first->Callees.end()) { in accountRecord()
390 auto N = createTrieNode(R.TId, R.FuncId, Top.first); in accountRecord()
391 Top.first->Callees.emplace_back(N); in accountRecord()
449 void printStack(raw_ostream &OS, const StackTrieNode *Top, in printStack() argument
454 for (auto *F = Top; F != nullptr; F = F->Parent) in printStack()
570 auto *Top = S.pop_back_val(); in printAll() local
571 printSingleStack<AggType>(OS, FN, ReportThread, ThreadId, Top); in printAll()
572 for (const auto *C : Top->Callees) in printAll()
[all …]
H A Dxray-account.cpp191 const auto &Top = ThreadStack.Stack.back(); in accountRecord() local
193 (*ThreadStack.RecursionDepth)[Top.first].isRecursive()) in accountRecord()
194 recordLatency(Top.first, diff(Top.second, Record.TSC)); in accountRecord()
196 --(*ThreadStack.RecursionDepth)[Top.first]; in accountRecord()
247 for (auto &Top : reverse(R)) { in accountRecord() local
249 --(*ThreadStack.RecursionDepth)[Top.first]; in accountRecord()
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/tests/
H A Dnode-expand.txi16 @node Top, (dir), (dir), (dir)
29 @node @value{node1}, @@node `2', Top, Top
48 @node @@node `2', ``node'' with---tricks, @value{node1}, Top
57 @node ``node'' with---tricks, , @@node `2', Top
H A Dhtml-min.txi5 @node Top
6 @top Top of HTML min test
8 Top.
H A Dhtml-title.txi5 @node Top
6 @top Top of @@title @sc{html} @code{test}
8 Top.
H A Dmenu-whitespace21 @node Top
22 @top Top
39 ./top.texi:3: Next field of node `Top' not pointed to.
H A Dmacro-at.txi13 @node Top, , AUTHORS -- who did what on GNU LilyPond, (dir)
19 @node AUTHORS -- who did what on GNU LilyPond, Top, , Top
H A Dmenu-whitespace.txi3 @node Top
4 @top Top
H A Dhtml-docdesc.txi9 @node Top
10 @top Top of HTML docdesc test
H A Dnode-value.txi5 @node Top, @value{a--foo}, (dir), (dir)
9 @node @value{a--foo}, BarFoo, Top, (dir)
H A Dtop.txi10 @node Top
11 @top Top test
H A Dhtml-para.txi12 @node Top
13 @top Top of HTML paragraph test
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dvisibility6.C8 class Top {
10 Top() {} in Top() function
14 class Derived : private Top {
/openbsd-src/lib/libcurses/tinfo/
H A Dlib_win32con.c148 WINCONSOLE.SBI.srWindow.Top); in _nc_console_size()
382 WINCONSOLE.save_region.Top = 0; in save_original_screen()
391 WINCONSOLE.save_region.Top = WINCONSOLE.SBI.srWindow.Top; in save_original_screen()
421 WINCONSOLE.SBI.srWindow.Top : 0);
433 save_region.Top,
454 - WINCONSOLE.save_region.Top + 1); in read_screen_data()
462 WINCONSOLE.SBI.srWindow.Top : 0); in read_screen_data()
467 WINCONSOLE.save_region.Top, in read_screen_data()
505 WINCONSOLE.SBI.srWindow.Top, in _nc_console_get_SBI()
514 WINCONSOLE.origin.Y = WINCONSOLE.SBI.srWindow.Top; in _nc_console_get_SBI()
[all …]
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dbuildtoc15 my $Top = File::Spec->catdir($FindBin::Bin, File::Spec->updir);
16 chdir $Top or die "Can't chdir to $Top: $!";
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D980816-1.c28 Widget AddButtons(Widget Parent, Widget Top, in AddButtons() argument
42 "fromVert" , Top, in AddButtons()
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dsegmented_array_test.cpp218 const auto &Top = Data.back(); in TEST() local
219 uint64_t *TopNode = Top.NodePtr; in TEST()
255 const auto &Top = Data->back(); in TEST() local
256 uint64_t *TopNode = Top.NodePtr; in TEST()
294 const auto &Top = Data->back(); in TEST() local
295 uint64_t *TopNode = Top.NodePtr; in TEST()
/openbsd-src/gnu/usr.bin/cvs/doc/
H A Dcvsclient.aux1 'xrdef {Top-title}{CVS Client/Server}
2 'xrdef {Top-pg}{1}
3 'xrdef {Top-snt}{}
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DVLIWMachineScheduler.h211 VLIWSchedBoundary Top; variable
221 ConvergingVLIWScheduler() : Top(TopQID, "TopQ"), Bot(BotQID, "BotQ") {} in ConvergingVLIWScheduler()
235 return Top.ResourceModel->getTotalPackets() + in reportPackets()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DBitTracker.h157 Top, // Bit not yet defined. enumerator
194 BitValue(ValueType T = Top) : Type(T) {} in Type()
233 if (V.Type == Top) // This.meet(Top) = This in meet()
241 if (Type == Top) { in meet()
375 RC.Bits[i] = BitValue(BitValue::Top); in top()
/openbsd-src/gnu/usr.bin/perl/cpan/NEXT/t/
H A Dunseen.t55 package Diamond::Top; our @ISA = qw[Diamond::Left Diamond::Right];
61 Diamond::Top->test;

12345678910>>...12