Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 824) sorted by relevance

12345678910>>...33

/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBBreakpoint.cpp56 iterator pos = m_breakpoints.find(addr); in Add() local
61 iterator pos = m_breakpoints.find(addr); in Remove() local
70 iterator pos = m_breakpoints.find(addr); in FindByAddress() local
78 const_iterator pos = m_breakpoints.find(addr); in FindByAddress() local
91 iterator pos = m_breakpoints.lower_bound(addr); in FindBreakpointsThatOverlapRange() local
121 const_iterator pos; in Dump() local
128 iterator pos, end = m_breakpoints.end(); in DisableAll() local
137 const_iterator pos = m_breakpoints.lower_bound(addr); in RemoveTrapsFromBuffer() local
158 iterator pos, end = m_breakpoints.end(); in DisableAllBreakpoints() local
164 iterator pos, end = m_breakpoints.end(); in DisableAllWatchpoints() local
[all …]
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpointList.cpp46 wp_collection::const_iterator pos, end = m_watchpoints.end(); in DumpWithLevel() local
56 wp_collection::const_iterator pos, end = m_watchpoints.end(); in FindByAddress() local
74 wp_collection::const_iterator pos, end = m_watchpoints.end(); in FindBySpec() local
141 wp_collection::const_iterator pos = m_watchpoints.begin(); in GetByIndex() local
152 wp_collection::const_iterator pos = m_watchpoints.begin(); in GetByIndex() local
161 wp_collection::const_iterator pos, end = m_watchpoints.end(); in GetWatchpointIDs() local
169 wp_collection::iterator pos = GetIDIterator(watch_id); in Remove() local
189 wp_collection::const_iterator pos, end = m_watchpoints.end(); in GetHitCount() local
212 wp_collection::iterator pos, end = m_watchpoints.end(); in GetDescription() local
223 wp_collection::iterator pos, end = m_watchpoints.end(); in SetEnabledAll() local
[all …]
H A DBreakpointSiteList.cpp65 collection::iterator pos = GetIDIterator(break_id); // Predicate in Remove() local
75 collection::iterator pos = m_bp_site_list.find(address); in RemoveByAddress() local
114 collection::iterator pos = GetIDIterator(break_id); in FindByID() local
125 collection::const_iterator pos = GetIDConstIterator(break_id); in FindByID() local
144 collection::const_iterator pos = GetIDConstIterator(bp_site_id); in BreakpointSiteContainsBreakpoint() local
157 collection::const_iterator pos; in Dump() local
178 collection::const_iterator lower, upper, pos; in FindInRange() local
H A DBreakpointLocationList.cpp71 collection::const_iterator pos = in FindByID() local
83 collection::iterator pos, end = m_locations.end(); in FindInModule() local
114 addr_map::const_iterator pos = m_address_to_location.find(so_addr); in FindByAddress() local
129 collection::const_iterator pos, end = m_locations.end(); in Dump() local
155 collection::iterator pos, end = m_locations.end(); in ClearAllBreakpointSites() local
162 collection::iterator pos, end = m_locations.end(); in ResolveAllBreakpointSites() local
173 collection::const_iterator pos, end = m_locations.end(); in GetHitCount() local
188 collection::const_iterator pos, end = m_locations.end(); in GetNumResolvedLocations() local
199 collection::iterator pos, end = m_locations.end(); in GetDescription() local
H A DBreakpointLocationCollection.cpp36 collection::iterator pos = GetIDPairIterator(bp_id, bp_loc_id); // Predicate in Remove() local
82 collection::iterator pos = GetIDPairIterator(break_id, break_loc_id); in FindByIDPair() local
92 collection::const_iterator pos = in FindByIDPair() local
141 collection::iterator pos, begin = m_break_loc_collection.begin(), in ValidForThisThread() local
153 collection::const_iterator pos, begin = m_break_loc_collection.begin(), in IsInternal() local
170 collection::iterator pos, begin = m_break_loc_collection.begin(), in GetDescription() local
/openbsd/usr.sbin/tcpdump/
H A Dsmb.h10 #define CVAL(buf,pos) (((unsigned char *)(buf))[pos]) argument
11 #define PVAL(buf,pos) ((unsigned)CVAL(buf,pos)) argument
12 #define SCVAL(buf,pos,val) (CVAL(buf,pos) = (val)) argument
14 #define SVAL(buf,pos) (PVAL(buf,pos)|PVAL(buf,(pos)+1)<<8) argument
15 #define IVAL(buf,pos) (SVAL(buf,pos)|SVAL(buf,(pos)+2)<<16) argument
18 #define SVALS(buf,pos) ((int16)SVAL(buf,pos)) argument
19 #define IVALS(buf,pos) ((int32)IVAL(buf,pos)) argument
29 #define RSVAL(buf,pos) SREV(SVAL(buf,pos)) argument
30 #define RIVAL(buf,pos) IREV(IVAL(buf,pos)) argument
31 #define RSSVAL(buf,pos,val) SSVAL(buf,pos,SREV(val)) argument
[all …]
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DVariableList.cpp64 iterator pos, end = m_variables.end(); in FindVariableIndex() local
75 iterator pos, end = m_variables.end(); in FindVariable() local
91 iterator pos, end = m_variables.end(); in FindVariable() local
105 iterator pos, end = m_variables.end(); in AppendVariablesIfUnique() local
115 iterator pos, end = m_variables.end(); in AppendVariablesIfUnique() local
132 iterator pos, end = m_variables.end(); in AppendVariablesWithScope() local
147 iterator pos; in FindIndexForVariable() local
159 const_iterator pos, end = m_variables.end(); in MemorySize() local
172 const_iterator pos, end = m_variables.end(); in Dump() local
H A DTypeMap.cpp37 iterator pos, end = m_types.end(); in InsertUnique() local
84 iterator pos, end; in GetTypeAtIndex() local
96 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach() local
104 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach() local
113 for (iterator pos = m_types.find(uid), end = m_types.end(); in Remove() local
125 for (iterator pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in Dump() local
139 iterator pos, end = m_types.end(); in RemoveMismatchedTypes() local
H A DTypeList.cpp67 iterator pos, end; in GetTypeAtIndex() local
80 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach() local
88 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach() local
95 for (iterator pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) in Dump() local
123 iterator pos, end = m_types.end(); in RemoveMismatchedTypes() local
197 iterator pos, end = m_types.end(); in RemoveMismatchedTypes() local
/openbsd/gnu/llvm/lldb/source/Target/
H A DUnixSignals.cpp128 collection::iterator pos = m_signals.find(signo); in RemoveSignal() local
135 collection::const_iterator pos = m_signals.find(signo); in GetSignalAsCString() local
155 collection::const_iterator pos, end = m_signals.end(); in GetSignalNumberFromName() local
194 collection::const_iterator pos = m_signals.find(signo); in GetSignalInfo() local
207 collection::const_iterator pos = m_signals.find(signo); in GetShouldSuppress() local
214 collection::iterator pos = m_signals.find(signo); in SetShouldSuppress() local
231 collection::const_iterator pos = m_signals.find(signo); in GetShouldStop() local
238 collection::iterator pos = m_signals.find(signo); in SetShouldStop() local
255 collection::const_iterator pos = m_signals.find(signo); in GetShouldNotify() local
262 collection::iterator pos = m_signals.find(signo); in SetShouldNotify() local
[all …]
H A DThreadPlanStepUntil.cpp89 until_collection::iterator pos, end = m_until_points.end(); in Clear() local
111 until_collection::iterator pos, end = m_until_points.end(); in GetDescription() local
135 until_collection::iterator pos, end = m_until_points.end(); in ValidatePlan() local
192 until_collection::iterator pos, end = m_until_points.end(); in AnalyzeStop() local
285 until_collection::iterator pos, end = m_until_points.end(); in DoWillResume() local
305 until_collection::iterator pos, end = m_until_points.end(); in WillStop() local
H A DMemory.cpp62 BlockMap::iterator pos = m_L1_cache.upper_bound(addr); in Flush() local
94 BlockMap::iterator pos = m_L2_cache.find(curr_addr); in Flush() local
140 BlockMap::iterator pos = m_L1_cache.upper_bound(addr); in Read() local
182 BlockMap::const_iterator pos = m_L2_cache.find(curr_addr); in Read() local
338 PermissionsToBlockMap::iterator pos, end = m_memory_map.end(); in Clear() local
381 for (PermissionsToBlockMap::iterator pos = range.first; pos != range.second; in AllocateMemory() local
406 PermissionsToBlockMap::iterator pos, end = m_memory_map.end(); in DeallocateMemory() local
H A DThreadList.cpp270 collection::iterator pos, end = threads_copy.end(); in ShouldStop() local
381 collection::iterator pos, end = m_threads.end(); in ShouldReportStop() local
429 collection::iterator pos, end = m_threads.end(); in SetShouldReportStop() local
442 collection::iterator pos, end = m_threads.end(); in ShouldReportRun() local
497 collection::iterator pos, end = m_threads.end(); in RefreshStateAfterStop() local
507 collection::iterator pos, end = m_threads.end(); in DiscardThreadPlans() local
520 collection::iterator pos, end = m_threads.end(); in WillResume() local
657 collection::iterator pos, end = m_threads.end(); in DidResume() local
669 collection::iterator pos, end = m_threads.end(); in DidStop() local
779 collection::iterator pos, end = m_threads.end(); in Flush() local
/openbsd/sys/dev/pci/drm/include/linux/
H A Dlist.h167 #define list_next_entry(pos, member) \ argument
170 #define list_prev_entry(pos, member) \ argument
173 #define list_safe_reset_next(pos, n, member) \ argument
199 #define list_for_each_entry(pos, head, member) \ argument
204 #define list_for_each_entry_from(pos, head, member) \ argument
209 #define list_for_each_entry_reverse(pos, head, member) \ argument
219 #define list_for_each_entry_continue(pos, head, member) \ argument
236 #define list_for_each_entry_safe(pos, n, head, member) \ argument
350 #define hlist_for_each(pos, head) \ argument
353 #define hlist_for_each_entry(pos, head, member) \ argument
[all …]
/openbsd/usr.bin/less/
H A Djump.c32 off_t pos; in jump_forw() local
68 off_t pos; in jump_back() local
113 off_t pos, len; in jump_percent() local
140 jump_line_loc(off_t pos, int sline) in jump_line_loc()
165 jump_loc(off_t pos, int sline) in jump_loc()
H A Dforwback.c55 off_t pos; in eof_displayed() local
82 off_t pos; in entire_file_displayed() local
118 forw(int n, off_t pos, int force, int only_last, int nblank) in forw()
243 back(int n, off_t pos, int force, int only_last) in back()
291 off_t pos; in forward() local
335 off_t pos; in backward() local
H A Dsearch.c193 off_t pos; in repaint_hilite() local
233 off_t pos; in clear_attn() local
314 is_hilited_range(off_t pos, off_t epos) in is_hilited_range()
333 is_filtered(off_t pos) in is_filtered()
356 is_hilited(off_t pos, off_t epos, int nohide, int *p_matches) in is_hilited()
575 off_t pos; in search_pos() local
657 search_range(off_t pos, off_t endpos, int search_type, int matches, in search_range()
856 off_t pos; in search() local
H A Dlinenum.c49 off_t pos; /* File position */ member
126 add_lnum(off_t linenum, off_t pos) in add_lnum()
254 find_linenum(off_t pos) in find_linenum()
436 off_t pos; in currline() local
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_debugfs.c193 size_t size, loff_t *pos) in amdgpu_debugfs_regs_read()
202 size_t size, loff_t *pos) in amdgpu_debugfs_regs_write()
519 size_t size, loff_t *pos) in amdgpu_debugfs_regs_pcie_read()
575 size_t size, loff_t *pos) in amdgpu_debugfs_regs_pcie_write()
632 size_t size, loff_t *pos) in amdgpu_debugfs_regs_didt_read()
691 size_t size, loff_t *pos) in amdgpu_debugfs_regs_didt_write()
751 size_t size, loff_t *pos) in amdgpu_debugfs_regs_smc_read()
872 size_t size, loff_t *pos) in amdgpu_debugfs_gca_config_read()
968 size_t size, loff_t *pos) in amdgpu_debugfs_sensor_read()
1049 size_t size, loff_t *pos) in amdgpu_debugfs_wave_read()
[all …]
/openbsd/usr.bin/mandoc/
H A Ddba_write.c49 long pos; in dba_tell() local
61 dba_seek(int32_t pos) in dba_seek()
70 int32_t pos; in dba_align() local
84 int32_t i, pos; in dba_skip() local
H A Dtbl_layout.c64 int ln, const char *p, int *pos) in mods()
206 int ln, const char *p, int *pos) in cell()
264 tbl_layout(struct tbl_node *tbl, int ln, const char *p, int pos) in tbl_layout()
354 cell_alloc(struct tbl_node *tbl, struct tbl_row *rp, enum tbl_cellt pos) in cell_alloc()
/openbsd/gnu/llvm/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp46 bool TypeCategoryMap::Enable(KeyType category_name, Position pos) { in Enable()
62 bool TypeCategoryMap::Enable(ValueSP category, Position pos) { in Enable()
101 auto pos = iter->second->GetLastEnabledPosition(); in EnableAllCategories() local
142 bool TypeCategoryMap::Get(uint32_t pos, ValueSP &entry) { in Get()
163 MapIterator pos, end = m_map.end(); in AnyMatches() local
237 MapIterator pos, end = m_map.end(); in ForEach() local
252 MapIterator pos, end = m_map.end(); in GetAtIndex() local
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DRangeMap.h192 auto pos = std::lower_bound(begin, end, entry); in Insert() local
224 typename Collection::const_iterator pos, end, prev; in IsSorted() local
249 auto pos = std::next(first_intersect); in CombineConsecutiveRanges() local
284 typename Collection::iterator pos, end; in Slide() local
324 typename Collection::const_iterator pos = in FindEntryIndexThatContains() local
346 typename Collection::const_iterator pos = in FindEntryThatContains() local
368 typename Collection::const_iterator pos = in FindEntryThatContains() local
476 typename Collection::const_iterator pos, end, prev; in IsSorted() local
490 typename Collection::iterator pos; in CombineConsecutiveEntriesWithEqualData() local
580 typename Collection::const_iterator pos = in FindEntryThatContains() local
[all …]
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp36 collection::iterator pos, end = m_values.end(); in DumpValue() local
97 collection::const_iterator pos, end = m_values.end(); in GetArgs() local
302 collection::const_iterator pos = m_values.find(key); in GetValueForKey() local
315 collection::const_iterator pos = m_values.find(key); in SetValueForKey() local
326 collection::iterator pos = m_values.find(key); in DeleteValueForKey() local
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp93 MsgImplMap::iterator pos, end = m_impl_cache.end(); in LookupInMethodCache() local
102 MsgImplStrMap::iterator pos, end = m_impl_str_cache.end(); in LookupInMethodCache() local
187 ISAToDescriptorIterator pos = GetDescriptorIterator(name); in GetISA() local
202 for (ISAToDescriptorIterator pos = m_isa_to_descriptor.begin(); in GetDescriptorIterator() local
215 ISAToDescriptorIterator pos = in GetDescriptorIterator() local
252 ISAToDescriptorIterator pos = GetDescriptorIterator(class_name); in GetClassDescriptorFromClassName() local
301 ObjCLanguageRuntime::ISAToDescriptorIterator pos = in GetClassDescriptorFromISA() local

12345678910>>...33