| /openbsd/src/gnu/llvm/lldb/tools/debugserver/source/ |
| D | DNBBreakpoint.cpp | 56 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/src/gnu/llvm/lldb/source/Breakpoint/ |
| D | WatchpointList.cpp | 46 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 114 wp_collection::const_iterator pos = GetIDConstIterator(watch_id); in FindByID() 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 [all …]
|
| D | BreakpointSiteList.cpp | 65 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
|
| D | BreakpointLocationList.cpp | 71 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
|
| D | BreakpointLocationCollection.cpp | 36 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/src/usr.sbin/tcpdump/ |
| D | smb.h | 10 #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 16 #define SSVALX(buf,pos,val) (CVAL(buf,pos)=(val)&0xFF,CVAL(buf,pos+1)=(val)>>8) argument 17 #define SIVALX(buf,pos,val) (SSVALX(buf,pos,val&0xFFFF),SSVALX(buf,pos+2,val>>16)) argument 18 #define SVALS(buf,pos) ((int16)SVAL(buf,pos)) argument 19 #define IVALS(buf,pos) ((int32)IVAL(buf,pos)) argument 20 #define SSVAL(buf,pos,val) SSVALX((buf),(pos),((uint16)(val))) argument [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Symbol/ |
| D | VariableList.cpp | 64 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
|
| D | TypeMap.cpp | 37 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
|
| D | TypeList.cpp | 67 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/src/gnu/llvm/lldb/source/Target/ |
| D | UnixSignals.cpp | 128 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 178 collection::const_iterator pos = m_signals.find(current_signal); in GetNextSignalNumber() 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 [all …]
|
| D | ThreadPlanStepUntil.cpp | 89 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
|
| D | Memory.cpp | 62 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
|
| D | ThreadList.cpp | 270 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/src/sys/dev/pci/drm/include/linux/ |
| D | list.h | 167 #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 188 #define list_for_each_entry_safe_reverse(pos, n, head, member) \ argument 194 #define list_for_each_entry_safe_from(pos, n, head, 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 214 #define list_for_each_entry_from_reverse(pos, head, member) \ argument 219 #define list_for_each_entry_continue(pos, head, member) \ argument [all …]
|
| /openbsd/src/usr.bin/less/ |
| D | jump.c | 32 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()
|
| D | forwback.c | 53 off_t pos; in eof_displayed() local 80 off_t pos; in entire_file_displayed() local 116 forw(int n, off_t pos, int force, int only_last, int nblank) in forw() 241 back(int n, off_t pos, int force, int only_last) in back() 289 off_t pos; in forward() local 333 off_t pos; in backward() local
|
| D | search.c | 193 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
|
| D | line.c | 141 plinenum(off_t pos) in plinenum() 488 store_char(LWCHAR ch, char a, char *rep, off_t pos) in store_char() 573 store_tab(int attr, off_t pos) in store_tab() 600 store_prchar(char c, off_t pos) in store_prchar() 625 flush_mbc_buf(off_t pos) in flush_mbc_buf() 642 pappend(char c, off_t pos) in pappend() 736 do_append(LWCHAR ch, char *rep, off_t pos) in do_append()
|
| /openbsd/src/sys/dev/pci/drm/amd/amdgpu/ |
| D | amdgpu_debugfs.c | 73 char __user *buf, size_t size, loff_t *pos) in amdgpu_debugfs_process_reg_op() 193 size_t size, loff_t *pos) in amdgpu_debugfs_regs_read() 202 size_t size, loff_t *pos) in amdgpu_debugfs_regs_write() 364 static ssize_t amdgpu_debugfs_regs2_read(struct file *f, char __user *buf, size_t size, loff_t *pos) in amdgpu_debugfs_regs2_read() 369 …size_t amdgpu_debugfs_regs2_write(struct file *f, const char __user *buf, size_t size, loff_t *pos) in amdgpu_debugfs_regs2_write() 397 …tic ssize_t amdgpu_debugfs_gprwave_read(struct file *f, char __user *buf, size_t size, loff_t *pos) in amdgpu_debugfs_gprwave_read() 519 size_t size, loff_t *pos) in amdgpu_debugfs_regs_pcie_read() 579 size_t size, loff_t *pos) in amdgpu_debugfs_regs_pcie_write() 639 size_t size, loff_t *pos) in amdgpu_debugfs_regs_didt_read() 698 size_t size, loff_t *pos) in amdgpu_debugfs_regs_didt_write() [all …]
|
| /openbsd/src/usr.bin/mandoc/ |
| D | dba_write.c | 49 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
|
| D | tbl_layout.c | 64 int ln, const char *p, int *pos) in mods() 212 int ln, const char *p, int *pos) in cell() 270 tbl_layout(struct tbl_node *tbl, int ln, const char *p, int pos) in tbl_layout() 360 cell_alloc(struct tbl_node *tbl, struct tbl_row *rp, enum tbl_cellt pos) in cell_alloc()
|
| /openbsd/src/gnu/llvm/lldb/source/DataFormatters/ |
| D | TypeCategoryMap.cpp | 46 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/src/gnu/llvm/lldb/include/lldb/Utility/ |
| D | RangeMap.h | 192 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 388 void CombinePrevAndNext(typename Collection::iterator pos) { in CombinePrevAndNext() 476 typename Collection::const_iterator pos, end, prev; in IsSorted() local 490 typename Collection::iterator pos; in CombineConsecutiveEntriesWithEqualData() local [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Interpreter/ |
| D | OptionValueDictionary.cpp | 36 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/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| D | ObjCLanguageRuntime.cpp | 93 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
|