| /netbsd-src/external/cddl/dtracetoolkit/dist/Mem/ |
| H A D | swapinfo.d | 67 this->ani_max = `k_anoninfo.ani_max; 68 this->ani_phys_resv = `k_anoninfo.ani_phys_resv; 69 this->ani_mem_resv = `k_anoninfo.ani_mem_resv; 70 this->ani_locked = `k_anoninfo.ani_locked_swap; 71 this->availrmem = `availrmem; 74 this->ram_total = `physinstalled; 75 this->unusable = `physinstalled - `physmem; 76 this->locked = `pages_locked; 77 this->ram_used = `availrmem - `freemem; 78 this->freemem = `freemem; [all …]
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Bin/ |
| H A D | swapinfo.d | 67 this->ani_max = `k_anoninfo.ani_max; 68 this->ani_phys_resv = `k_anoninfo.ani_phys_resv; 69 this->ani_mem_resv = `k_anoninfo.ani_mem_resv; 70 this->ani_locked = `k_anoninfo.ani_locked_swap; 71 this->availrmem = `availrmem; 74 this->ram_total = `physinstalled; 75 this->unusable = `physinstalled - `physmem; 76 this->locked = `pages_locked; 77 this->ram_used = `availrmem - `freemem; 78 this->freemem = `freemem; [all …]
|
| H A D | tcpsnoop_snv.d | 105 this->tcpp = (tcp_t *)self->nsop->so_priv; 106 self->connp = (conn_t *)this->tcpp->tcp_connp; 123 this->tcpp = (tcp_t *)arg0; 124 self->connp = (conn_t *)this->tcpp->tcp_connp; 147 this->fad12 = 149 this->fad13 = 151 this->fad14 = 153 this->fad15 = 155 this->lad12 = 157 this->lad13 = [all …]
|
| H A D | tcpsnoop.d | 103 this->tcpp = (tcp_t *)self->nsop->so_priv; 104 self->connp = (conn_t *)this->tcpp->tcp_connp; 121 this->tcpp = (tcp_t *)arg0; 122 self->connp = (conn_t *)this->tcpp->tcp_connp; 145 this->fad12 = 147 this->fad13 = 149 this->fad14 = 151 this->fad15 = 153 this->lad12 = 155 this->lad13 = [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | read-catalog.c | 43 call_set_domain (struct default_catalog_reader_ty *this, char *name) in call_set_domain() argument 46 (default_catalog_reader_class_ty *) this->methods; in call_set_domain() 49 methods->set_domain (this, name); in call_set_domain() 53 call_add_message (struct default_catalog_reader_ty *this, in call_add_message() argument 61 (default_catalog_reader_class_ty *) this->methods; in call_add_message() 64 methods->add_message (this, msgctxt, in call_add_message() 72 call_frob_new_message (struct default_catalog_reader_ty *this, message_ty *mp, in call_frob_new_message() argument 77 (default_catalog_reader_class_ty *) this->methods; in call_frob_new_message() 80 methods->frob_new_message (this, mp, msgid_pos, msgstr_pos); in call_frob_new_message() 95 default_catalog_reader_ty *this = (default_catalog_reader_ty *) that; in default_constructor() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | SmallVector.h | 115 reinterpret_cast<const char *>(this) + in getFirstEl() 129 bool isSmall() const { return this->BeginX == getFirstEl(); } in isSmall() 133 this->BeginX = getFirstEl(); in resetToSmall() 134 this->Size = this->Capacity = 0; // FIXME: Setting Capacity to 0 is suspect. in resetToSmall() 146 return isReferenceToRange(V, this->begin(), this->end()); in isReferenceToStorage() 154 return !LessThan(First, this->begin()) && !LessThan(Last, First) && in isRangeInStorage() 155 !LessThan(this->end(), Last); in isRangeInStorage() 166 if (NewSize <= this->size()) in isSafeToReferenceAfterResize() 167 return Elt < this->begin() + NewSize; in isSafeToReferenceAfterResize() 170 return NewSize <= this->capacity(); in isSafeToReferenceAfterResize() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | incremental.h | 114 { return this->do_type(); } in type() 120 this->file_index_ = file_index; in set_offset() 121 this->offset_ = offset; in set_offset() 127 { this->info_offset_ = info_offset; } in set_info_offset() 132 { return this->file_index_; } in get_file_index() 137 { return this->offset_; } in get_offset() 142 { return this->info_offset_; } in get_info_offset() 147 { return this->filename_key_; } in get_filename_key() 152 { return this->arg_serial_; } in arg_serial() 157 { return this->mtime_; } in get_mtime() [all …]
|
| H A D | object.h | 120 { delete this->contents; } in ~Section_relocs() 150 { delete this->local_symbols; } in ~Read_relocs_data() 198 shndx += this->large_shndx_offset_; in adjust_shndx() 228 if (this->got_next_ != NULL) in ~Got_offset_list() 230 delete this->got_next_; in ~Got_offset_list() 231 this->got_next_ = NULL; in ~Got_offset_list() 239 this->got_type_ = -1U; in init() 240 this->got_offset_ = 0; in init() 241 this->addend_ = 0; in init() 242 this->got_next_ = NULL; in init() [all …]
|
| H A D | output.h | 63 { this->is_temporary_ = true; } in set_is_temporary() 90 { return this->file_size_; } in filesize() 95 { return this->name_; } in filename() 103 { memcpy(this->base_ + offset, data, len); } in write() 111 && start + static_cast<off_t>(size) <= this->file_size_); in get_output_view() 112 return this->base_ + start; in get_output_view() 125 { return this->get_output_view(start, size); } in get_input_output_view() 136 { return this->get_output_view(start, size); } in get_input_view() 197 gold_assert(this->is_address_valid_); in address() 198 return this->address_; in address() [all …]
|
| H A D | token.h | 44 { gold_assert(this->head_ == NULL && this->tail_ == NULL); } in ~Task_list() 49 { return this->head_ == NULL; } in empty() 100 gold_assert(this->blockers_ == 0); in ~Task_token() 101 gold_assert(this->writer_ == NULL); in ~Task_token() 107 { return this->is_blocker_; } in is_blocker() 115 gold_assert(!this->is_blocker_); in is_writable() 116 return this->writer_ == NULL; in is_writable() 124 gold_assert(!this->is_blocker_ && this->writer_ == NULL); in add_writer() 125 this->writer_ = t; in add_writer() 132 gold_assert(!this->is_blocker_ && this->writer_ == t); in remove_writer() [all …]
|
| H A D | dwarf_reader.h | 58 { return this->do_initialize(reloc_shndx, reloc_type); } in initialize() 63 { return this->do_next_offset(); } in next_offset() 68 { this->do_advance(offset); } in advance() 74 { return this->do_get_reloc_target(reloc_offset, target_offset); } in get_reloc_target() 79 { return this->do_checkpoint(); } in checkpoint() 84 { this->do_reset(checkpoint); } in reset() 127 { return this->track_relocs_.next_offset(); } in do_next_offset() 132 { this->track_relocs_.advance(offset); } in do_advance() 140 { return this->track_relocs_.checkpoint(); } in do_checkpoint() 145 { this->track_relocs_.reset(checkpoint); } in do_reset() [all …]
|
| H A D | symtab.h | 109 { return this->name_; } in name() 122 { return this->version_; } in version() 126 { this->version_ = NULL; } in clear_version() 134 gold_assert(this->version_ != NULL); in is_default() 135 return this->is_def_; in is_default() 141 { this->is_def_ = true; } in set_is_default() 146 { this->is_def_ = false; } in set_is_not_default() 155 { return this->source_; } in source() 161 gold_assert(this->source_ == FROM_OBJECT); in object() 162 return this->u1_.object; in object() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | incremental.h | 114 { return this->do_type(); } in type() 120 this->file_index_ = file_index; in set_offset() 121 this->offset_ = offset; in set_offset() 127 { this->info_offset_ = info_offset; } in set_info_offset() 132 { return this->file_index_; } in get_file_index() 137 { return this->offset_; } in get_offset() 142 { return this->info_offset_; } in get_info_offset() 147 { return this->filename_key_; } in get_filename_key() 152 { return this->arg_serial_; } in arg_serial() 157 { return this->mtime_; } in get_mtime() [all …]
|
| H A D | object.h | 120 { delete this->contents; } in ~Section_relocs() 150 { delete this->local_symbols; } in ~Read_relocs_data() 198 shndx += this->large_shndx_offset_; in adjust_shndx() 228 if (this->got_next_ != NULL) in ~Got_offset_list() 230 delete this->got_next_; in ~Got_offset_list() 231 this->got_next_ = NULL; in ~Got_offset_list() 239 this->got_type_ = -1U; in init() 240 this->got_offset_ = 0; in init() 241 this->addend_ = 0; in init() 242 this->got_next_ = NULL; in init() [all …]
|
| H A D | output.h | 63 { this->is_temporary_ = true; } in set_is_temporary() 90 { return this->file_size_; } in filesize() 95 { return this->name_; } in filename() 103 { memcpy(this->base_ + offset, data, len); } in write() 111 && start + static_cast<off_t>(size) <= this->file_size_); in get_output_view() 112 return this->base_ + start; in get_output_view() 125 { return this->get_output_view(start, size); } in get_input_output_view() 136 { return this->get_output_view(start, size); } in get_input_view() 197 gold_assert(this->is_address_valid_); in address() 198 return this->address_; in address() [all …]
|
| H A D | token.h | 44 { gold_assert(this->head_ == NULL && this->tail_ == NULL); } in ~Task_list() 49 { return this->head_ == NULL; } in empty() 100 gold_assert(this->blockers_ == 0); in ~Task_token() 101 gold_assert(this->writer_ == NULL); in ~Task_token() 107 { return this->is_blocker_; } in is_blocker() 115 gold_assert(!this->is_blocker_); in is_writable() 116 return this->writer_ == NULL; in is_writable() 124 gold_assert(!this->is_blocker_ && this->writer_ == NULL); in add_writer() 125 this->writer_ = t; in add_writer() 132 gold_assert(!this->is_blocker_ && this->writer_ == t); in remove_writer() [all …]
|
| H A D | dwarf_reader.h | 58 { return this->do_initialize(reloc_shndx, reloc_type); } in initialize() 63 { return this->do_next_offset(); } in next_offset() 68 { this->do_advance(offset); } in advance() 74 { return this->do_get_reloc_target(reloc_offset, target_offset); } in get_reloc_target() 79 { return this->do_checkpoint(); } in checkpoint() 84 { this->do_reset(checkpoint); } in reset() 127 { return this->track_relocs_.next_offset(); } in do_next_offset() 132 { this->track_relocs_.advance(offset); } in do_advance() 140 { return this->track_relocs_.checkpoint(); } in do_checkpoint() 145 { this->track_relocs_.reset(checkpoint); } in do_reset() [all …]
|
| H A D | symtab.h | 109 { return this->name_; } in name() 122 { return this->version_; } in version() 126 { this->version_ = NULL; } in clear_version() 134 gold_assert(this->version_ != NULL); in is_default() 135 return this->is_def_; in is_default() 141 { this->is_def_ = true; } in set_is_default() 146 { this->is_def_ = false; } in set_is_not_default() 155 { return this->source_; } in source() 161 gold_assert(this->source_ == FROM_OBJECT); in object() 162 return this->u1_.object; in object() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/ |
| H A D | map.h | 133 this->_M_profile_destruct(); in _GLIBCXX_VISIBILITY() 135 this->_M_profile_construct(); in _GLIBCXX_VISIBILITY() 136 return *this; in _GLIBCXX_VISIBILITY() 148 this->_M_profile_destruct(); in _GLIBCXX_VISIBILITY() 150 this->_M_profile_construct(); in _GLIBCXX_VISIBILITY() 151 return *this; in _GLIBCXX_VISIBILITY() 158 { return iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 162 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 166 { return iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY() 170 { return const_iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | multiset.h | 134 this->_M_profile_destruct(); in _GLIBCXX_VISIBILITY() 136 this->_M_profile_construct(); in _GLIBCXX_VISIBILITY() 137 return *this; in _GLIBCXX_VISIBILITY() 149 this->_M_profile_destruct(); in _GLIBCXX_VISIBILITY() 151 this->_M_profile_construct(); in _GLIBCXX_VISIBILITY() 152 return *this; in _GLIBCXX_VISIBILITY() 159 { return iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 163 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 167 { return iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY() 171 { return const_iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | set.h | 131 this->_M_profile_destruct(); in _GLIBCXX_VISIBILITY() 133 this->_M_profile_construct(); in _GLIBCXX_VISIBILITY() 134 return *this; in _GLIBCXX_VISIBILITY() 146 this->_M_profile_destruct(); in _GLIBCXX_VISIBILITY() 148 this->_M_profile_construct(); in _GLIBCXX_VISIBILITY() 149 return *this; in _GLIBCXX_VISIBILITY() 156 { return iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 160 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 164 { return iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY() 168 { return const_iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | multimap.h | 133 this->_M_profile_destruct(); in _GLIBCXX_VISIBILITY() 135 this->_M_profile_construct(); in _GLIBCXX_VISIBILITY() 136 return *this; in _GLIBCXX_VISIBILITY() 148 this->_M_profile_destruct(); in _GLIBCXX_VISIBILITY() 150 this->_M_profile_construct(); in _GLIBCXX_VISIBILITY() 151 return *this; in _GLIBCXX_VISIBILITY() 158 { return iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 162 { return const_iterator(_Base::begin(), this); } in _GLIBCXX_VISIBILITY() 166 { return iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY() 170 { return const_iterator(_Base::end(), this); } in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/external/bsd/libbind/dist/isc/ |
| H A D | ev_waits.c | 110 evWait *this, *prev; in evUnwait() local 114 this = id.opaque; in evUnwait() 115 INSIST(this != NULL); in evUnwait() 116 wl = evGetWaitList(ctx, this->tag, 0); in evUnwait() 118 for (prev = NULL, this = wl->first; in evUnwait() 119 this != NULL; in evUnwait() 120 prev = this, this = this->next) in evUnwait() 121 if (this == (evWait *)id.opaque) { in evUnwait() 124 prev->next = this->next; in evUnwait() 126 wl->first = this->next; in evUnwait() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTVector.h | 42 void setEnd(T *P) { this->End = P; } in setEnd() 72 return *this; 163 if (End < this->capacity_ptr()) { in push_back() 174 if (unsigned(this->capacity_ptr()-Begin) < N) in reserve() 180 size_t capacity() const { return this->capacity_ptr() - Begin; } in capacity() 191 if (NumInputs > size_type(this->capacity_ptr()-this->end())) in append() 192 this->grow(C, this->size()+NumInputs); in append() 197 std::uninitialized_copy(in_start, in_end, this->end()); in append() 198 this->setEnd(this->end() + NumInputs); in append() 204 if (NumInputs > size_type(this->capacity_ptr()-this->end())) in append() [all …]
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Net/ |
| H A D | tcpsnoop.d | 103 this->tcpp = (tcp_t *)self->nsop->so_priv; 104 self->connp = (conn_t *)this->tcpp->tcp_connp; 121 this->tcpp = (tcp_t *)arg0; 122 self->connp = (conn_t *)this->tcpp->tcp_connp; 145 this->fad12 = 147 this->fad13 = 149 this->fad14 = 151 this->fad15 = 153 this->lad12 = 155 this->lad13 = [all …]
|