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

1234567891011>>

/freebsd-11-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-11-stable/sys/contrib/ngatm/netnatm/sig/
H A Dgenmsgcpyh.awk33 function begin() { function
/freebsd-11-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-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Dgenieh.awk33 function begin() { function
/freebsd-11-stable/usr.bin/mkcsmapper/
H A Dldef.h35 u_int32_t begin; member in struct:__anon8641
/freebsd-11-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-11-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-11-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-11-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-11-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)
H A Diterators_fn_imps.hpp50 begin() function in class:PB_DS_CLASS_C_DEC
63 begin() const function in class:PB_DS_CLASS_C_DEC
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFLocationExpression.cpp18 << formatv("{0}", make_range(Loc.Expr.begin(), Loc.Expr.end()));
/freebsd-11-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-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.InvalidTraceName4.d.ksh46 $dtrace -n begin
/freebsd-11-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-11-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-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIEliminationUtils.cpp25 return MBB->begin();
44 InsertPoint = MBB->begin();
47 InsertPoint = *DefUsesInMBB.begin();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h127 iterator begin() { return (iterator)this->BeginX; } function in class:llvm::SmallVectorTemplateCommon
128 const_iterator begin() const { return (const_iterator)this->BeginX; } function in class:llvm::SmallVectorTemplateCommon
129 iterator end() { return begin() + size(); }
130 const_iterator end() const { return begin() + size(); }
135 reverse_iterator rend() { return reverse_iterator(begin()); }
136 const_reverse_iterator rend() const { return const_reverse_iterator(begin());}
144 pointer data() { return pointer(begin()); }
146 const_pointer data() const { return const_pointer(begin()); }
150 return begin()[idx];
154 return begin()[id
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Diterator_fn_imps.hpp45 * begin().
59 begin() function in class:PB_DS_CLASS_C_DEC
76 begin() const function in class:PB_DS_CLASS_C_DEC
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Diterators_fn_imps.hpp50 begin() function in class:PB_DS_CLASS_C_DEC
66 begin() const function in class:PB_DS_CLASS_C_DEC

Completed in 210 milliseconds

1234567891011>>