Home
last modified time | relevance | path

Searched refs:sorted_ranges (Results 1 – 16 of 16) sorted by relevance

/dports/editors/rehex/rehex-0.4.0/src/
H A DByteRangeSet.cpp380 for(auto i = sorted_ranges.begin(); i != sorted_ranges.end(); ++i) in set_range()
390 sorted_ranges.push_back(*i); in set_range()
413 return sorted_ranges; in get_ranges()
418 return sorted_ranges.begin(); in begin()
423 return sorted_ranges.end(); in end()
428 assert(idx < sorted_ranges.size()); in operator []()
429 return sorted_ranges[idx]; in operator []()
434 return sorted_ranges.size(); in size()
439 return sorted_ranges.empty(); in empty()
H A DByteRangeSet.hpp260 std::vector<ByteRangeSet::Range> sorted_ranges; member in REHex::OrderedByteRangeSet
265 return sorted_ranges == rhs.sorted_ranges; in operator ==()
/dports/devel/py-azure-cosmos/azure-cosmos-3.2.0/azure/cosmos/routing/
H A Drouting_map_provider.py132 def get_overlapping_ranges(self, collection_link, sorted_ranges): argument
147 if not self._is_sorted_and_non_overlapping(sorted_ranges):
152 it = iter(sorted_ranges)
/dports/misc/urh/urh-2.9.2/src/urh/awre/engines/
H A DAddressEngine.py123 sorted_ranges = sorted(filter(lambda cr: cr.score > self.minimum_score, common_ranges),
125 if len(sorted_ranges) == 0:
132 for rng in filter(lambda r: r.length == address_length, sorted_ranges):
193 sorted_ranges = sorted(filter(lambda cr: cr.score > self.minimum_score, common_ranges),
196 max_scored = [r for r in sorted_ranges if r.score == sorted_ranges[0].score]
200 same_message_rng = [r for r in sorted_ranges
/dports/net/py-netaddr/netaddr-0.8.0/netaddr/ip/
H A Dsets.py56 def _iter_merged_ranges(sorted_ranges): argument
65 if not sorted_ranges:
68 current_version, current_start, current_stop = sorted_ranges[0]
70 for next_version, next_start, next_stop in sorted_ranges[1:]:
744 sorted_ranges = [(cidr._module.version, cidr.first, cidr.last) for
747 for start, stop in _iter_merged_ranges(sorted_ranges):
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/
H A Ddwarf_cu_to_module.cc1025 vector<FunctionRange> sorted_ranges; in AssignLinesToFunctions() local
1026 FillSortedFunctionRanges(sorted_ranges, functions); in AssignLinesToFunctions()
1031 vector<FunctionRange>::iterator range_it = sorted_ranges.begin(); in AssignLinesToFunctions()
1043 if (range_it != sorted_ranges.end() && line_it != lines_.end()) { in AssignLinesToFunctions()
1051 } else if (range_it != sorted_ranges.end()) { in AssignLinesToFunctions()
1172 while (range_it != sorted_ranges.end() in AssignLinesToFunctions()
1176 range = (range_it != sorted_ranges.end()) ? &(*range_it) : NULL; in AssignLinesToFunctions()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/common/
H A Ddwarf_cu_to_module.cc1035 vector<FunctionRange> sorted_ranges; in AssignLinesToFunctions() local
1036 FillSortedFunctionRanges(sorted_ranges, functions); in AssignLinesToFunctions()
1041 vector<FunctionRange>::iterator range_it = sorted_ranges.begin(); in AssignLinesToFunctions()
1053 if (range_it != sorted_ranges.end() && line_it != lines_.end()) { in AssignLinesToFunctions()
1061 } else if (range_it != sorted_ranges.end()) { in AssignLinesToFunctions()
1182 while (range_it != sorted_ranges.end() in AssignLinesToFunctions()
1186 range = (range_it != sorted_ranges.end()) ? &(*range_it) : NULL; in AssignLinesToFunctions()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/common/
H A Ddwarf_cu_to_module.cc1035 vector<FunctionRange> sorted_ranges; in AssignLinesToFunctions() local
1036 FillSortedFunctionRanges(sorted_ranges, functions); in AssignLinesToFunctions()
1041 vector<FunctionRange>::iterator range_it = sorted_ranges.begin(); in AssignLinesToFunctions()
1053 if (range_it != sorted_ranges.end() && line_it != lines_.end()) { in AssignLinesToFunctions()
1061 } else if (range_it != sorted_ranges.end()) { in AssignLinesToFunctions()
1182 while (range_it != sorted_ranges.end() in AssignLinesToFunctions()
1186 range = (range_it != sorted_ranges.end()) ? &(*range_it) : NULL; in AssignLinesToFunctions()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/common/
H A Ddwarf_cu_to_module.cc1035 vector<FunctionRange> sorted_ranges; in AssignLinesToFunctions() local
1036 FillSortedFunctionRanges(sorted_ranges, functions); in AssignLinesToFunctions()
1041 vector<FunctionRange>::iterator range_it = sorted_ranges.begin(); in AssignLinesToFunctions()
1053 if (range_it != sorted_ranges.end() && line_it != lines_.end()) { in AssignLinesToFunctions()
1061 } else if (range_it != sorted_ranges.end()) { in AssignLinesToFunctions()
1182 while (range_it != sorted_ranges.end() in AssignLinesToFunctions()
1186 range = (range_it != sorted_ranges.end()) ? &(*range_it) : NULL; in AssignLinesToFunctions()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/
H A DProjectFilesDialog.cpp516 QVector<Range> sorted_ranges; in remove() local
518 sorted_ranges.push_back(Range(range.top(), range.bottom())); in remove()
521 std::sort(sorted_ranges.begin(), sorted_ranges.end(), in remove()
524 QVectorIterator<Range> it(sorted_ranges); in remove()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/common/
H A Ddwarf_cu_to_module.cc1058 vector<FunctionRange> sorted_ranges; in AssignLinesToFunctions() local
1059 FillSortedFunctionRanges(sorted_ranges, functions); in AssignLinesToFunctions()
1064 vector<FunctionRange>::iterator range_it = sorted_ranges.begin(); in AssignLinesToFunctions()
1076 if (range_it != sorted_ranges.end() && line_it != lines_.end()) { in AssignLinesToFunctions()
1084 } else if (range_it != sorted_ranges.end()) { in AssignLinesToFunctions()
1213 while (range_it != sorted_ranges.end() in AssignLinesToFunctions()
1217 range = (range_it != sorted_ranges.end()) ? &(*range_it) : NULL; in AssignLinesToFunctions()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/common/
H A Ddwarf_cu_to_module.cc1374 vector<FunctionRange> sorted_ranges; in AssignLinesToFunctions() local
1375 FillSortedFunctionRanges(sorted_ranges, functions); in AssignLinesToFunctions()
1380 vector<FunctionRange>::iterator range_it = sorted_ranges.begin(); in AssignLinesToFunctions()
1392 if (range_it != sorted_ranges.end() && line_it != lines_.end()) { in AssignLinesToFunctions()
1400 } else if (range_it != sorted_ranges.end()) { in AssignLinesToFunctions()
1521 while (range_it != sorted_ranges.end() in AssignLinesToFunctions()
1525 range = (range_it != sorted_ranges.end()) ? &(*range_it) : NULL; in AssignLinesToFunctions()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/debug/src/transform/
H A Daddress_transform.rs175 let mut sorted_ranges = active_ranges.clone(); in build_function_lookup() localVariable
176 sorted_ranges.sort(); in build_function_lookup()
177 index.insert(position, sorted_ranges.into_boxed_slice()); in build_function_lookup()
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/ttLib/tables/
H A DotTables.py526 sorted_ranges = sorted(ranges, key=lambda a: a.StartCoverageIndex)
527 if ranges != sorted_ranges:
529 ranges = sorted_ranges
530 del sorted_ranges
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/ttLib/tables/
H A DotTables.py530 sorted_ranges = sorted(ranges, key=lambda a: a.StartCoverageIndex)
531 if ranges != sorted_ranges:
533 ranges = sorted_ranges
534 del sorted_ranges
/dports/net/p5-IP-Country/IP-Country-2.28/
H A DINSTALL150 The output of ipcc_loader.pl (sorted_ranges.txt) is read by the second