Home
last modified time | relevance | path

Searched +full:back +full:- +full:end (Results 1 – 25 of 1127) sorted by relevance

12345678910>>...46

/freebsd-src/lib/libpmc/pmu-events/arch/x86/icelake/
H A Dfrontend.json3 …t end is resteered, mainly when the BPU cannot provide a correct prediction and this is corrected …
9 …"PublicDescription": "Counts the number of times the front-end is resteered when it finds a branch…
15 "BriefDescription": "Decode Stream Buffer (DSB)-to-MITE transitions count.",
23 …"PublicDescription": "Counts the number of Decode Stream Buffer (DSB a.k.a. Uop Cache)-to-MITE spe…
29 "BriefDescription": "DSB-to-MITE switch true penalty cycles.",
35 …"PublicDescription": "Decode Stream Buffer (DSB) is a Uop-cache that holds translations of previou…
50 …Instructions that experienced DSB (Decode stream buffer i.e. the decoded instruction-cache) miss.",
65 …e stream buffer i.e. the decoded instruction-cache) miss. Critical means stalls were exposed to th…
116 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle",
125 …r an interval where the front-end delivered no uops for a period of at least 1 cycle which was not…
[all …]
/freebsd-src/lib/libpmc/pmu-events/arch/x86/icelakex/
H A Dfrontend.json3 …t end is resteered, mainly when the BPU cannot provide a correct prediction and this is corrected …
9 …"PublicDescription": "Counts the number of times the front-end is resteered when it finds a branch…
15 "BriefDescription": "Decode Stream Buffer (DSB)-to-MITE transitions count.",
23 …"PublicDescription": "Counts the number of Decode Stream Buffer (DSB a.k.a. Uop Cache)-to-MITE spe…
29 "BriefDescription": "DSB-to-MITE switch true penalty cycles.",
35 …"PublicDescription": "Decode Stream Buffer (DSB) is a Uop-cache that holds translations of previou…
50 …Instructions that experienced DSB (Decode stream buffer i.e. the decoded instruction-cache) miss.",
65 …e stream buffer i.e. the decoded instruction-cache) miss. Critical means stalls were exposed to th…
116 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle",
125 …r an interval where the front-end delivered no uops for a period of at least 1 cycle which was not…
[all …]
/freebsd-src/lib/libpmc/pmu-events/arch/x86/tigerlake/
H A Dfrontend.json3 …t end is resteered, mainly when the BPU cannot provide a correct prediction and this is corrected …
9 …"PublicDescription": "Counts the number of times the front-end is resteered when it finds a branch…
14 "BriefDescription": "Decode Stream Buffer (DSB)-to-MITE transitions count.",
22 …"PublicDescription": "Counts the number of Decode Stream Buffer (DSB a.k.a. Uop Cache)-to-MITE spe…
27 "BriefDescription": "DSB-to-MITE switch true penalty cycles.",
33 …"PublicDescription": "Decode Stream Buffer (DSB) is a Uop-cache that holds translations of previou…
47 …Instructions that experienced DSB (Decode stream buffer i.e. the decoded instruction-cache) miss.",
62 …e stream buffer i.e. the decoded instruction-cache) miss. Critical means stalls were exposed to th…
113 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle",
122 …r an interval where the front-end delivered no uops for a period of at least 1 cycle which was not…
[all …]
/freebsd-src/lib/libpmc/pmu-events/arch/x86/sapphirerapids/
H A Dfrontend.json9 …e number of prefixes in a 16B-line. This may result in a three-cycle penalty for each LCP (Length …
14 "BriefDescription": "DSB-to-MITE switch true penalty cycles.",
20 …"PublicDescription": "Decode Stream Buffer (DSB) is a Uop-cache that holds translations of previou…
34 …Instructions that experienced DSB (Decode stream buffer i.e. the decoded instruction-cache) miss.",
49 …e stream buffer i.e. the decoded instruction-cache) miss. Critical means stalls were exposed to th…
100 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle",
109 …r an interval where the front-end delivered no uops for a period of at least 1 cycle which was not…
115 …fter an interval where the front-end delivered no uops for a period of 128 cycles which was not in…
124 …fter an interval where the front-end delivered no uops for a period of 128 cycles which was not in…
130 …fter an interval where the front-end delivered no uops for a period of 16 cycles which was not int…
[all …]
/freebsd-src/contrib/less/
H A Dlesskey.nro4 lesskey \- customize key bindings for less
6 .B "lesskey [\-o output] [\-\-] [input]"
8 .B "lesskey [\-\-output=output] [\-\-] [input]"
10 .B "lesskey \-V"
12 .B "lesskey \-\
[all...]
H A Djump.c2 * Copyright (C) 1984-2024 Mark Nudelman
26 * Jump to the end of the file.
35 error("Cannot seek to end of file", NULL_PARG); in jump_forw()
39 if (position(sc_height-1) == end_pos) in jump_forw()
52 * Go back one line from the end of the file in jump_forw()
58 jump_loc(ch_zero(), sc_height-1); in jump_forw()
61 jump_loc(pos, sc_height-1); in jump_forw()
62 if (position(sc_height-1) != end_pos) in jump_forw()
72 POSITION end; in jump_forw_buffered() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp1 //===--- PPConditionalDirectiveRecord.h - Preprocessing Directives-*- C++ -*-=//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
30 if (low == CondDirectiveLocs.end()) in rangeIntersectsConditionalDirective()
33 if (SourceMgr.isBeforeInTranslationUnit(Range.getEnd(), low->getLoc())) in rangeIntersectsConditionalDirective()
37 upp = std::upper_bound(low, CondDirectiveLocs.end(), in rangeIntersectsConditionalDirective()
40 if (upp != CondDirectiveLocs.end()) in rangeIntersectsConditionalDirective()
41 uppRegion = upp->getRegionLoc(); in rangeIntersectsConditionalDirective()
43 return low->getRegionLoc() != uppRegion; in rangeIntersectsConditionalDirective()
[all …]
/freebsd-src/lib/libpmc/pmu-events/arch/x86/goldmont/
H A Dpipeline.json263 …ocation is stalled waiting for a mispredicted jump to retire or other branch-like conditions (e.g.…
273 …ource in the backend. Including but not limited to resources such as the Re-order Buffer (ROB), r…
352 "BriefDescription": "Self-Modifying Code detected",
357 …ction and has to perform a machine clear because of that modification. Self-modifying code (SMC) …
362 "BriefDescription": "Uops issued to the back end per cycle",
367end and allocated into the back end of the machine. This event counts uops that retire as well as…
371 "BriefDescription": "Uops requested but not-delivered to the back-end per cycle",
376-end inefficiencies. I.e. when front-end of the machine is not delivering uops to the back-end and…
407 …ued by the micro-sequencer (MS). Counts both the uops from a micro-coded instruction, and the uop…
/freebsd-src/lib/libpmc/pmu-events/arch/x86/skylakex/
H A Dfrontend.json3 …t end is resteered, mainly when the BPU cannot provide a correct prediction and this is corrected …
8 …"PublicDescription": "Counts the number of times the front-end is resteered when it finds a branch…
13 "BriefDescription": "Decode Stream Buffer (DSB)-to-MITE switches",
18 …e Decode Stream Buffer (DSB)-to-MITE switches including all misses because of missing Decode Strea…
23 "BriefDescription": "Decode Stream Buffer (DSB)-to-MITE switch true penalty cycles.",
28-to-MITE switch true penalty cycles. These cycles do not include uops routed through because of th…
41 …Instructions that experienced DSB (Decode stream buffer i.e. the decoded instruction-cache) miss.",
55 …e stream buffer i.e. the decoded instruction-cache) miss. Critical means stalls were exposed to th…
101 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle",
109 …r an interval where the front-end delivered no uops for a period of at least 1 cycle which was not…
[all …]
/freebsd-src/lib/libpmc/pmu-events/arch/x86/cascadelakex/
H A Dfrontend.json3 …t end is resteered, mainly when the BPU cannot provide a correct prediction and this is corrected …
8 …"PublicDescription": "Counts the number of times the front-end is resteered when it finds a branch…
13 "BriefDescription": "Decode Stream Buffer (DSB)-to-MITE switches",
18 …e Decode Stream Buffer (DSB)-to-MITE switches including all misses because of missing Decode Strea…
23 "BriefDescription": "Decode Stream Buffer (DSB)-to-MITE switch true penalty cycles.",
28-to-MITE switch true penalty cycles. These cycles do not include uops routed through because of th…
41 …Instructions that experienced DSB (Decode stream buffer i.e. the decoded instruction-cache) miss.",
55 …e stream buffer i.e. the decoded instruction-cache) miss. Critical means stalls were exposed to th…
101 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle",
109 …r an interval where the front-end delivered no uops for a period of at least 1 cycle which was not…
[all …]
/freebsd-src/lib/libpmc/pmu-events/arch/x86/skylake/
H A Dfrontend.json3 …t end is resteered, mainly when the BPU cannot provide a correct prediction and this is corrected …
8 …"PublicDescription": "Counts the number of times the front-end is resteered when it finds a branch…
13 "BriefDescription": "Decode Stream Buffer (DSB)-to-MITE switches",
18 …e Decode Stream Buffer (DSB)-to-MITE switches including all misses because of missing Decode Strea…
23 "BriefDescription": "Decode Stream Buffer (DSB)-to-MITE switch true penalty cycles.",
28-to-MITE switch true penalty cycles. These cycles do not include uops routed through because of th…
41 …Instructions that experienced DSB (Decode stream buffer i.e. the decoded instruction-cache) miss.",
55 …e stream buffer i.e. the decoded instruction-cache) miss. Critical means stalls were exposed to th…
101 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle",
109 …r an interval where the front-end delivered no uops for a period of at least 1 cycle which was not…
[all …]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h1 //===-- RangeMap.h ----------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
17 #include "lldb/lldb-private.h"
54 size -= std::min(s, size); in ShrinkFront()
61 size = new_end - base; in Union()
68 const BaseType lhs_base = this->GetRangeBase(); in Intersect()
70 const BaseType lhs_end = this->GetRangeEnd(); in Intersect()
80 void SetRangeEnd(BaseType end) { in SetRangeEnd()
81 if (end > base) in SetRangeEnd()
[all …]
/freebsd-src/lib/libpmc/pmu-events/arch/x86/goldmontplus/
H A Dpipeline.json284 "BriefDescription": "Instructions retired - using Reduced Skid PEBS feature",
312 …ocation is stalled waiting for a mispredicted jump to retire or other branch-like conditions (e.g.…
324 …ource in the backend. Including but not limited to resources such as the Re-order Buffer (ROB), r…
419 …r of times that the machines clears due to a page fault. Covers both I-side and D-side(Loads/Store…
424 "BriefDescription": "Self-Modifying Code detected",
431 …ction and has to perform a machine clear because of that modification. Self-modifying code (SMC) …
436 "BriefDescription": "Uops issued to the back end per cycle",
443end and allocated into the back end of the machine. This event counts uops that retire as well as…
447 "BriefDescription": "Uops requested but not-delivered to the back-end per cycle",
454-end inefficiencies. I.e. when front-end of the machine is not delivering uops to the back-end and…
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DMacroCallReconstructor.cpp1 //===--- MacroCallReconstructor.cpp - Format C++ code ------
[all...]
H A DFormatTokenLexer.cpp1 //===--- FormatTokenLexer.cpp - Lex FormatTokens ------
657 lexCSharpString(const char * Begin,const char * End,bool Verbatim,bool Interpolated) lexCSharpString() argument
746 const auto End = Lex->getBuffer().end(); handleCSharpVerbatimAndInterpolatedStrings() local
953 const char *End = Last->TokenText.data() + Last->TokenText.size(); tryMerge_TMacro() local
1077 const unsigned char *const End = Text.bytes_end(); countLeadingWhitespace() local
[all...]
/freebsd-src/share/doc/usd/12.vi/summary/
H A Dvi.summary76 % ex \fIname\fP edit \fIname\fP, start at end
78 % ex \-t \fItag\fP start at \fItag\fP
79 % ex \-r list saved files
80 % ex \-r \fIname\fP recover file \fIname\fP
82 % ex \-R \fIname\fP read only mode
127 $ last \fIx\fP-\fIn\fP \fIn\fP before \fIx\fP
129 \- previous \(aa\fIx\fP marked with \fIx\fP
168 lisp \fB( ) { }\fP are s-exp's
169 list print ^I for tab, $ at end
180 wrapscan ws around end of buffer?
[all …]
/freebsd-src/lib/libpmc/pmu-events/arch/x86/alderlake/
H A Dfrontend.json47 "BriefDescription": "DSB-to-MITE switch true penalty cycles.",
133 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle",
148 …fter an interval where the front-end delivered no uops for a period of 128 cycles which was not in…
163 …fter an interval where the front-end delivered no uops for a period of 16 cycles which was not int…
178 "BriefDescription": "Retired instructions after front-end starvation of at least 2 cycles",
193 …fter an interval where the front-end delivered no uops for a period of 256 cycles which was not in…
208 … an interval where the front-end had at least 1 bubble-slot for a period of 2 cycles which was not…
223 …fter an interval where the front-end delivered no uops for a period of 32 cycles which was not int…
238 …after an interval where the front-end delivered no uops for a period of 4 cycles which was not int…
253 …fter an interval where the front-end delivered no uops for a period of 512 cycles which was not in…
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp1 //===-- MsgPackDocument.cpp - MsgPack Document --------------------------*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 /// This file implements a class that exposes a simple in-memory representation
12 /// lighter-weight (in terms of memory allocations) replacement for
15 //===----------------------------------------------------------------------===//
24 void DocNode::convertToArray() { *this = getDocument()->getArrayNode(); } in convertToArray()
27 void DocNode::convertToMap() { *this = getDocument()->getMapNode(); } in convertToMap()
31 return find(getDocument()->getNode(S)); in find()
37 return (*this)[getDocument()->getNode(S)]; in operator []()
[all …]
/freebsd-src/sys/fs/ext2fs/
H A Dext2_subr.c1 /*-
4 * Aug 1995, Godmar Back (gback@cs.utah.edu)
7 /*-
8 * SPDX-License-Identifier: BSD-3-Clause
60 * directory "ip". If "res" is non-zero, fill it in with a pointer to the
73 fs = ip->i_e2fs; in ext2_blkatoff()
87 *res = (char *)bp->b_data + blkoff(fs, offset); in ext2_blkatoff()
97 * Cnt == 1 means free; cnt == -1 means allocating.
102 int32_t *sump = fs->e2fs_clustersum[cg].cs_sum; in ext2_clusteracct()
104 e4fs_daddr_t start, end, loc, forw, back; in ext2_clusteracct() local
[all …]
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DContinuousRangeMap.h1 //===- ContinuousRangeMap.h - Map with int range as key ---------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
30 /// where one ends, the next one begins. So if the map contains the stops I0-3,
67 if (!Rep.empty() && Rep.back() == Val) in insert()
70 assert((Rep.empty() || Rep.back().first < Val.first) && in insert()
77 if (I != Rep.end() && I->first == Val.first) { in insertOrReplace()
78 I->second = Val.second; in insertOrReplace()
89 iterator end() { return Rep.end(); } in end() function
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp1 //=== JSON.cpp - JSON value, parsing and serialization - C++ --------
415 const char *Start, *P, *End; global() member in llvm::json::__anon47535e080911::Parser
513 char *End; parseNumber() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPriorityWorklist.h1 //===- PriorityWorklist.h - Worklist with insertion priority ----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
30 /// A FILO worklist that prioritizes on re-insertion without duplication.
33 /// while re-insertion does not create a duplicate, it does adjust the
38 /// Note that this doesn't prevent re-insertion of elements which have been
39 /// visited -- if you need to break cycles, a set will still be necessary.
83 const T &back() const { in back() function
84 assert(!empty() && "Cannot call back() on empty PriorityWorklist!"); in back()
[all …]
H A DSCCIterator.h1 //===- ADT/SCCIterator.h - Strongly Connected Comp. Iter. -------*-
109 static scc_iterator end(const GraphT &) { return scc_iterator(); } end() function
[all...]
H A DDirectedGraph.h1 //===- llvm/ADT/DirectedGraph.h - Directed Graph ----------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
105 const_iterator end() const { return Edges.end(); } in end() function
107 iterator end() { return Edges.end(); } in end() function
110 const EdgeType &back() const { return *Edges.back(); } in back() function
111 EdgeType &back() { return *Edges.back(); } in back() function
120 if (E->getTargetNode() == N) in findEdgesTo()
134 return (findEdgeTo(N) != Edges.end()); in hasEdgeTo()
[all …]
/freebsd-src/contrib/libucl/doc/
H A Dlua_api.md19 end
27 end
32 -- Output:
33 --[[
38 --]]
45 > [`ucl_object_push_lua(L, obj, allow_array)`](#function-ucl_object_push_lual-obj-allow_array)
47 > [`ucl.to_format(var, format)`](#function-uclto_formatvar-format)
53 > [`parser:parse_file(name)`](#method-parserparse_filename)
55 > [`parser:parse_string(input)`](#method-parserparse_stringinput)
57 > [`parser:get_object()`](#method-parserget_object)
[all …]

12345678910>>...46