Searched refs:this (Results 1 - 25 of 246) sorted by relevance

12345678910

/haiku/headers/private/kernel/arch/riscv64/
H A Darch_traps.h11 # NOTE: this macro don't save SP, it should be saved manually
/haiku/headers/private/debugger/model/
H A DTypeComponentPath.h57 this->componentKind = TYPE_COMPONENT_BASE_TYPE;
58 this->typeKind = typeKind;
59 this->index = index;
60 this->name = name;
66 this->componentKind = TYPE_COMPONENT_DATA_MEMBER;
67 this->typeKind = typeKind;
68 this->index = index;
69 this->name = name;
74 this->componentKind = TYPE_COMPONENT_ARRAY_ELEMENT;
75 this
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequests.h293 { return visitor->VisitConnectionBrokenRequest(this); }
296 visitor->Visit(this, error);
306 { return visitor->VisitInitConnectionRequest(this); }
309 visitor->Visit(this, bigEndian);
319 { return visitor->VisitInitConnectionReply(this); }
322 visitor->Visit(this, error);
330 { return visitor->VisitMountRequest(this); }
333 visitor->Visit(this, share);
334 visitor->Visit(this, user);
335 visitor->Visit(this, passwor
[all...]
/haiku/src/apps/terminal/
H A DTermPos.h21 this->x = x;
22 this->y = y;
42 return other <= *this;
47 return !(*this >= other);
52 return !(*this <= other);
/haiku/src/tests/system/kernel/file_corruption/
H A DCheckSum.h33 return *this;
39 return *this;
49 return !(*this == buffer);
/haiku/headers/private/debugger/types/
H A DValueLocation.h70 return *this;
75 memcpy((void*)this, (void*)&other, sizeof(ValuePieceLocation));
103 this->address = address;
104 this->writable = true;
110 this->reg = reg;
111 this->writable = true;
116 this->size = size;
117 this->bitSize = size * 8;
118 this->bitOffset = 0;
123 this
[all...]
/haiku/headers/cpp/
H A Dstl_raw_storage_iter.h6 * Permission to use, copy, modify, distribute and sell this software
9 * that both that copyright notice and this permission notice appear
11 * representations about the suitability of this software for any
18 * Permission to use, copy, modify, distribute and sell this software
21 * that both that copyright notice and this permission notice appear
23 * representations about the suitability of this software for any
48 raw_storage_iterator& operator*() { return *this; }
51 return *this;
55 return *this;
58 raw_storage_iterator<_ForwardIterator, _Tp> __tmp = *this;
[all...]
/haiku/headers/private/storage/
H A DNotOwningEntryRef.h44 *this = other;
54 this->device = device;
55 this->directory = directory;
56 this->name = const_cast<char*>(name);
57 return *this;
74 return *this;
/haiku/src/kits/debugger/dwarf/
H A DAttributeValue.h48 this->address = address;
55 this->pointer = value;
70 this->constant = value;
71 this->isSigned = isSigned;
78 this->flag = value;
85 this->pointer = value;
92 this->pointer = value;
99 this->pointer = value;
106 this->pointer = value;
113 this
[all...]
/haiku/headers/libs/agg/
H A Dagg_vertex_sequence.h5 // Permission to copy, use, modify, sell and distribute this software
6 // is granted provided this copyright notice appears in all copies.
36 // of this operator is the possibility to calculate some values during
63 // Function close() calls this operator and removes the last vertex if
85 if(!(*this)[base_type::size() - 2]((*this)[base_type::size() - 1]))
110 if((*this)[base_type::size() - 2]((*this)[base_type::size() - 1])) break;
111 T t = (*this)[base_type::size() - 1];
120 if((*this)[base_typ
[all...]
H A Dagg_color_gray.h5 // Permission to copy, use, modify, sell and distribute this software
6 // is granted provided this copyright notice appears in all copies.
95 return *this;
116 if(a == base_mask) return *this;
120 return *this;
123 return *this;
129 if(a == base_mask && a_ >= base_mask) return *this;
133 return *this;
138 return *this;
144 if(a == base_mask) return *this;
[all...]
/haiku/headers/private/net/
H A DNetBufferUtilities.h94 // Note, "this->" is needed here for GCC4
95 this->Sync();
117 if (this->fBuffer != NULL) {
118 Module::Get()->remove_header(this->fBuffer, bytes);
119 this->fBuffer = NULL;
137 this->Remove();
148 this->fBuffer = buffer;
150 this->fStatus = Module::Get()->prepend_size(buffer, size,
151 (void**)&this->fData);
152 if (this
[all...]
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChartDataRange.h52 return *this;
59 return *this;
66 return *this;
73 return *this;
83 return !(*this == other);
/haiku/headers/os/interface/
H A DSize.h87 this->width = width;
88 this->height = height;
95 this->width = width;
102 this->height = height;
144 return !(*this == other);
153 return *this;
H A DAlignment.h81 this->horizontal = horizontal;
88 this->vertical = vertical;
116 return !(*this == other);
125 return *this;
/haiku/src/system/libroot/os/
H A Dsyscalls.S29 #error No syscalls macros defined for this architecture!
/haiku/headers/private/debugger/value/
H A DValue.h23 { return !(*this == other); }
/haiku/src/libs/compat/freebsd_network/compat/machine/
H A Dbus.h16 # error Need a bus.h for this arch!
H A Dcpufunc.h17 # error Need a cpufunc.h for this arch!
/haiku/src/system/kernel/vm/
H A DVMPageQueue.h75 "already in queue %p", this, page, page->queue);
83 page->queue = this;
94 "already in queue %p", this, page, page->queue);
102 page->queue = this;
113 "already in queue %p", this, page, page->queue);
121 page->queue = this;
130 if (page->queue != this) {
132 "is in queue %p", this, page, page->queue);
153 if (page->queue != this) {
155 "queue %p", this, pag
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeRef.h36 return *this;
46 return !(*this == other);
/haiku/src/build/libroot/
H A DNodeRef.h38 return *this;
48 return !(*this == other);
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DNodeRef.h49 return !(*this == other);
67 return *this;
/haiku/src/system/kernel/arch/arm/
H A Dsoc.h29 sInstance = this;
54 sInstance = this;
/haiku/headers/private/kernel/util/
H A DVectorMap.h141 return this;
178 return *this;
183 Iterator it(*this);
184 ++*this;
191 return *this;
196 Iterator it(*this);
197 --*this;
205 return *this;
215 return !(*this == other);
292 - \c B_NO_MEMORY: Insufficient memory for this operatio
[all...]

Completed in 91 milliseconds

12345678910