/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_interval.c | 12 struct drbd_interval *this = rb_entry(node, struct drbd_interval, rb); in interval_end() local 13 return this->end; in interval_end() 25 drbd_insert_interval(struct rb_root *root, struct drbd_interval *this) in drbd_insert_interval() argument 28 sector_t this_end = this->sector + (this->size >> 9); in drbd_insert_interval() 30 BUG_ON(!IS_ALIGNED(this->size, 512)); in drbd_insert_interval() 39 if (this->sector < here->sector) in drbd_insert_interval() 41 else if (this->sector > here->sector) in drbd_insert_interval() 43 else if (this < here) in drbd_insert_interval() 45 else if (this > her in drbd_insert_interval() 96 drbd_remove_interval(struct rb_root *root, struct drbd_interval *this) drbd_remove_interval() argument [all...] |
/third_party/skia/src/core/ |
H A D | SkRasterClipStack.h | 4 * Use of this source code is governed by a BSD-style license that can be 54 this->writable_rc().op(rect, ctm, op, this->finalAA(aa)); in clipRect() 55 this->validate(); in clipRect() 59 this->writable_rc().op(rrect, ctm, op, this->finalAA(aa)); in clipRRect() 60 this->validate(); in clipRRect() 64 this->writable_rc().op(path, ctm, op, this->finalAA(aa)); in clipPath() 65 this in clipPath() [all...] |
H A D | SkTextBlobPriv.h | 4 * Use of this source code is governed by a BSD-style license that can be 76 *this->textSizePtr() = textSize; in RunRecord() 99 return reinterpret_cast<uint16_t*>(const_cast<RunRecord*>(this) + 1); in glyphBuffer() 105 return reinterpret_cast<SkScalar*>(reinterpret_cast<uint8_t*>(this->glyphBuffer()) + in posBuffer() 111 SkASSERT(this->positioning() == (GlyphPositioning)2); in pointBuffer() 112 return reinterpret_cast<SkPoint*>(this->posBuffer()); in pointBuffer() 117 SkASSERT(this->positioning() == (GlyphPositioning)3); in xformBuffer() 118 return reinterpret_cast<SkRSXform*>(this->posBuffer()); in xformBuffer() 121 uint32_t textSize() const { return isExtended() ? *this->textSizePtr() : 0; } in textSize() 125 return isExtended() ? 1 + this in clusterBuffer() [all...] |
H A D | SkTLazy.h | 4 * Use of this source code is governed by a BSD-style license that can be 27 ~SkTLazy() { this->reset(); } in ~SkTLazy() 31 this->set(*that); in operator =() 33 this->reset(); in operator =() 35 return *this; in operator =() 40 this->set(std::move(*that)); in operator =() 42 this->reset(); in operator =() 44 return *this; in operator =() 54 this->reset(); in init() 60 * Copy src into this, an [all...] |
H A D | SkReadBuffer.h | 4 * Use of this source code is governed by a BSD-style license that can be 40 this->setMemory(data, size); in SkReadBuffer() 69 return static_cast<const T*>(this->skip(sizeof(T))); in skipT() 72 return static_cast<const T*>(this->skip(count, sizeof(T))); in skipT() 84 uint32_t value = this->readUInt(); in read32LE() 85 if (!this->validate(value <= static_cast<uint32_t>(max))) { in read32LE() 99 SkPoint readPoint() { SkPoint p; this->readPoint(&p); return p; } in readPoint() 112 return SkPaintPriv::Unflatten(*this); in readPaint() 117 return sk_sp<T>((T*)this->readFlattenable(T::GetFlattenableType())); in readFlattenable() 119 sk_sp<SkColorFilter> readColorFilter() { return this in readFlattenable() [all...] |
H A D | SkDevice.h | 4 * Use of this source code is governed by a BSD-style license that can be 43 * Return ImageInfo for this device. If the canvas is not backed by pixels 49 * Return SurfaceProps for this device. 55 SkIRect bounds() const { return SkIRect::MakeWH(this->width(), this->height()); } in bounds() 64 *bounds = SkMatrixPriv::MapRect(fDeviceToGlobal, SkRect::Make(this->bounds())).roundOut(); in getGlobalBounds() 69 this->getGlobalBounds(&bounds); in getGlobalBounds() 74 * Returns the bounding box of the current clip, in this device's 76 * draws unless the clip is further modified (at which point this will 79 SkIRect devClipBounds() const { return this [all...] |
/third_party/rust/crates/cxx/src/symbols/ |
H A D | rust_vec.rs | 19 unsafe extern "C" fn __new(this: *mut RustVec<$ty>) { 20 unsafe { ptr::write(this, RustVec::new()) } 25 unsafe extern "C" fn __drop(this: *mut RustVec<$ty>) { 26 unsafe { ptr::drop_in_place(this) } 31 unsafe extern "C" fn __len(this: *const RustVec<$ty>) -> usize { 32 unsafe { &*this }.len() 37 unsafe extern "C" fn __capacity(this: *const RustVec<$ty>) -> usize { 38 unsafe { &*this }.capacity() 43 unsafe extern "C" fn __data(this: *const RustVec<$ty>) -> *const $ty { 44 unsafe { &*this } [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | turbojpeg.c | 8 * this list of conditions and the following disclaimer. 10 * this list of conditions and the following disclaimer in the documentation 13 * contributors may be used to endorse or promote products derived from this 29 /* TurboJPEG/LJT: this implements the TurboJPEG API using libjpeg or 117 tjinstance *this; member 130 snprintf(myprog->this->errStr, JMSG_LENGTH_MAX, in my_progress_monitor() 134 myprog->this->isInstanceError = TRUE; in my_progress_monitor() 203 snprintf(this->errStr, JMSG_LENGTH_MAX, "%s", m); \ 204 this->isInstanceError = TRUE; THROWG(m) \ 213 tjinstance *this 421 tjinstance *this = (tjinstance *)handle; tjGetErrorStr2() local 439 tjinstance *this = (tjinstance *)handle; tjGetErrorCode() local 477 _tjInitCompress(tjinstance *this) _tjInitCompress() argument 509 tjinstance *this = NULL; tjInitCompress() local 921 tjinstance *this = (tjinstance *)handle; tjEncodeYUV3() local 1116 tjinstance *this = (tjinstance *)handle; tjCompressFromYUV() local 1151 _tjInitDecompress(tjinstance *this) _tjInitDecompress() argument 1181 tjinstance *this; tjInitDecompress() local 1583 tjinstance *this = (tjinstance *)handle; tjDecodeYUV() local 1871 tjinstance *this = NULL; tjInitTransform() local 2060 tjinstance *this; tjLoadImage() local 2157 tjinstance *this; tjSaveImage() local [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | property-array-inl.h | 2 // Use of this source code is governed by a BSD-style license that can be 30 PtrComprCageBase cage_base = GetPtrComprCageBase(*this); in get() 36 static_cast<unsigned>(this->length(kAcquireLoad))); in get() 37 return TaggedField<Object>::Relaxed_Load(cage_base, *this, in get() 42 PtrComprCageBase cage_base = GetPtrComprCageBase(*this); in get() 49 static_cast<unsigned>(this->length(kAcquireLoad))); in get() 50 return TaggedField<Object>::SeqCst_Load(cage_base, *this, in get() 57 static_cast<unsigned>(this->length(kAcquireLoad))); in set() 59 RELAXED_WRITE_FIELD(*this, offset, value); in set() 60 WRITE_BARRIER(*this, offse in set() [all...] |
/third_party/backends/backend/ |
H A D | hp-accessor.h | 16 along with this program. If not, see <https://www.gnu.org/licenses/>. 19 additional uses of the libraries contained in this release of SANE. 22 to produce an executable, this does not by itself cause the 33 those changes may be distributed with this exception intact. 36 whether to permit this exception to apply to your modifications. 37 If you do not wish that, delete this exception notice. 49 void sanei_hp_data_destroy (HpData this); 69 SANE_Status sanei_hp_accessor_get (HpAccessor this, HpData data, void * valp); 70 SANE_Status sanei_hp_accessor_set (HpAccessor this, HpData data, void * valp); 71 int sanei_hp_accessor_getint(HpAccessor this, HpDat [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
H A D | int128.h | 5 // you may not use this file except in compliance with the License. 23 // are defined in this file, while many inline `int128` methods are defined in 69 // Note: code written with this type will continue to compile once `uint128_t` 79 // interoperable with that type. (Abseil checks for this compatibility through 201 // Note that this factory function is the only way to construct a `uint128` 323 // interoperable with that type. (Abseil checks for this compatibility through 432 // Note that this factory function is the only way to construct a `int128` 548 inline uint128& uint128::operator=(int v) { return *this = uint128(v); } in operator =() 551 return *this = uint128(v); in operator =() 555 return *this in operator =() [all...] |
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | constants-riscv64.h | 2 // Use of this source code is governed by a BSD-style license that can be 1114 // On RISC-V we use this enum to abstract from conditional branch instructions. 1151 // for condition < 0, this will work as expected. 1376 uint16_t FirstHalfWord = *reinterpret_cast<const uint16_t*>(this); 1381 uint8_t FirstByte = *reinterpret_cast<const uint8_t*>(this); 1386 return (FLAG_riscv_c_extension && this->IsShortInstruction()) 1393 if (FLAG_riscv_c_extension && this->IsShortInstruction()) { 1394 return 0x0000FFFF & (*reinterpret_cast<const ShortInstr*>(this)); 1396 return *reinterpret_cast<const Instr*>(this); 1401 *reinterpret_cast<Instr*>(this) [all...] |
/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | Descriptor.php | 12 // notice, this list of conditions and the following disclaimer. 14 // copyright notice, this list of conditions and the following disclaimer 19 // this software without specific prior written permission. 48 $this->internal_desc = $internal_desc; 56 return trim($this->internal_desc->getFullName(), "."); 64 return $this->internal_desc->getClass(); 73 return $this->getPublicDescriptor($this->internal_desc->getFieldByIndex($index)); 81 return count($this->internal_desc->getField()); 90 return $this [all...] |
H A D | Timestamp.php | 63 * In JavaScript, one can convert a Date object to this format using the 66 * to this format using [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) 70 * ) to obtain a formatter capable of generating timestamps in this format. 126 return $this->seconds; 136 * @return $this 141 $this->seconds = $var; 143 return $this; 157 return $this->nanos; 168 * @return $this 173 $this [all...] |
H A D | Any.php | 99 * Note: this functionality is not currently available in the official 141 * Note: this functionality is not currently available in the official 173 * Note: this functionality is not currently available in the official 184 return $this->type_url; 205 * Note: this functionality is not currently available in the official 213 * @return $this 218 $this->type_url = $var; 220 return $this; 231 return $this->value; 239 * @return $this [all...] |
/kernel/linux/linux-5.10/drivers/mtd/nand/onenand/ |
H A D | onenand_samsung.c | 218 struct onenand_chip *this = onenand->mtd->priv; in s3c_onenand_readw() local 220 int reg = addr - this->base; in s3c_onenand_readw() 268 struct onenand_chip *this = onenand->mtd->priv; in s3c_onenand_writew() local 270 unsigned int reg = addr - this->base; in s3c_onenand_writew() 379 struct onenand_chip *this = mtd->priv; in s3c_onenand_command() local 386 fba = (int) (addr >> this->erase_shift); in s3c_onenand_command() 387 fpa = (int) (addr >> this->page_shift); in s3c_onenand_command() 388 fpa &= this->page_mask; in s3c_onenand_command() 398 ONENAND_SET_NEXT_BUFFERRAM(this); in s3c_onenand_command() 403 index = ONENAND_CURRENT_BUFFERRAM(this); in s3c_onenand_command() 476 struct onenand_chip *this = mtd->priv; s3c_get_bufferram() local 618 struct onenand_chip *this = mtd->priv; s5pc110_read_bufferram() local 728 struct onenand_chip *this = mtd->priv; s3c_onenand_check_lock_status() local 748 struct onenand_chip *this = mtd->priv; s3c_onenand_do_lock_cmd() local 773 struct onenand_chip *this = mtd->priv; s3c_unlock_all() local 802 struct onenand_chip *this = mtd->priv; s3c_onenand_setup() local 836 struct onenand_chip *this; s3c_onenand_probe() local 957 struct onenand_chip *this = mtd->priv; s3c_pm_ops_suspend() local 966 struct onenand_chip *this = mtd->priv; s3c_pm_ops_resume() local [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/onenand/ |
H A D | onenand_samsung.c | 218 struct onenand_chip *this = onenand->mtd->priv; in s3c_onenand_readw() local 220 int reg = addr - this->base; in s3c_onenand_readw() 268 struct onenand_chip *this = onenand->mtd->priv; in s3c_onenand_writew() local 270 unsigned int reg = addr - this->base; in s3c_onenand_writew() 379 struct onenand_chip *this = mtd->priv; in s3c_onenand_command() local 386 fba = (int) (addr >> this->erase_shift); in s3c_onenand_command() 387 fpa = (int) (addr >> this->page_shift); in s3c_onenand_command() 388 fpa &= this->page_mask; in s3c_onenand_command() 398 ONENAND_SET_NEXT_BUFFERRAM(this); in s3c_onenand_command() 404 index = ONENAND_CURRENT_BUFFERRAM(this); in s3c_onenand_command() 477 struct onenand_chip *this = mtd->priv; s3c_get_bufferram() local 619 struct onenand_chip *this = mtd->priv; s5pc110_read_bufferram() local 729 struct onenand_chip *this = mtd->priv; s3c_onenand_check_lock_status() local 749 struct onenand_chip *this = mtd->priv; s3c_onenand_do_lock_cmd() local 774 struct onenand_chip *this = mtd->priv; s3c_unlock_all() local 803 struct onenand_chip *this = mtd->priv; s3c_onenand_setup() local 837 struct onenand_chip *this; s3c_onenand_probe() local 953 struct onenand_chip *this = mtd->priv; s3c_pm_ops_suspend() local 962 struct onenand_chip *this = mtd->priv; s3c_pm_ops_resume() local [all...] |
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_interval.c | 12 struct drbd_interval *this = rb_entry(node, struct drbd_interval, rb); in interval_end() local 13 return this->end; in interval_end() 25 drbd_insert_interval(struct rb_root *root, struct drbd_interval *this) in drbd_insert_interval() argument 28 sector_t this_end = this->sector + (this->size >> 9); in drbd_insert_interval() 30 BUG_ON(!IS_ALIGNED(this->size, 512)); in drbd_insert_interval() 39 if (this->sector < here->sector) in drbd_insert_interval() 41 else if (this->sector > here->sector) in drbd_insert_interval() 43 else if (this < here) in drbd_insert_interval() 45 else if (this > her in drbd_insert_interval() 95 drbd_remove_interval(struct rb_root *root, struct drbd_interval *this) drbd_remove_interval() argument [all...] |
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | CodedOutputStream.php | 12 // notice, this list of conditions and the following disclaimer. 14 // copyright notice, this list of conditions and the following disclaimer 19 // this software without specific prior written permission. 46 $this->current = 0; 47 $this->buffer_size = $size; 48 $this->buffer = str_repeat(chr(0), $this->buffer_size); 53 return $this->buffer; 60 return $this->writeRaw($bytes, $size); 67 return $this [all...] |
H A D | RepeatedFieldIter.php | 12 // notice, this list of conditions and the following disclaimer. 14 // copyright notice, this list of conditions and the following disclaimer 19 // this software without specific prior written permission. 59 * @param RepeatedField The RepeatedField instance for which this iterator 65 $this->position = 0; 66 $this->container = $container; 76 $this->position = 0; 86 return $this->container[$this->position]; 96 return $this [all...] |
/third_party/skia/include/utils/ |
H A D | SkRandom.h | 4 * Use of this source code is governed by a BSD-style license that can be 18 multiply-with-carry "mother of all" algorithm. Unlike rand(), this class holds 33 return *this; in operator =() 46 int32_t nextS() { return (int32_t)this->nextU(); } in nextS() 52 int floatint = 0x3f800000 | (int)(this->nextU() >> 9); in nextF() 61 return min + this->nextF() * (max - min); in nextRangeF() 70 return this->nextU() >> (32 - bitCount); in nextBits() 80 return this->nextU(); in nextRangeU() 82 return min + this->nextU() % range; in nextRangeU() 91 return this in nextULessThan() [all...] |
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | debug.c | 9 * For licensing information, see the file 'LICENCE' in this directory. 501 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local 505 list_for_each(this, &c->clean_list) { in __jffs2_dbg_dump_block_lists_nolock() 506 struct jffs2_eraseblock *jeb = list_entry(this, struct jffs2_eraseblock, list); in __jffs2_dbg_dump_block_lists_nolock() 523 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local 527 list_for_each(this, &c->very_dirty_list) { in __jffs2_dbg_dump_block_lists_nolock() 528 struct jffs2_eraseblock *jeb = list_entry(this, struct jffs2_eraseblock, list); in __jffs2_dbg_dump_block_lists_nolock() 546 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local 550 list_for_each(this, &c->dirty_list) { in __jffs2_dbg_dump_block_lists_nolock() 551 struct jffs2_eraseblock *jeb = list_entry(this, struc in __jffs2_dbg_dump_block_lists_nolock() 569 struct list_head *this; __jffs2_dbg_dump_block_lists_nolock() local 585 struct list_head *this; __jffs2_dbg_dump_block_lists_nolock() local 600 struct list_head *this; __jffs2_dbg_dump_block_lists_nolock() local 616 struct list_head *this; __jffs2_dbg_dump_block_lists_nolock() local 632 struct list_head *this; __jffs2_dbg_dump_block_lists_nolock() local 648 struct list_head *this; __jffs2_dbg_dump_block_lists_nolock() local 664 struct list_head *this; __jffs2_dbg_dump_block_lists_nolock() local 680 struct list_head *this; __jffs2_dbg_dump_block_lists_nolock() local 705 struct jffs2_node_frag *this = frag_first(&f->fragtree); __jffs2_dbg_dump_fragtree_nolock() local [all...] |
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | debug.c | 9 * For licensing information, see the file 'LICENCE' in this directory. 501 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local 505 list_for_each(this, &c->clean_list) { in __jffs2_dbg_dump_block_lists_nolock() 506 struct jffs2_eraseblock *jeb = list_entry(this, struct jffs2_eraseblock, list); in __jffs2_dbg_dump_block_lists_nolock() 523 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local 527 list_for_each(this, &c->very_dirty_list) { in __jffs2_dbg_dump_block_lists_nolock() 528 struct jffs2_eraseblock *jeb = list_entry(this, struct jffs2_eraseblock, list); in __jffs2_dbg_dump_block_lists_nolock() 546 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local 550 list_for_each(this, &c->dirty_list) { in __jffs2_dbg_dump_block_lists_nolock() 551 struct jffs2_eraseblock *jeb = list_entry(this, struc in __jffs2_dbg_dump_block_lists_nolock() 569 struct list_head *this; __jffs2_dbg_dump_block_lists_nolock() local 585 struct list_head *this; __jffs2_dbg_dump_block_lists_nolock() local 600 struct list_head *this; __jffs2_dbg_dump_block_lists_nolock() local 616 struct list_head *this; __jffs2_dbg_dump_block_lists_nolock() local 632 struct list_head *this; __jffs2_dbg_dump_block_lists_nolock() local 648 struct list_head *this; __jffs2_dbg_dump_block_lists_nolock() local 664 struct list_head *this; __jffs2_dbg_dump_block_lists_nolock() local 680 struct list_head *this; __jffs2_dbg_dump_block_lists_nolock() local 705 struct jffs2_node_frag *this = frag_first(&f->fragtree); __jffs2_dbg_dump_fragtree_nolock() local [all...] |
/third_party/gn/src/gn/ |
H A D | immutable_vector.h | 2 // Use of this source code is governed by a BSD-style license that can be 76 for (const auto& cur_item : *this) in contains() 115 this->header_ = AllocateFor(size); in ImmutableVector() 116 auto* dst = &(this->header_->item0); in ImmutableVector() 138 this->header_ = AllocateFor(size); in ImmutableVector() 140 auto* dst = &(this->header_->item0); in ImmutableVector() 157 this->header_ = AllocateFor(size); in ImmutableVector() 159 auto* dst = &(this->header_->item0); in ImmutableVector() 176 if (this != &other) { in operator =() 177 this in operator =() [all...] |
/third_party/skia/src/sksl/ir/ |
H A D | SkSLInterfaceBlock.h | 4 * Use of this source code is governed by a BSD-style license that can be 28 * At the IR level, this is represented by a single variable of struct type. 65 return std::make_unique<InterfaceBlock>(fLine, this->variable(), this->typeName(), 66 this->instanceName(), this->arraySize(), 67 SymbolTable::WrapIfBuiltin(this->typeOwner())); 71 String result = this->variable().modifiers().description() + this->typeName() + " {\n"; 72 const Type* structType = &this [all...] |