Searched refs:begin (Results 1 - 25 of 2351) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/dialog/samples/
H A Dwheel27 --begin `scaley 27` `scalex 98` --infobox "pushd /var/log >/dev/null" 0 0 --and-widget \
28 --begin `scaley 35` `scalex 95` --infobox "mkdir -p news -m 755" 0 0 --and-widget \
29 --begin `scaley 45` `scalex 86` --infobox "chown news.news news" 0 0 --and-widget \
30 --begin `scaley 48` `scalex 78` --infobox "cd /var/log/news" 0 0 --and-widget \
31 --begin `scaley 51` `scalex 61` --infobox "mkdir -p OLD -m 755" 0 0 --and-widget \
32 --begin `scaley 52` `scalex 47` --infobox "chown news.news OLD" 0 0 --and-widget \
33 --begin `scaley 51` `scalex 40` --infobox "cd /var/spool" 0 0 --and-widget \
34 --begin `scaley 48` `scalex 25` --infobox "mkdir -p news -m 775" 0 0 --and-widget \
35 --begin `scaley 42` `scalex 13` --infobox "chown news.news news" 0 0 --and-widget \
36 --begin `scale
[all...]
H A Dinfobox312 --begin 5 0 \
H A Dinfobox412 --begin 0 5 \
H A Dtailboxbg112 --begin 10 10 "$@" --tailboxbg listing.out 8 58 \
14 --begin 15 15 "$@" --tailboxbg listing.out 8 58 \
16 --begin 3 10 "$@" --msgbox "Press OK " 5 30 \
H A Dtailboxbg213 --begin 10 10 "$@" --tailboxbg listing.out 8 58 \
15 --begin 15 15 "$@" --tailboxbg listing.out 8 58 \
17 --begin 3 10 "$@" --msgbox "Press OK " 5 30 \
/freebsd-12-stable/sys/contrib/ngatm/netnatm/sig/
H A Dgenmsgcpyh.awk33 function begin() { function
/freebsd-12-stable/cddl/usr.sbin/dtrace/tests/common/begin/
H A DMakefile10 err.D_PDESC_ZERO.begin.d \
12 tst.begin.d \
13 tst.begin.d.out \
/freebsd-12-stable/contrib/processor-trace/libipt/src/
H A Dpt_event_queue.c69 uint8_t begin, end, gap, idx; local
77 begin = evq->begin[evb];
80 if (evq_max <= begin)
90 if (begin == gap)
101 uint8_t begin, end; local
109 begin = evq->begin[evb];
112 if (evq_max <= begin)
118 if (begin
142 uint8_t begin, end; local
177 uint8_t begin, end; local
[all...]
H A Dpt_sync.c70 const uint8_t *begin, *end; local
76 begin = config->begin;
106 if (pos < begin)
120 static int pt_sync_within_bounds(const uint8_t *pos, const uint8_t *begin, argument
127 return (begin <= pos) && (pos <= end);
133 const uint8_t *begin, *end; local
139 begin = config->begin;
142 if (!pt_sync_within_bounds(pos, begin, en
164 const uint8_t *begin, *end; local
205 const uint8_t *begin, *end; local
[all...]
/freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/
H A Dgenieh.awk33 function begin() { function
/freebsd-12-stable/usr.bin/mkcsmapper/
H A Dldef.h35 u_int32_t begin; member in struct:__anon17302
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Diterators_fn_imps.hpp50 begin() function in class:PB_DS_CLASS_C_DEC
58 begin() const function in class:PB_DS_CLASS_C_DEC
/freebsd-12-stable/contrib/llvm-project/lld/include/lld/Common/
H A DThreads.h70 for_each(llvm::parallel::par, std::begin(range), std::end(range), fn);
72 for_each(llvm::parallel::seq, std::begin(range), std::end(range), fn);
75 inline void parallelForEachN(size_t begin, size_t end, argument
78 for_each_n(llvm::parallel::par, begin, end, fn);
80 for_each_n(llvm::parallel::seq, begin, end, fn);
85 sort(llvm::parallel::par, std::begin(range), std::end(range), fn);
87 sort(llvm::parallel::seq, std::begin(range), std::end(range), fn);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugRanges.cpp53 dw_addr_t begin = debug_ranges_data.GetMaxU64(offset_ptr, addr_size); local
56 if (!begin && !end) {
61 if (begin == base_addr_marker) {
67 if (begin < end)
68 range_list.Append(DWARFRangeList::Entry(begin + base_addr, end - begin));
84 dw_addr_t begin = debug_ranges_data.GetMaxU64(offset_ptr, addr_size); local
88 if (begin == 0xFFFFFFFFull && addr_size == 4)
89 begin = LLDB_INVALID_ADDRESS;
92 if (begin
[all...]
H A DDWARFDeclContext.cpp27 collection::const_reverse_iterator begin = m_entries.rbegin(); local
29 for (pos = begin; pos != end; ++pos) {
30 if (pos != begin)
59 collection::const_iterator begin = m_entries.begin(); local
63 collection::const_iterator rhs_begin = rhs.m_entries.begin();
67 for (pos = begin, rhs_pos = rhs_begin; pos != end; ++pos, ++rhs_pos) {
81 for (pos = begin, rhs_pos = rhs_begin; pos != end; ++pos, ++rhs_pos) {
/freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/
H A DSkippableFrame.cpp25 MEM_readLE32(bytes.begin()) != kSkippableFrameMagicNumber ||
26 MEM_readLE32(bytes.begin() + 4) != kFrameContentsSize) {
29 return MEM_readLE32(bytes.begin() + 8);
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DICF.cpp47 void segregate(size_t begin, size_t end, bool constant);
56 size_t findBoundary(size_t begin, size_t end);
58 void forEachClassRange(size_t begin, size_t end,
103 void ICF::segregate(size_t begin, size_t end, bool constant) { argument
104 while (begin < end) {
108 chunks.begin() + begin + 1, chunks.begin() + end, [&](SectionChunk *s) {
110 return equalsConstant(chunks[begin], s);
111 return equalsVariable(chunks[begin],
194 findBoundary(size_t begin, size_t end) argument
201 forEachClassRange(size_t begin, size_t end, std::function<void(size_t, size_t)> fn) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFLocationExpression.cpp18 << formatv("{0}", make_range(Loc.Expr.begin(), Loc.Expr.end()));
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/list_update_map_/
H A Ddebug_fn_imps.hpp55 for (const_iterator it = begin(); it != end(); ++it)
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dsplit_join_fn_imps.hpp63 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(*begin())))
91 new_this.copy_from_ordered_range(begin(), it);
120 PB_DS_V2F(*other.begin()));
123 PB_DS_V2F(*begin()));
131 new_this.copy_from_ordered_range(begin(), end(),
132 other.begin(), other.end());
134 new_this.copy_from_ordered_range(other.begin(), other.end(),
135 begin(), end());
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.InvalidTraceName4.d.ksh46 $dtrace -n begin
/freebsd-12-stable/contrib/byacc/test/
H A Dgrammar.y134 long begin; /* offset in temporary file */
151 long begin; /* offset in temporary file */
158 long begin_comment; /* begin offset of comment */
167 long begin; /* offset in temporary file */
168 long begin_comment; /* begin offset of comment */
534 new_decl_spec(&decl_spec, dft_decl_spec(), $1->begin, DS_NONE);
576 new_decl_spec(&$$, $1.text, $1.begin, DS_NONE);
580 new_decl_spec(&$$, $1.text, $1.begin, DS_EXTERN);
584 new_decl_spec(&$$, $1.text, $1.begin, DS_NONE);
588 new_decl_spec(&$$, $1.text, $1.begin, DS_STATI
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DStringView.h40 return StringView(begin() + From, size() - From);
76 return *begin();
103 bool startsWith(char C) const { return !empty() && *begin() == C; }
108 return std::equal(Str.begin(), Str.end(), begin());
111 const char &operator[](size_t Idx) const { return *(begin() + Idx); }
113 const char *begin() const { return First; } function in class:StringView
121 std::equal(LHS.begin(), LHS.end(), RHS.begin());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIEliminationUtils.cpp25 return MBB->begin();
44 InsertPoint = MBB->begin();
47 InsertPoint = *DefUsesInMBB.begin();
/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-sync.c56 sfix->config.begin = sfix->buffer;
81 errcode = pt_sync_forward(NULL, sfix->config.begin, &sfix->config);
87 errcode = pt_sync_forward(&sync, sfix->config.begin, NULL);
98 errcode = pt_sync_backward(NULL, sfix->config.begin, &sfix->config);
104 errcode = pt_sync_backward(&sync, sfix->config.begin, NULL);
115 sfix->config.end = sfix->config.begin;
117 errcode = pt_sync_forward(&sync, sfix->config.begin, &sfix->config);
128 sfix->config.end = sfix->config.begin;
141 errcode = pt_sync_forward(&sync, sfix->config.begin, &sfix->config);
163 sfix_encode_psb(sfix->config.begin);
[all...]

Completed in 159 milliseconds

1234567891011>>