/kernel/linux/linux-5.10/drivers/ras/ |
H A D | cec.c | 80 /* 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 D | onenand_omap2.c | 145 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 D | cec.c | 80 /* 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 D | unw_get_proc_info.tex | 27 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 D | ValueMap.h | 54 /// 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/Support/ |
H A D | raw_ostream.h | 65 /// 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...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
H A D | Graph.h | 33 /// - 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 D | config2help.c | 204 // 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 D | GrDirectContext.h | 4 * 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 D | ResourceManager11.h | 3 // 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...] |
/third_party/glslang/glslang/Include/ |
H A D | intermediate.h | 14 // notice, this list of conditions and the following disclaimer. 17 // copyright notice, this list of conditions and the following 23 // from this software without specific prior written permission. 795 // Can be decomposed to a constant at compile time, but this does not always happen, 1192 virtual TIntermTyped* getAsTyped() { return this; } in getAsTyped() 1193 virtual const TIntermTyped* getAsTyped() const { return this; } in getAsTyped() 1243 virtual TIntermLoop* getAsLoopNode() { return this; } in getAsLoopNode() 1244 virtual const TIntermLoop* getAsLoopNode() const { return this; } in getAsLoopNode() 1305 virtual TIntermBranch* getAsBranchNode() { return this; } in getAsBranchNode() 1306 virtual const TIntermBranch* getAsBranchNode() const { return this; } in getAsBranchNode() [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | map.h | 10 // notice, this list of conditions and the following disclaimer. 12 // copyright notice, this list of conditions and the following disclaimer 17 // this software without specific prior written permission. 33 // The Map and MapIterator types are provided by this header file. 95 // Used for Map implementation. Users should not use this class 218 // The template makes this overload lose resolution when both have the same 234 const std::hash<std::string_view>& base() const { return *this; } in base() 258 // std::pair as value_type, we use this class which provides us more control of 322 *this = other; in Map() 328 if (this ! [all...] |
/kernel/linux/linux-5.10/kernel/futex/ |
H A D | core.c | 48 * READ this before attempting to hack on futexes! 66 * the hb spinlock can be avoided and simply return. In order for this 192 * @list: priority-sorted list of tasks waiting on this futex 201 * We use this hashed waitqueue, instead of a normal wait_queue_entry_t, so 420 * Generate a machine wide unique identifier for this inode. 552 * The treatment of mapping from this point on is critical. The page in get_futex_key() 553 * lock protects many things but in this context the page lock in get_futex_key() 559 * From this point on, mapping will be re-verified if necessary and in get_futex_key() 593 * applies. If this is really a shmem page then the page lock in get_futex_key() 635 * The associated futex object in this cas in get_futex_key() 708 struct futex_q *this; futex_top_waiter() local 1603 struct futex_q *this, *next; futex_wake() local 1701 struct futex_q *this, *next; futex_wake_op() local 1938 struct futex_q *this, *next; futex_requeue() local [all...] |
/third_party/libphonenumber/cpp/src/phonenumbers/ohos/ |
H A D | geocoding_data.pb.h | 4 * you may not use this file except in compliance with the License. 34 #error regenerate this file with a newer version of protoc. 109 *this = ::std::move(from); in GeocodingInfo() 114 return *this; in operator =() 118 if (this != &from) InternalSwap(&from); 122 return *this; 146 if (other == this) return; in Swap() 150 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other); in Swap() 154 if (other == this) return; in UnsafeArenaSwap() 361 *this in PrefixesInfo() [all...] |
/third_party/node/deps/ada/ |
H A D | ada.h | 118 // decoding: percent decoding should be done prior to calling this function. We 120 // this function. We also do not trim control characters. We also assume that 408 // It is possible that this could miss some cases where ADA_DEVELOPMENT_CHECKS 1468 * The origin getter steps are to return the serialization of this's URL's 1476 * Returns true if this URL has a valid domain as per RFC 1034 and 1512 return this->parse_port(view, false); 1516 * Returns a JSON string representation of this URL. 1740 // outside of it (this comes at no performance cost). 1776 // copyright and related and neighboring rights to this software to the 1780 // along with this softwar [all...] |
/third_party/gn/src/gn/ |
H A D | location.h | 2 // Use of this source code is governed by a BSD-style license that can be 21 bool is_null() const { return *this == Location(); } in is_null() 27 bool operator>(const Location& other) const { return !(*this <= other); } in operator >() 28 bool operator>=(const Location& other) const { return !(*this < other); } in operator >=() 31 // offset for this location. If this location is null, returns an empty
|
/third_party/skia/src/gpu/glsl/ |
H A D | GrGLSLVertexGeoBuilder.h | 4 * Use of this source code is governed by a BSD-style license that can be 24 this->functions().append(functionDefinition); in insertFunction() 34 this->emitNormalizedSkPosition(&this->code(), devPos, devPosType); in emitNormalizedSkPosition()
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLSetting.h | 4 * Use of this source code is governed by a BSD-style license that can be 37 return std::make_unique<Setting>(fLine, this->name(), &this->type()); 45 return String(this->name());
|
H A D | SkSLStructDefinition.h | 4 * Use of this source code is governed by a BSD-style license that can be 40 return std::make_unique<StructDefinition>(fLine, this->type()); 45 s += this->type().name(); 47 for (const auto& f : this->type().fields()) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | ilist_node_base.h | 19 /// 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 D | ilist_node_base.h | 18 /// 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 D | GeneratedCodeInfo.php | 55 return $this->annotation; 64 * @return $this 69 $this->annotation = $arr; 71 return $this;
|
H A D | SourceCodeInfo.php | 171 return $this->location; 219 * @return $this 224 $this->location = $arr; 226 return $this;
|
/third_party/skia/include/core/ |
H A D | SkFontArguments.h | 4 * 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/drivers/mtd/nand/raw/ |
H A D | socrates_nand.c | 33 * @this: NAND chip object 37 static void socrates_nand_write_buf(struct nand_chip *this, const uint8_t *buf, in socrates_nand_write_buf() argument 41 struct socrates_nand_host *host = nand_get_controller_data(this); in socrates_nand_write_buf() 52 * @this: NAND chip object 56 static void socrates_nand_read_buf(struct nand_chip *this, uint8_t *buf, in socrates_nand_read_buf() argument 60 struct socrates_nand_host *host = nand_get_controller_data(this); in socrates_nand_read_buf() 76 static uint8_t socrates_nand_read_byte(struct nand_chip *this) in socrates_nand_read_byte() argument 79 socrates_nand_read_buf(this, &byte, sizeof(byte)); in socrates_nand_read_byte()
|