Home
last modified time | relevance | path

Searched refs:this (Results 876 - 900 of 4513) sorted by relevance

1...<<31323334353637383940>>...181

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist_node_base.h19 /// Optionally tracks whether this node is the sentinel.
27 void setPrev(ilist_node_base *Prev) { this->Prev = Prev; } in setPrev()
28 void setNext(ilist_node_base *Next) { this->Next = Next; } in setNext()
42 void setNext(ilist_node_base *Next) { this->Next = Next; } in setNext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dilist_node_base.h18 /// Optionally tracks whether this node is the sentinel.
26 void setPrev(ilist_node_base *Prev) { this->Prev = Prev; } in setPrev()
27 void setNext(ilist_node_base *Next) { this->Next = Next; } in setNext()
41 void setNext(ilist_node_base *Next) { this->Next = Next; } in setNext()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGeneratedCodeInfo.php55 return $this->annotation;
64 * @return $this
69 $this->annotation = $arr;
71 return $this;
H A DSourceCodeInfo.php171 return $this->location;
219 * @return $this
224 $this->location = $arr;
226 return $this;
/third_party/skia/include/core/
H A DSkFontArguments.h4 * Use of this source code is governed by a BSD-style license that can be
55 return *this; in setCollectionIndex()
68 return *this; in setVariationDesignPosition()
83 return *this; in setPalette()
/kernel/linux/linux-5.10/kernel/
H A Dresource.c444 * Now, this function is only for System RAM, it deals with full ranges and
600 struct resource *this = root->child; in __find_resource() local
606 * of this->start - 1 to tmp->end below would cause an underflow. in __find_resource()
608 if (this && this->start == root->start) { in __find_resource()
609 tmp.start = (this == old) ? old->start : this->end + 1; in __find_resource()
610 this = this->sibling; in __find_resource()
613 if (this) in __find_resource()
1492 struct region_devres *this = res; devm_region_release() local
1499 struct region_devres *this = res, *match = match_data; devm_region_match() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DGenericDomTree.h109 for (const DomTreeNodeBase *I : *this) { in compare()
121 auto I = find(IDom->Children, this); in setIDom()
129 IDom->Children.push_back(this); in setIDom()
141 // Return true if this node is dominated by other. Use this only if DFS info
144 return this->DFSNumIn >= other->DFSNumIn && in DominatedBy()
145 this->DFSNumOut <= other->DFSNumOut; in DominatedBy()
152 SmallVector<DomTreeNodeBase *, 64> WorkStack = {this}; in UpdateLevel()
274 return *this; in operator =()
282 /// dominators, this wil
[all...]
H A Draw_ostream.h65 /// this buffer.
164 return *this; in operator <<()
171 return *this; in operator <<()
178 return *this; in operator <<()
193 return *this; in operator <<()
200 return this->operator<<(StringRef(Str)); in operator <<()
219 return this->operator<<(static_cast<unsigned long>(N)); in operator <<()
223 return this->operator<<(static_cast<long>(N)); in operator <<()
266 /// Changes the foreground color of text that will be output from this point
279 return *this; in changeColor()
[all...]
/kernel/linux/linux-5.10/arch/x86/events/amd/
H A Duncore.c413 amd_uncore_find_online_sibling(struct amd_uncore *this, in amd_uncore_find_online_sibling() argument
425 if (this == that) in amd_uncore_find_online_sibling()
428 if (this->id == that->id) { in amd_uncore_find_online_sibling()
429 hlist_add_head(&this->node, &uncore_unused_list); in amd_uncore_find_online_sibling()
430 this = that; in amd_uncore_find_online_sibling()
435 this->refcnt++; in amd_uncore_find_online_sibling()
436 return this; in amd_uncore_find_online_sibling()
501 struct amd_uncore *this = *per_cpu_ptr(uncores, cpu); in uncore_down_prepare() local
503 if (this->cpu != cpu) in uncore_down_prepare()
506 /* this cp in uncore_down_prepare()
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/onenand/
H A Donenand_omap2.c145 struct onenand_chip *this = mtd->priv; in omap2_onenand_wait() local
211 !this->ongoing) { in omap2_onenand_wait()
301 if (this->ongoing) in omap2_onenand_wait()
312 struct onenand_chip *this = mtd->priv; in omap2_onenand_bufferram_offset() local
314 if (ONENAND_CURRENT_BUFFERRAM(this)) { in omap2_onenand_bufferram_offset()
316 return this->writesize; in omap2_onenand_bufferram_offset()
365 struct onenand_chip *this = mtd->priv; in omap2_onenand_read_bufferram() local
385 memcpy(buf + count, this->base + bram_offset + count, xtra); in omap2_onenand_read_bufferram()
404 memcpy(buf, this->base + bram_offset, count); in omap2_onenand_read_bufferram()
413 struct onenand_chip *this in omap2_onenand_write_bufferram() local
[all...]
/kernel/linux/linux-5.10/drivers/ras/
H A Dcec.c80 /* Bits which count the number of errors happened in this 4K page. */
251 unsigned int this = FULL_COUNT(ca->array[i]); in del_lru_elem_unlocked() local
253 if (min > this) { in del_lru_elem_unlocked()
254 min = this; in del_lru_elem_unlocked()
290 u64 this = PFN(ca->array[i]); in sanity_check() local
292 if (WARN(prev > this, "prev: 0x%016llx <-> this: 0x%016llx\n", prev, this)) in sanity_check()
295 prev = this; in sanity_check()
303 u64 this in sanity_check() local
456 u64 this = PFN(ca->array[i]); array_show() local
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/onenand/
H A Donenand_omap2.c145 struct onenand_chip *this = mtd->priv; in omap2_onenand_wait() local
211 !this->ongoing) { in omap2_onenand_wait()
301 if (this->ongoing) in omap2_onenand_wait()
312 struct onenand_chip *this = mtd->priv; in omap2_onenand_bufferram_offset() local
314 if (ONENAND_CURRENT_BUFFERRAM(this)) { in omap2_onenand_bufferram_offset()
316 return this->writesize; in omap2_onenand_bufferram_offset()
365 struct onenand_chip *this = mtd->priv; in omap2_onenand_read_bufferram() local
385 memcpy(buf + count, this->base + bram_offset + count, xtra); in omap2_onenand_read_bufferram()
404 memcpy(buf, this->base + bram_offset, count); in omap2_onenand_read_bufferram()
413 struct onenand_chip *this in omap2_onenand_write_bufferram() local
[all...]
/kernel/linux/linux-6.6/drivers/ras/
H A Dcec.c80 /* Bits which count the number of errors happened in this 4K page. */
251 unsigned int this = FULL_COUNT(ca->array[i]); in del_lru_elem_unlocked() local
253 if (min > this) { in del_lru_elem_unlocked()
254 min = this; in del_lru_elem_unlocked()
290 u64 this = PFN(ca->array[i]); in sanity_check() local
292 if (WARN(prev > this, "prev: 0x%016llx <-> this: 0x%016llx\n", prev, this)) in sanity_check()
295 prev = this; in sanity_check()
303 u64 this in sanity_check() local
456 u64 this = PFN(ca->array[i]); array_show() local
[all...]
/third_party/libunwind/libunwind/doc/
H A Dunw_get_proc_info.tex27 instruction of the procedure. If this address cannot be determined
31 instruction \emph{beyond} the end of the procedure. If this address
37 the procedure has no such area, this member is cleared to 0. \\
43 procedure. On platforms that do not use a global pointer, this
52 \item[\Type{int} \Var{format}] The format of the unwind-info for this
61 may return an undefined value in this member. \\
67 may return an undefined value in this member.\\
69 If no unwind info is available, this member must be set to
74 may return an undefined value in this member.\\
78 addresses. For this reaso
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DValueMap.h54 /// ValueMap<>. User Configs should inherit from this class to be as compatible
65 // default implementations in this class take a templated first argument so
219 /// array. In conjunction with the previous method, this can be used to
230 // The only way the resulting CallbackVH could try to modify *this (making in Wrap()
232 // this function must have been called from a non-const method, making the in Wrap()
234 return ValueMapCVH(key, const_cast<ValueMap*>(this)); in Wrap()
261 // Make a copy that won't get changed even when *this is destroyed.
262 ValueMapCallbackVH Copy(*this);
267 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
268 Copy.Map->Map.erase(Copy); // Definitely destroys *this
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
H A DGraph.h33 /// - VertexAttribute, this is a structure which is stored for each vertex.
36 /// - EdgeAttribute, this is a structure which is stored for each edge
39 /// - EdgeAttribute, this is a structure which is stored for each variable
40 /// - VI, this is a type over which DenseMapInfo is defined and is the type
151 const EdgeValueType>(this->I, MP, SI); in operator NeighborEdgeIteratorT()
164 return *(MP->find({*(this->I), SI})); in operator *()
166 return *(MP->find({SI, *(this->I)})); in operator *()
195 /// Like all views in this class it provides methods to get the beginning and
270 /// Like all views in this class it provides methods to get the beginning and
307 /// Like all views in this clas
[all...]
/third_party/toybox/scripts/
H A Dconfig2help.c204 // If there was whitespace before this, zap it. This can't take out *help in grab_dashlines()
206 // one non-blank line (a dash line) to get this far. in grab_dashlines()
346 char *this, *that, *cusage, *tusage, *name = 0; in main() local
358 // text out of throw into catch, copying from this to that in main()
369 this = that; in main()
436 if (*this == '[' && this[1] == '-' && this[2] != '-' && in main()
439 char *from = this+2, *to = that+2; in main()
445 this in main()
[all...]
/third_party/skia/include/gpu/
H A DGrDirectContext.h4 * Use of this source code is governed by a BSD-style license that can be
23 // We shouldn't need this but currently Android is relying on this being include transitively.
76 * GrDirectContext is destroyed. This also means that any objects created with this
141 * to texture id 0 on the next call to resetGLTextureBindings(). After this is called
143 * subsequently modifies them (meaning if this is called twice in a row with no intervening
150 * usable. Call this if you have lost the associated GPU context, and thus internal texture,
151 * buffer, etc. references/IDs are now invalid. Calling this ensures that the destructors of the
153 * rendered but not previously flushed may be lost. After this function is called all subsequent
156 * The typical use case for this functio
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DResourceManager11.h3 // Use of this source code is governed by a BSD-style license that can be
251 return *this; in operator =()
279 std::swap(this->mData, other.mData); in operator =()
280 return *this; in operator =()
290 this->mData->object = object; in Resource11()
291 this->mData->manager = manager; in Resource11()
306 std::swap(this->mData, other.mData); in operator =()
307 return *this; in operator =()
313 copy.mData = this->mData; in makeCopy()
321 std::swap(this in SharedResource11()
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/animation/
H A Danimation.h4 * you may not use this file except in compliance with the License.
77 return *this; in From()
89 return *this; in To()
126 return *this; in Timestamps()
139 return *this; in Keyframes()
149 return *this; in KeyframeHandlers()
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dexecutor.h4 * you may not use this file except in compliance with the License.
59 : thread_([this, name] { in Executor()
70 : thread_([this] { in Executor()
95 cond_.wait(lock, [this, wait]() { return !wait || running_ == STOPPED; });
105 condition_.wait(lock, [this] { in Run()
120 condition_.wait_until(lock, std::chrono::steady_clock::now() + TIME_OUT, [this]() { in Run()
/kernel/linux/linux-5.10/net/6lowpan/
H A Dnhc.c25 struct lowpan_nhc *this = rb_entry(*new, struct lowpan_nhc, in lowpan_nhc_insert() local
29 len_dif = nhc->idlen - this->idlen; in lowpan_nhc_insert()
31 if (nhc->idlen < this->idlen) in lowpan_nhc_insert()
34 len = this->idlen; in lowpan_nhc_insert()
36 result = memcmp(nhc->id, this->id, len); in lowpan_nhc_insert()
119 * TODO: this is a workaround we should prevent unloading in lowpan_nhc_do_compression()
120 * of nhc modules while unlocked part, this will always drop in lowpan_nhc_do_compression()
125 * Because the inline data which is added to skb, we can't move this in lowpan_nhc_do_compression()
/third_party/node/src/
H A Daliased_buffer.h15 * Do not use this class directly when creating instances of it - use the
16 * Aliased*Array defined at the end of this file instead.
23 * While this technique is computationally efficient, it is effectively a
81 return *this; in operator =()
85 return *this = static_cast<NativeT>(val); in operator =()
95 return *this; in operator +=()
99 return this->operator+=(static_cast<NativeT>(val)); in operator +=()
105 return *this; in operator -=()
H A Dreq_wrap-inl.h14 env->req_wrap_queue()->PushBack(this); in ReqWrapBase()
32 req_.data = this; in Dispatched()
48 if (req_.data == this) // Only cancel if already dispatched. in Cancel()
54 return this; in GetAsyncWrap()
103 // function type, it is assumed that this it is the request callback, and a
159 MakeLibuvRequestCallback<T, Args>::For(this, args)...); in Dispatch()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dassembly_builder.h4 // you may not use this file except in compliance with the License.
60 // to this code builder will be assigned with a global name through OpName
105 // Appends OpName instructions to this builder. Instrcution strings that do
106 // not start with 'OpName ' will be skipped. Returns the references of this
114 return *this; in AppendNames()
118 // the reference of this assembly builder. IDs defined in the given code will
135 return *this; in AppendTypesConstantsGlobals()
139 // with "main_func_entry_block". Returns the reference of this assembly
146 return *this; in AppendInMain()
150 // reference of this assembl
[all...]

Completed in 16 milliseconds

1...<<31323334353637383940>>...181