Home
last modified time | relevance | path

Searched refs:begin (Results 1 – 25 of 2606) sorted by relevance

12345678910>>...105

/freebsd-12.1/contrib/dialog/samples/
H A Dwheel28 --begin `scaley 35` `scalex 95` --infobox "mkdir -p news -m 755" 0 0 --and-widget \
30 --begin `scaley 48` `scalex 78` --infobox "cd /var/log/news" 0 0 --and-widget \
33 --begin `scaley 51` `scalex 40` --infobox "cd /var/spool" 0 0 --and-widget \
36 --begin `scaley 35` `scalex 4` --infobox "cd /var/spool/news" 0 0 --and-widget \
37 --begin `scaley 27` `scalex 2` --infobox "CURMASK=`umask`" 0 0 --and-widget \
38 --begin `scaley 19` `scalex 4` --infobox "umask 02" 0 0 --and-widget \
41 --begin `scaley 2` `scalex 37` --infobox "cd in.coming" 0 0 --and-widget \
42 --begin `scaley 1` `scalex 46` --infobox "mkdir -p bad tmp" 0 0 --and-widget \
44 --begin `scaley 5` `scalex 76` --infobox "umask $CURMASK" 0 0 --and-widget \
48 --begin `scaley 34` `scalex 95` --infobox "cd ~news" 0 0 --and-widget \
[all …]
/freebsd-12.1/contrib/processor-trace/libipt/src/
H A Dpt_event_queue.c77 begin = evq->begin[evb]; in pt_evq_enqueue()
90 if (begin == gap) in pt_evq_enqueue()
101 uint8_t begin, end; in pt_evq_dequeue() local
109 begin = evq->begin[evb]; in pt_evq_dequeue()
118 if (begin == end) in pt_evq_dequeue()
121 evq->begin[evb] = pt_evq_inc(begin); in pt_evq_dequeue()
142 uint8_t begin, end; in pt_evq_empty() local
150 begin = evq->begin[evb]; in pt_evq_empty()
177 uint8_t begin, end; in pt_evq_find() local
185 begin = evq->begin[evb]; in pt_evq_find()
[all …]
H A Dpt_sync.c70 const uint8_t *begin, *end; in pt_find_psb() local
76 begin = config->begin; in pt_find_psb()
106 if (pos < begin) in pt_find_psb()
127 return (begin <= pos) && (pos <= end); in pt_sync_within_bounds()
133 const uint8_t *begin, *end; in pt_sync_set() local
139 begin = config->begin; in pt_sync_set()
164 const uint8_t *begin, *end; in pt_sync_forward() local
169 begin = config->begin; in pt_sync_forward()
205 const uint8_t *begin, *end; in pt_sync_backward() local
210 begin = config->begin; in pt_sync_backward()
[all …]
H A Dpt_encoder.c88 uint8_t *begin, *end, *pos; in pt_enc_sync_set() local
93 begin = encoder->config.begin; in pt_enc_sync_set()
95 pos = begin + offset; in pt_enc_sync_set()
97 if (end < pos || pos < begin) in pt_enc_sync_set()
106 const uint8_t *raw, *begin; in pt_enc_get_offset() local
116 begin = encoder->config.begin; in pt_enc_get_offset()
117 if (!begin) in pt_enc_get_offset()
120 *offset = raw - begin; in pt_enc_get_offset()
153 begin = encoder->config.begin; in pt_reserve()
250 uint8_t *pos, *begin; in pt_enc_next() local
[all …]
H A Dpt_section_file.c112 long begin, end, fsize; in pt_sec_file_map() local
125 begin = (long) offset; in pt_sec_file_map()
126 end = begin + (long) size; in pt_sec_file_map()
129 if ((uint64_t) begin != offset) in pt_sec_file_map()
135 if (end < begin) in pt_sec_file_map()
159 mapping->begin = begin; in pt_sec_file_map()
202 long begin; in pt_sec_file_read() local
221 begin = mapping->begin + (long) offset; in pt_sec_file_read()
227 errcode = fseek(file, begin, SEEK_SET); in pt_sec_file_read()
/freebsd-12.1/contrib/byacc/test/
H A Dgrammar.y784 $$->begin = $1.begin;
801 $$->begin = $1.begin;
832 $$.begin = $1.begin;
837 $$.begin = $1.begin;
845 $$.begin = 0L;
854 $$.begin = $1.begin;
860 $$.begin = $1.begin;
935 $$.begin = $1.begin;
950 $$->begin = $1.begin;
962 $$->begin = $1.begin;
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp146 MapIterator iter = m_map.begin(); in Get()
165 for (pos = m_map.begin(); pos != end; pos++) { in AnyMatches()
195 for (begin = m_active_categories.begin(); begin != end; begin++) { in GetFormat()
196 lldb::TypeCategoryImplSP category_sp = *begin; in GetFormat()
235 for (begin = m_active_categories.begin(); begin != end; begin++) { in GetSummaryFormat()
236 lldb::TypeCategoryImplSP category_sp = *begin; in GetSummaryFormat()
277 for (begin = m_active_categories.begin(); begin != end; begin++) { in GetSyntheticChildren()
278 lldb::TypeCategoryImplSP category_sp = *begin; in GetSyntheticChildren()
319 for (begin = m_active_categories.begin(); begin != end; begin++) { in GetValidator()
320 lldb::TypeCategoryImplSP category_sp = *begin; in GetValidator()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp89 addTypedData(eltLLVMType, begin, begin + eltSize); in addTypedData()
90 addTypedData(eltLLVMType, begin + eltSize, begin + 2 * eltSize); in addTypedData()
95 addOpaqueData(begin, begin + CGM.getContext().getTypeSizeInChars(type)); in addTypedData()
196 addTypedData(type, begin, begin + getTypeStoreSize(CGM, type)); in addTypedData()
215 addLegalTypedData(componentTy, begin, begin + componentSize); in addTypedData()
246 addLegalTypedData(eltTy, begin, begin + eltSize); in addLegalTypedData()
286 Entries.insert(Entries.begin() + index, {begin, end, type}); in addEntry()
327 addEntry(eltTy, begin, begin + eltSize); in addEntry()
328 begin += eltSize; in addEntry()
398 begin += eltSize; in splitVectorEntry()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DRangeMap.h276 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryIndexThatContains() local
298 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryThatContains() local
320 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryThatContains() local
363 auto begin = m_entries.begin(); in Insert() local
511 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryIndexThatContains() local
533 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryThatContains() local
555 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryThatContains() local
762 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryThatContains() local
781 auto begin = m_entries.begin(), end = m_entries.end(); in FindEntryStartsAt() local
803 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryThatContainsOrFollows() local
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DSmallVector.h156 return begin()[idx];
161 return begin()[idx];
166 return begin()[0]; in front()
170 return begin()[0]; in front()
257 free(this->begin()); in grow()
343 free(this->begin()); in ~SmallVectorImpl()
665 return std::equal(this->begin(), this->end(), RHS.begin());
729 NewEnd = std::copy(RHS.begin(), RHS.begin()+RHSSize, this->begin());
731 NewEnd = this->begin();
752 std::copy(RHS.begin(), RHS.begin()+CurSize, this->begin());
[all …]
H A DTinyPtrVector.h182 iterator begin() { in begin() function
186 return Val.template get<VecTy *>()->begin(); in begin()
191 return begin() + (Val.isNull() ? 0 : 1); in end()
196 const_iterator begin() const { in begin() function
212 return const_reverse_iterator(begin()); in rend()
285 if (I == begin()) in erase()
301 if (S == begin() && S != E) in erase()
318 assert(I == begin()); in insert()
321 return begin(); in insert()
335 ptrdiff_t Offset = I - begin(); in insert()
[all …]
H A DSparseBitVector.h345 Iter = BitVector->Elements.begin(); in AdvanceToFirstNonZero()
399 Iter = BitVector->Elements.begin(); in BitVector()
462 CurrElementIter = Elements.begin();
467 CurrElementIter = Elements.begin();
583 CurrElementIter = Elements.begin();
603 CurrElementIter = Elements.begin();
631 CurrElementIter = Elements.begin();
657 CurrElementIter = Elements.begin(); in intersectWithComplement()
678 CurrElementIter = Elements.begin(); in intersectWithComplement()
701 CurrElementIter = Elements.begin(); in intersectWithComplement()
[all …]
/freebsd-12.1/contrib/processor-trace/libipt/test/src/
H A Dptunit-sync.c56 sfix->config.begin = sfix->buffer; in sfix_init()
115 sfix->config.end = sfix->config.begin; in sync_fwd_empty()
128 sfix->config.end = sfix->config.begin; in sync_bwd_empty()
163 sfix_encode_psb(sfix->config.begin); in sync_fwd_here()
167 ptu_ptr_eq(sync, sfix->config.begin); in sync_fwd_here()
191 sfix_encode_psb(sfix->config.begin + 0x23); in sync_fwd()
219 sfix_encode_psb(sfix->config.begin); in sync_fwd_past()
247 sfix_encode_psb(sfix->config.begin); in sync_fwd_cutoff()
249 sfix->config.begin += 1; in sync_fwd_cutoff()
263 sfix_encode_psb(sfix->config.begin); in sync_bwd_cutoff()
[all …]
/freebsd-12.1/contrib/bearssl/test/
H A Dtest_speed.c56 begin = clock(); \
108 begin = clock(); \
157 begin = clock(); \
203 begin = clock(); \
301 begin = clock(); in SPEED_HASH()
400 begin = clock(); in test_speed_poly1305_inner()
484 begin = clock(); in test_speed_eax_inner()
554 begin = clock(); in test_speed_shake_inner()
582 begin = clock(); in test_speed_shake_inner()
786 begin = clock(); in test_speed_rsa_inner()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DVariableList.cpp63 m_variables.erase(m_variables.begin() + idx); in RemoveVariableAtIndex()
70 for (pos = m_variables.begin(); pos != end; ++pos) { in FindVariableIndex()
72 return std::distance(m_variables.begin(), pos); in FindVariableIndex()
81 for (pos = m_variables.begin(); pos != end; ++pos) { in FindVariable()
97 for (pos = m_variables.begin(); pos != end; ++pos) { in FindVariable()
111 for (pos = m_variables.begin(); pos != end; ++pos) in AppendVariablesIfUnique()
121 for (pos = m_variables.begin(); pos != end; ++pos) { in AppendVariablesIfUnique()
138 for (pos = m_variables.begin(); pos != end; ++pos) { in AppendVariablesWithScope()
153 const iterator begin = m_variables.begin(); in FindIndexForVariable() local
157 return std::distance(begin, pos); in FindIndexForVariable()
[all …]
/freebsd-12.1/contrib/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp84 return Predecessors[Node].begin(); in pred_begin()
93 return PredClosure[Node].begin(); in pred_closure_begin()
102 return Successors[Node].begin(); in succ_begin()
111 return SuccClosure[Node].begin(); in succ_closure_begin()
184 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
196 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
217 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
232 if (it != Changes.begin()) in DAGDeltaAlgorithmImpl()
253 if (it != Roots.begin()) in DAGDeltaAlgorithmImpl()
294 Extended.insert(Changes.begin(), Changes.end()); in GetTestResult()
[all …]
/freebsd-12.1/bin/mv/tests/
H A Dlegacy_test.sh9 begin() function
141 begin 'Rename file'
149 begin 'Move files into directory'
161 begin 'Move file from directory to file'
202 begin 'Rename directory'
210 begin 'Move directory to directory name'
219 begin 'Move directory to directory'
246 begin 'Move directory to existing file'
258 begin 'Rename fifo'
266 begin 'Move fifos into directory'
[all …]
/freebsd-12.1/contrib/byacc/test/yacc/
H A Dgrammar.tab.c164 long begin; /* offset in temporary file */ member
1717 yyval.declarator->begin = yystack.l_mark[-1].text.begin; in YYPARSE_DECL()
1734 yyval.declarator->begin = yystack.l_mark[-2].text.begin; in YYPARSE_DECL()
1770 yyval.text.begin = yystack.l_mark[-1].text.begin; in YYPARSE_DECL()
1777 yyval.text.begin = yystack.l_mark[-2].text.begin; in YYPARSE_DECL()
1784 yyval.text.begin = 0L; in YYPARSE_DECL()
1791 yyval.text.begin = yystack.l_mark[0].decl_spec.begin; in YYPARSE_DECL()
1799 yyval.text.begin = yystack.l_mark[-1].text.begin; in YYPARSE_DECL()
1876 yyval.text.begin = yystack.l_mark[-1].text.begin; in YYPARSE_DECL()
1892 yyval.declarator->begin = yystack.l_mark[-1].text.begin; in YYPARSE_DECL()
[all …]
/freebsd-12.1/usr.sbin/newsyslog/tests/
H A Dlegacy_test.sh22 begin() function
233 begin "rotate normal 1 ${name_postfix}"
240 begin "rotate normal 2 ${name_postfix}"
248 begin "rotate normal 3 ${name_postfix}"
278 begin "noaction ${name_postfix}"
346 begin "noaction ${name_postfix}"
375 begin "rotate time 1 ${name_postfix}"
383 begin "rotate time 2 ${name_postfix}"
391 begin "rotate time 3 ${name_postfix}"
399 begin "rotate time 4 ${name_postfix}"
[all …]
/freebsd-12.1/usr.bin/jot/
H A Djot.c106 double begin = BEGIN_DEF; in main() local
223 s = ender > begin ? 1 : -1; in main()
232 reps = (ender - begin + s) / s; in main()
239 begin = BEGIN_DEF; in main()
248 begin = BEGIN_DEF; in main()
251 begin = ender - reps * s + s; in main()
262 ender = begin + reps * s - s; in main()
309 begin >= 0 && begin < divisor && in main()
311 if (begin <= ender) in main()
314 begin += 1; in main()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugRanges.cpp61 if (!begin && !end) { in Extract()
66 if (begin == base_addr_marker) { in Extract()
72 if (begin < end) in Extract()
73 range_list.Append(DWARFRangeList::Entry(begin + base_addr, end - begin)); in Extract()
93 if (begin == 0xFFFFFFFFull && addr_size == 4) in Dump()
94 begin = LLDB_INVALID_ADDRESS; in Dump()
97 if (begin == 0 && end == 0) { in Dump()
100 } else if (begin == LLDB_INVALID_ADDRESS) { in Dump()
106 dw_addr_t begin_addr = begin + base_addr; in Dump()
157 rangeList.push_back({DW_RLE_start_end, begin, end}); in ExtractRangeList()
[all …]
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dlist.tcc108 iterator __i = begin(); in resize()
125 iterator __first1 = begin(); in operator =()
145 iterator __i = begin(); in _M_fill_assign()
177 iterator __first = begin(); in remove()
194 iterator __first = begin(); in unique()
220 iterator __first1 = begin(); in merge()
222 iterator __first2 = __x.begin(); in merge()
250 iterator __first1 = begin(); in merge()
284 __carry.splice(__carry.begin(), *this, begin()); in sort()
311 iterator __first = begin(); in remove_if()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp70 m_break_loc_collection.begin(), in GetIDPairIterator()
79 m_break_loc_collection.begin(), in GetIDPairConstIterator()
144 collection::iterator pos, begin = m_break_loc_collection.begin(), in ValidForThisThread() local
147 for (pos = begin; pos != end; ++pos) { in ValidForThisThread()
156 collection::const_iterator pos, begin = m_break_loc_collection.begin(), in IsInternal() local
161 for (pos = begin; pos != end; ++pos) { in IsInternal()
173 collection::iterator pos, begin = m_break_loc_collection.begin(), in GetDescription() local
176 for (pos = begin; pos != end; ++pos) { in GetDescription()
177 if (pos != begin) in GetDescription()
/freebsd-12.1/contrib/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h36 for (typename MapTy::const_iterator I = Map.begin(), E = Map.end(); I != E; in ~BlotMapVector()
41 for (typename VectorTy::const_iterator I = Vector.begin(), E = Vector.end(); in ~BlotMapVector()
44 Map[I->first] == size_t(I - Vector.begin()))); in ~BlotMapVector()
51 iterator begin() { return Vector.begin(); } in begin() function
53 const_iterator begin() const { return Vector.begin(); } in begin() function
75 return std::make_pair(Vector.begin() + Num, true); in insert()
77 return std::make_pair(Vector.begin() + Pair.first->second, false); in insert()
84 return Vector.begin() + It->second; in find()
91 return Vector.begin() + It->second; in find()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DGnu.cpp1758 GentooTestTriples.append(ExtraTripleAliases.begin(), in init()
1972 using std::begin; in CollectLibDirsAndTriples()
1994 TripleAliases.append(begin(SolarisX86_64Triples), in CollectLibDirsAndTriples()
2000 TripleAliases.append(begin(SolarisSparcV8Triples), in CollectLibDirsAndTriples()
2006 TripleAliases.append(begin(SolarisSparcV9Triples), in CollectLibDirsAndTriples()
2031 TripleAliases.append(begin(AArch64AndroidTriples), in CollectLibDirsAndTriples()
2041 TripleAliases.append(begin(MIPSELAndroidTriples), in CollectLibDirsAndTriples()
2057 TripleAliases.append(begin(X86_64AndroidTriples), in CollectLibDirsAndTriples()
2092 LibDirs.append(begin(ARMLibDirs), end(ARMLibDirs)); in CollectLibDirsAndTriples()
2122 LibDirs.append(begin(X86LibDirs), end(X86LibDirs)); in CollectLibDirsAndTriples()
[all …]

12345678910>>...105