| /freebsd-13.1/contrib/dialog/samples/ |
| H A D | wheel | 28 --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-13.1/contrib/processor-trace/libipt/src/ |
| H A D | pt_event_queue.c | 77 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 D | pt_sync.c | 70 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, *start; in pt_sync_forward() local 170 begin = config->begin; in pt_sync_forward() 212 const uint8_t *begin, *end; in pt_sync_backward() local 217 begin = config->begin; in pt_sync_backward() [all …]
|
| /freebsd-13.1/contrib/byacc/test/ |
| H A D | grammar.y | 785 $$->begin = $1.begin; 802 $$->begin = $1.begin; 833 $$.begin = $1.begin; 838 $$.begin = $1.begin; 846 $$.begin = 0L; 855 $$.begin = $1.begin; 861 $$.begin = $1.begin; 936 $$.begin = $1.begin; 951 $$->begin = $1.begin; 963 $$->begin = $1.begin; [all …]
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | ICF.cpp | 106 while (begin < end) { in segregate() 110 chunks.begin() + begin + 1, chunks.begin() + end, [&](SectionChunk *s) { in segregate() 115 size_t mid = bound - chunks.begin(); in segregate() 126 begin = mid; in segregate() 141 return std::equal(ra.begin(), ra.end(), rb.begin(), rb.end(), in assocEquals() 209 while (begin < end) { in forEachClassRange() 211 fn(begin, mid); in forEachClassRange() 212 begin = mid; in forEachClassRange() 295 forEachClass([&](size_t begin, size_t end) { segregate(begin, end, true); }); in run() argument 301 [&](size_t begin, size_t end) { segregate(begin, end, false); }); in run() argument [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | SwiftCallingConv.cpp | 88 addTypedData(eltLLVMType, begin, begin + eltSize); in addTypedData() 89 addTypedData(eltLLVMType, begin + eltSize, begin + 2 * eltSize); in addTypedData() 94 addOpaqueData(begin, begin + CGM.getContext().getTypeSizeInChars(type)); in addTypedData() 107 addOpaqueData(begin + valueSize, begin + atomicSize); in addTypedData() 208 addTypedData(type, begin, begin + getTypeStoreSize(CGM, type)); in addTypedData() 227 addLegalTypedData(componentTy, begin, begin + componentSize); in addTypedData() 258 addLegalTypedData(eltTy, begin, begin + eltSize); in addLegalTypedData() 298 Entries.insert(Entries.begin() + index, {begin, end, type}); in addEntry() 342 addEntry(eltTy, begin, begin + eltSize); in addEntry() 343 begin += eltSize; in addEntry() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | ICF.cpp | 143 return std::equal(ia->relocs.begin(), ia->relocs.end(), ib->relocs.begin(), in equalsConstant() 179 return std::equal(ia->relocs.begin(), ia->relocs.end(), ib->relocs.begin(), in equalsVariable() 195 while (begin < end) { in forEachClassRange() 197 func(begin, mid); in forEachClassRange() 198 begin = mid; in forEachClassRange() 265 [&](size_t begin, size_t end) { segregate(begin, end, equalsConstant); }); in run() argument 278 if (end - begin < 2) in run() 288 size_t begin, size_t end, in segregate() argument 291 while (begin < end) { in segregate() 294 auto bound = std::stable_partition(icfInputs.begin() + begin + 1, in segregate() [all …]
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | view_interface.h | 62 return ranges::begin(__derived()) == ranges::end(__derived()); in empty() 97 return _VSTD::to_address(ranges::begin(__derived())); in data() 106 return _VSTD::to_address(ranges::begin(__derived())); in data() 132 noexcept(noexcept(*ranges::begin(__derived()))) in decltype() 137 return *ranges::begin(__derived()); in decltype() 143 noexcept(noexcept(*ranges::begin(__derived()))) in decltype() 148 return *ranges::begin(__derived()); in decltype() 176 noexcept(noexcept(ranges::begin(__derived())[__index])) in decltype() 178 return ranges::begin(__derived())[__index]; in decltype() 184 noexcept(noexcept(ranges::begin(__derived())[__index])) in decltype() [all …]
|
| H A D | access.h | 52 void begin(auto&) = delete; 53 void begin(const auto&) = delete; 80 noexcept(noexcept(_VSTD::__decay_copy(__t.begin()))) in operator() 82 return __t.begin(); in operator() 88 noexcept(noexcept(_VSTD::__decay_copy(begin(__t)))) in operator() 90 return begin(__t); in operator() 99 inline constexpr auto begin = __begin::__fn{}; 169 requires invocable<decltype(ranges::begin), _Tp const&> 171 noexcept(noexcept(ranges::begin(_VSTD::as_const(__t)))) in operator() 173 return ranges::begin(_VSTD::as_const(__t)); in operator() [all …]
|
| /freebsd-13.1/contrib/processor-trace/libipt/test/src/ |
| H A D | ptunit-sync.c | 56 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-13.1/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | access.h | 28 begin(_Tp (&__array)[_Np]) in begin() function 46 begin(_Cp& __c) -> decltype(__c.begin()) 48 return __c.begin(); 54 begin(const _Cp& __c) -> decltype(__c.begin()) 56 return __c.begin(); 79 auto cbegin(const _Cp& __c) -> decltype(_VSTD::begin(__c)) 81 return _VSTD::begin(__c); 99 begin(_Cp& __c) in begin() function 101 return __c.begin(); in begin() 107 begin(const _Cp& __c) in begin() function [all …]
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_common_fuchsia.cpp | 73 uptr begin = reinterpret_cast<uptr>(chunk); in LockStuffAndStopTheWorld() local 74 uptr end = begin + size; in LockStuffAndStopTheWorld() 75 ScanGlobalRange(begin, end, ¶ms->argument->frontier); in LockStuffAndStopTheWorld() 81 uptr begin = reinterpret_cast<uptr>(chunk); in LockStuffAndStopTheWorld() local 82 uptr end = begin + size; in LockStuffAndStopTheWorld() 90 uptr begin = reinterpret_cast<uptr>(chunk); in LockStuffAndStopTheWorld() local 91 uptr end = begin + size; in LockStuffAndStopTheWorld() 108 uptr begin = reinterpret_cast<uptr>(chunk); in LockStuffAndStopTheWorld() local 109 uptr end = begin + size; in LockStuffAndStopTheWorld() 112 params->allocator_caches[i] >= begin && in LockStuffAndStopTheWorld() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | RangeMap.h | 147 auto begin = m_entries.begin(); in Insert() local 155 if (pos != begin) { in Insert() 279 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryIndexThatContains() local 286 } else if (pos != begin) { in FindEntryIndexThatContains() 301 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryThatContains() local 323 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryThatContains() local 341 const_iterator begin() const { return m_entries.begin(); } in begin() function 529 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryThatContains() local 548 auto begin = m_entries.begin(), end = m_entries.end(); in FindEntryStartsAt() local 570 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryThatContainsOrFollows() local [all …]
|
| /freebsd-13.1/contrib/kyua/utils/format/ |
| H A D | formatter.cpp | 67 std::string::size_type begin) in find_next_placeholder() argument 69 begin = expansion.find('%', begin); in find_next_placeholder() 70 while (begin != std::string::npos && expansion[begin + 1] == '%') in find_next_placeholder() 71 begin = expansion.find('%', begin + 2); in find_next_placeholder() 72 if (begin == std::string::npos) in find_next_placeholder() 74 if (begin == expansion.length() - 1) in find_next_placeholder() 77 std::string::size_type end = begin + 1; in find_next_placeholder() 80 const std::string placeholder = expansion.substr(begin, end - begin + 1); in find_next_placeholder() 85 return std::make_pair(begin, placeholder); in find_next_placeholder() 161 strip_double_percent(const std::string& in, const std::string::size_type begin, in strip_double_percent() argument [all …]
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | ICF.cpp | 210 while (begin < end) { in segregate() 214 std::stable_partition(sections.begin() + begin + 1, in segregate() 220 size_t mid = bound - sections.begin(); in segregate() 226 for (size_t i = begin; i < mid; ++i) in segregate() 233 begin = mid; in segregate() 380 for (size_t i = begin + 1; i < end; ++i) in findBoundary() 394 while (begin < end) { in forEachClassRange() 395 size_t mid = findBoundary(begin, end); in forEachClassRange() 396 fn(begin, mid); in forEachClassRange() 397 begin = mid; in forEachClassRange() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugRanges.cpp | 53 dw_addr_t begin = debug_ranges_data.GetMaxU64(offset_ptr, addr_size); in Extract() local 56 if (!begin && !end) { in Extract() 61 if (begin == base_addr_marker) { in Extract() 67 if (begin < end) in Extract() 68 range_list.Append(DWARFRangeList::Entry(begin + base_addr, end - begin)); in Extract() 84 dw_addr_t begin = debug_ranges_data.GetMaxU64(offset_ptr, addr_size); in Dump() local 88 if (begin == 0xFFFFFFFFull && addr_size == 4) in Dump() 89 begin = LLDB_INVALID_ADDRESS; in Dump() 92 if (begin == 0 && end == 0) { in Dump() 95 } else if (begin == LLDB_INVALID_ADDRESS) { in Dump() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SmallVector.h | 278 return begin()[idx]; 282 return begin()[idx]; 287 return begin()[0]; in front() 291 return begin()[0]; in front() 448 free(this->begin()); in takeAllocationForGrow() 582 free(this->begin()); in ~SmallVectorImpl() 923 return std::equal(this->begin(), this->end(), RHS.begin()); 985 NewEnd = std::copy(RHS.begin(), RHS.begin()+RHSSize, this->begin()); 987 NewEnd = this->begin(); 1007 std::copy(RHS.begin(), RHS.begin()+CurSize, this->begin()); [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | VariableList.cpp | 58 m_variables.erase(m_variables.begin() + idx); in RemoveVariableAtIndex() 65 for (pos = m_variables.begin(); pos != end; ++pos) { in FindVariableIndex() 67 return std::distance(m_variables.begin(), pos); in FindVariableIndex() 76 for (pos = m_variables.begin(); pos != end; ++pos) { in FindVariable() 92 for (pos = m_variables.begin(); pos != end; ++pos) { in FindVariable() 106 for (pos = m_variables.begin(); pos != end; ++pos) in AppendVariablesIfUnique() 116 for (pos = m_variables.begin(); pos != end; ++pos) { in AppendVariablesIfUnique() 133 for (pos = m_variables.begin(); pos != end; ++pos) { in AppendVariablesWithScope() 148 const iterator begin = m_variables.begin(); in FindIndexForVariable() local 152 return std::distance(begin, pos); in FindIndexForVariable() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeCategoryMap.cpp | 97 MapType::iterator iter = m_map.begin(), end = m_map.end(); in EnableAllCategories() 104 sorted_categories.begin(), sorted_categories.end(), in EnableAllCategories() 106 pos = std::distance(sorted_categories.begin(), iter); in EnableAllCategories() 144 MapIterator iter = m_map.begin(); in Get() 163 for (pos = m_map.begin(); pos != end; pos++) { in AnyMatches() 192 for (begin = m_active_categories.begin(); begin != end; begin++) { in Get() 193 lldb::TypeCategoryImplSP category_sp = *begin; in Get() 227 for (begin = m_active_categories.begin(); begin != end; begin++) { in ForEach() 228 lldb::TypeCategoryImplSP category = *begin; in ForEach() 237 for (pos = m_map.begin(); pos != end; pos++) { in ForEach() [all …]
|
| /freebsd-13.1/contrib/bearssl/test/ |
| H A D | test_speed.c | 56 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-13.1/usr.sbin/newsyslog/tests/ |
| H A D | legacy_test.sh | 22 begin() function 281 begin "noaction ${name_postfix}" 351 begin "noaction ${name_postfix}" 382 begin "rotate time 1 ${name_postfix}" 390 begin "rotate time 2 ${name_postfix}" 412 begin "noaction ${name_postfix}" 470 begin "create file" 477 begin "rotate p flag 1 ${ext}" 505 begin "create file recompress" 511 begin "rotate normal 1" [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | DAGDeltaAlgorithm.cpp | 83 return Predecessors[Node].begin(); in pred_begin() 92 return PredClosure[Node].begin(); in pred_closure_begin() 101 return Successors[Node].begin(); in succ_begin() 110 return SuccClosure[Node].begin(); in succ_closure_begin() 183 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl() 195 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl() 216 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl() 231 if (it != Changes.begin()) in DAGDeltaAlgorithmImpl() 252 if (it != Roots.begin()) in DAGDeltaAlgorithmImpl() 293 Extended.insert(Changes.begin(), Changes.end()); in GetTestResult() [all …]
|
| /freebsd-13.1/bin/mv/tests/ |
| H A D | legacy_test.sh | 9 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-13.1/usr.bin/jot/ |
| H A D | jot.c | 106 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-13.1/contrib/byacc/test/yacc/ |
| H A D | grammar.tab.c | 165 long begin; /* offset in temporary file */ member 1720 yyval.declarator->begin = yystack.l_mark[-1].text.begin; in YYPARSE_DECL() 1737 yyval.declarator->begin = yystack.l_mark[-2].text.begin; in YYPARSE_DECL() 1773 yyval.text.begin = yystack.l_mark[-1].text.begin; in YYPARSE_DECL() 1780 yyval.text.begin = yystack.l_mark[-2].text.begin; in YYPARSE_DECL() 1787 yyval.text.begin = 0L; in YYPARSE_DECL() 1794 yyval.text.begin = yystack.l_mark[0].decl_spec.begin; in YYPARSE_DECL() 1802 yyval.text.begin = yystack.l_mark[-1].text.begin; in YYPARSE_DECL() 1879 yyval.text.begin = yystack.l_mark[-1].text.begin; in YYPARSE_DECL() 1895 yyval.declarator->begin = yystack.l_mark[-1].text.begin; in YYPARSE_DECL() [all …]
|