/third_party/skia/modules/svg/include/ |
H A D | SkSVGFeDisplacementMap.h | 4 * Use of this source code is governed by a BSD-style license that can be 35 return {this->getIn(), this->getIn2()};
|
H A D | SkSVGFeComposite.h | 4 * Use of this source code is governed by a BSD-style license that can be 33 return {this->getIn(), this->getIn2()};
|
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/ |
H A D | ixdp425-setup.c | 81 ixdp425_flash_nand_cmd_ctrl(struct nand_chip *this, int cmd, unsigned int ctrl) in ixdp425_flash_nand_cmd_ctrl() argument 83 int offset = (int)nand_get_controller_data(this); in ixdp425_flash_nand_cmd_ctrl() 94 nand_set_controller_data(this, (void *)offset); in ixdp425_flash_nand_cmd_ctrl() 98 writeb(cmd, this->legacy.IO_ADDR_W + offset); in ixdp425_flash_nand_cmd_ctrl()
|
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | string.c | 11 * The code in this file is derived from code which is copyright 54 int hfs_hash_dentry(const struct dentry *dentry, struct qstr *this) in hfs_hash_dentry() argument 56 const unsigned char *name = this->name; in hfs_hash_dentry() 57 unsigned int hash, len = this->len; in hfs_hash_dentry() 65 this->hash = end_name_hash(hash); in hfs_hash_dentry()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hp_sdc.h | 11 * notice, this list of conditions, and the following disclaimer, 14 * derived from this software without specific prior written permission. 16 * Alternatively, this software may be distributed under the terms of the 50 /* No 4X status reads take longer than this (in usec). 74 int __hp_sdc_enqueue_transaction(hp_sdc_transaction *this); 75 int hp_sdc_enqueue_transaction(hp_sdc_transaction *this); 76 int hp_sdc_dequeue_transaction(hp_sdc_transaction *this); 78 /* The HP_SDC_ACT* values are peculiar to this driver. 185 * command, but this is implied and appears to be the case. 293 #error No support for device registration on this arc [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | hp_sdc.h | 11 * notice, this list of conditions, and the following disclaimer, 14 * derived from this software without specific prior written permission. 16 * Alternatively, this software may be distributed under the terms of the 50 /* No 4X status reads take longer than this (in usec). 74 int __hp_sdc_enqueue_transaction(hp_sdc_transaction *this); 75 int hp_sdc_enqueue_transaction(hp_sdc_transaction *this); 76 int hp_sdc_dequeue_transaction(hp_sdc_transaction *this); 78 /* The HP_SDC_ACT* values are peculiar to this driver. 185 * command, but this is implied and appears to be the case. 293 #error No support for device registration on this arc [all...] |
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | string.c | 11 * The code in this file is derived from code which is copyright 54 int hfs_hash_dentry(const struct dentry *dentry, struct qstr *this) in hfs_hash_dentry() argument 56 const unsigned char *name = this->name; in hfs_hash_dentry() 57 unsigned int hash, len = this->len; in hfs_hash_dentry() 65 this->hash = end_name_hash(hash); in hfs_hash_dentry()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpiolib-devres.c | 27 struct gpio_desc **this = res, **gpio = data; in devm_gpiod_match() local 29 return *this == *gpio; in devm_gpiod_match() 41 struct gpio_descs **this = res, **gpios = data; in devm_gpiod_match_array() local 43 return *this == *gpios; in devm_gpiod_match_array() 52 * Managed gpiod_get(). GPIO descriptors returned from this function are 70 * Managed gpiod_get_optional(). GPIO descriptors returned from this function 89 * Managed gpiod_get_index(). GPIO descriptors returned from this function are 106 * For non-exclusive GPIO descriptors, check if this descriptor is in devm_gpiod_get_index() 107 * already under resource management by this device. in devm_gpiod_get_index() 141 * GPIO descriptors returned from this functio [all...] |
/third_party/icu/icu4c/source/layoutex/layout/ |
H A D | RunArrays.h | 36 * it becomes this large, then it will grow by this amount. 71 * this value is zero, no array will be allocated. 133 * limit indices array, this method will return a run index of -1. 135 * Subclasses should not override this method. Rather they should provide 138 * first call this method to grow the data arrays, and use the return value 153 * ICU "poor man's RTTI", returns a UClassID for this class. 170 * array. Subclasses which override this method must also call it from 184 * array is full. Subclasses which override this method must also call it from 208 * The address of this stati [all...] |
/third_party/icu/icu4c/source/common/unicode/ |
H A D | bytestrie.h | 92 * Resets this trie to its initial state. 93 * @return *this 99 return *this; in reset() 103 * Returns the state of this trie as a 64-bit integer. 116 * Resets this trie to the saved state. 120 * Because of no validation, this method is faster. 123 * @return *this 132 return *this; in resetToState64() 137 * and resetting the trie back to this state later. 156 * Saves the state of this tri [all...] |
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | bytestrie.h | 92 * Resets this trie to its initial state. 93 * @return *this 99 return *this; in reset() 103 * Returns the state of this trie as a 64-bit integer. 116 * Resets this trie to the saved state. 120 * Because of no validation, this method is faster. 123 * @return *this 132 return *this; in resetToState64() 137 * and resetting the trie back to this state later. 156 * Saves the state of this tri [all...] |
/third_party/node/deps/v8/include/ |
H A D | v8-value.h | 2 // Use of this source code is governed by a BSD-style license that can be 33 * Returns true if this value is the undefined value. See ECMA-262 41 * Returns true if this value is the null value. See ECMA-262 49 * Returns true if this value is either the null or the undefined value. 58 * Returns true if this value is true. 62 * this checks `value === true`. 67 * Returns true if this value is false. 71 * this checks `value === false`. 76 * Returns true if this value is a symbol or a string. 84 * Returns true if this valu [all...] |
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-value.h | 2 // Use of this source code is governed by a BSD-style license that can be 33 * Returns true if this value is the undefined value. See ECMA-262 41 * Returns true if this value is the null value. See ECMA-262 49 * Returns true if this value is either the null or the undefined value. 58 * Returns true if this value is true. 62 * this checks `value === true`. 67 * Returns true if this value is false. 71 * this checks `value === false`. 76 * Returns true if this value is a symbol or a string. 84 * Returns true if this valu [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
H A D | tinystr.h | 6 damages arising from the use of this software. 8 Permission is granted to anyone to use this software for any 12 1. The origin of this software must not be misrepresented; you must 13 not claim that you wrote the original software. If you use this 182 // TiXmlString().swap(*this); 188 /* Function to reserve a big amount of data when we know we'll need it. Be aware that this 291 *this += in; 292 return *this; 298 *this += in; 299 return *this; [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/ |
H A D | DIContext.h | 54 return !(*this == RHS); in operator !=() 64 explicit operator bool() const { return *this != DILineInfo(); } in operator bool() 195 DIDumpOptions Opts = *this; 256 /// the output of this function should be deterministic, i.e. repeated calls 265 /// (loaded) form, e.g. because it was relocated by a JIT for execution, this 268 /// prohibitive, this function should return false. In that case, relocations 270 /// fly. Note that this method is used purely for optimzation purposes in the 281 /// Obtain a copy of this LoadedObjectInfo. 296 return std::make_unique<Derived>(static_cast<const Derived &>(*this));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | LowLevelTypeImpl.h | 121 return isVector() ? getElementType() : *this; in getScalarType() 124 /// If this type is a vector, return a vector with the same number of elements 130 /// If this type is a vector, return a vector with the same number of elements 182 bool operator!=(const LLT &RHS) const { return !(*this == RHS); } in operator !=() 250 this->IsPointer = IsPointer; in init() 251 this->IsVector = IsVector; in init()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
H A D | BasicBlockUtils.h | 17 // FIXME: Move to this file: BasicBlock::removePredecessor, BB::splitBasicBlock 45 /// into this vector. If \p KeepOneInputPHIs is true, one-input Phis in 57 /// duplicating blocks. If there are loops among this set of blocks, all 58 /// relevant loop info updates should be done before this function is called. 89 /// successor Sing. In this case the branch will be updated with Sing instead of 139 return *this; in setMergeIdenticalEdges() 144 return *this; in setKeepOneInputPHIs() 149 return *this; in setPreserveLCSSA() 154 return *this; in setIgnoreUnreachableDests() 158 /// If this edg [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | IntrusiveRefCntPtr.h | 51 if (--ref_cnt == 0) delete static_cast<const Derived*>(this); in Release() 61 /// attempting to do this will produce a compile error. 77 if (--ref_cnt == 0) delete this; in Release() 111 delete static_cast<const Derived*>(this); in Release() 129 /// RefCountedBase/RefCountedBaseVPTR takes care of this 166 return *this; in operator =()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFRegisters.h | 203 return *this; in operator ++() 213 return !(*this == I); in operator !=() 218 return rr_iterator(*this, false); in rr_begin() 221 return rr_iterator(*this, true); in rr_end()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | bytestrie.h | 92 * Resets this trie to its initial state. 93 * @return *this 99 return *this; in reset() 103 * Returns the state of this trie as a 64-bit integer. 116 * Resets this trie to the saved state. 120 * Because of no validation, this method is faster. 123 * @return *this 132 return *this; in resetToState64() 137 * and resetting the trie back to this state later. 156 * Saves the state of this tri [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | unifiedcache.h | 47 * Returns the hash code for this object. 52 * Clones this object polymorphically. Caller owns returned value. 62 * Create a new object for this key. Called by cache on cache miss. 65 * removeRef on it satisfies this requirement. It can also return NULL 78 * Writes a description of this key to buffer and returns buffer. Written 87 return !(*this == other); in operator !=() 127 return typeid(*this) == typeid(other); in operator ==() 149 if (this == &other) { in operator ==() 155 // We know this and other are of same class because operator== on in operator ==() 162 return new LocaleCacheKey<T>(*this); in clone() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_test_util.h | 4 // you may not use this file except in compliance with the License. 70 this->tag = cord_internal::EXTERNAL; in MakeExternal() 71 this->base = s.data(); in MakeExternal() 72 this->length = s.length(); in MakeExternal() 73 this->releaser_invoker = [](cord_internal::CordRepExternal* self) { in MakeExternal()
|
/third_party/skia/include/core/ |
H A D | SkTypeface.h | 4 * Use of this source code is governed by a BSD-style license that can be 63 * This is a style bit, advance widths may vary even if this returns true. 74 * filled with the variation coordinates describing the position of this typeface in design 88 * filled with the variation parameters describing the position of this typeface in design 95 /** Return a 32bit value for this typeface, unique for the underlying font 145 /** Return a new typeface based on this typeface but parameterized as specified in the 147 in the font then the value from this typeface will be used as the value for that 148 argument. If the cloned typeface would be exaclty the same as this typeface then 149 this typeface may be ref'ed and returned. May return nullptr on failure. 215 * or 0 if an error occured. If tags == NULL, this onl [all...] |
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | btree.c | 37 * B-trees. We do this by making the clump sizes sufficiently large, 83 /* Figure out which column of the above table to use for this file. */ in hfsplus_calc_btree_clump_size() 272 node->tree->cnid, node->this, in hfs_btree_close() 456 hfs_dbg(BNODE_MOD, "btree_free_node: %u\n", node->this); in hfs_bmap_free() 457 BUG_ON(!node->this); in hfs_bmap_free() 459 nidx = node->this; in hfs_bmap_free() 473 node->this); in hfs_bmap_free() 485 node->this, node->type); in hfs_bmap_free() 500 node->this, node->type); in hfs_bmap_free()
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | btree.c | 37 * B-trees. We do this by making the clump sizes sufficiently large, 83 /* Figure out which column of the above table to use for this file. */ in hfsplus_calc_btree_clump_size() 273 node->tree->cnid, node->this, in hfs_btree_close() 457 hfs_dbg(BNODE_MOD, "btree_free_node: %u\n", node->this); in hfs_bmap_free() 458 BUG_ON(!node->this); in hfs_bmap_free() 460 nidx = node->this; in hfs_bmap_free() 474 node->this); in hfs_bmap_free() 486 node->this, node->type); in hfs_bmap_free() 501 node->this, node->type); in hfs_bmap_free()
|