Home
last modified time | relevance | path

Searched refs:this (Results 2476 - 2500 of 5845) sorted by relevance

1...<<919293949596979899100>>...234

/third_party/skia/include/core/
H A DSkSurfaceProps.h4 * Use of this source code is governed by a BSD-style license that can be
14 * Description of how the LCD strips are arranged for each pixel. If this is unknown, or the
84 return !(*this == that); in operator !=()
/third_party/skia/include/private/
H A DSkSLSampleUsage.h4 * Use of this source code is governed by a BSD-style license that can be
63 bool operator!=(const SampleUsage& that) const { return !(*this == that); } in operator !=()
H A DSkWeakRefCnt.h4 * Use of this source code is governed by a BSD-style license that can be
29 a strong reference on which unref() must be called. Note that this does not
34 object to define what this means.
120 before the decrement, then call delete on the object. Note that if this
134 this->INHERITED::internal_dispose(); in weak_unref()
138 /** Returns true if there are no strong references to the object. When this
/third_party/skia/include/sksl/
H A DDSLBlock.h4 * Use of this source code is governed by a BSD-style license that can be
48 return *this; in operator =()
/third_party/vulkan-loader/loader/
H A Dasm_test_x86.S7 # you may not use this file except in compliance with the License.
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h343 // not using __APPLE__ because... this is how Catch does it
388 // this is kept here for backwards compatibility since the config option was changed
430 // see this issue on why this is needed: https://github.com/onqtam/doctest/issues/183
458 // Idea taken from this lecture about the string implementation of facebook/folly - fbstring
516 const char* c_str() const { return const_cast<String*>(this)->c_str(); } // NOLINT in c_str()
740 int abort_after; // stop tests after this many failed assertions
939 // see this issue on why this is needed: https://github.com/onqtam/doctest/issues/183
955 *this
[all...]
/foundation/window/window_manager/previewer/include/
H A Dwm_common.h4 * you may not use this file except in compliance with the License.
419 return !(*this == right); in operator !=()
500 return !this->operator==(a); in operator !=()
611 return !this->operator==(a); in operator !=()
697 return !this->operator==(a); in operator !=()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dioapic.c22 * License along with this library; if not, write to the Free Software
200 * EOI for this vector. in ioapic_lazy_update_eoi()
227 * to receive the EOI. In this case, we do a lazy update of the in ioapic_set_irq()
235 * this only happens if a previous edge has not been delivered due in ioapic_set_irq()
533 * immediately during eoi broadcast, and this in kvm_ioapic_update_eoi_one()
536 * level-triggered interrupt. Emulate this in kvm_ioapic_update_eoi_one()
578 static int ioapic_mmio_read(struct kvm_vcpu *vcpu, struct kvm_io_device *this, in ioapic_mmio_read() argument
581 struct kvm_ioapic *ioapic = to_ioapic(this); in ioapic_mmio_read()
620 static int ioapic_mmio_write(struct kvm_vcpu *vcpu, struct kvm_io_device *this, in ioapic_mmio_write() argument
623 struct kvm_ioapic *ioapic = to_ioapic(this); in ioapic_mmio_write()
[all...]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dskeleton.S33 | For details on the license for this file, please see the
34 | file, README, in this same directory.
88 | Code following the 'inex' label is to handle bug #1232. In this
96 | that this fix is only for d43b parts, and is skipped if the
349 | or planned at the time of this writing. The fpsp is
358 | Replace this with a call to your kernel panic code or
390 | this via a 'moves' instruction. copyout is a UNIX SVR3 (and later) function.
430 | this via a 'moves' instruction. copyin is a UNIX SVR3 (and later) function.
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dskeleton.S33 | For details on the license for this file, please see the
34 | file, README, in this same directory.
88 | Code following the 'inex' label is to handle bug #1232. In this
96 | that this fix is only for d43b parts, and is skipped if the
349 | or planned at the time of this writing. The fpsp is
358 | Replace this with a call to your kernel panic code or
390 | this via a 'moves' instruction. copyout is a UNIX SVR3 (and later) function.
430 | this via a 'moves' instruction. copyin is a UNIX SVR3 (and later) function.
/kernel/linux/linux-5.10/drivers/xen/
H A Devtchn.c16 * of this source file (the "Software"), to deal in the Software without
22 * The above copyright notice and this permission notice shall be included in
73 /* Processes wait on this queue when ring is empty. */
114 struct user_evtchn *this; in add_evtchn() local
116 this = rb_entry(*new, struct user_evtchn, node); in add_evtchn()
119 if (this->port < evtchn->port) in add_evtchn()
121 else if (this->port > evtchn->port) in add_evtchn()
/kernel/linux/linux-5.10/lib/mpi/
H A Dmpicoder.c17 * along with this program; if not, write to the Free Software
259 #error please implement for this limb size. in mpi_read_buffer()
288 #error please implement for this limb size. in mpi_read_buffer()
305 * @nbytes: receives the length of this buffer.
363 #error please implement for this limb size. in mpi_write_to_sgl()
405 #error please implement for this limb size. in mpi_write_to_sgl()
567 * is 0. For printing this is a bit of a surprise, in particular in mpi_print()
569 * should be able to print a zero. Thus we need this extra test in mpi_print()
624 /* Note: We ignore the sign for this format. */ in mpi_print()
625 /* FIXME: for performance reasons we should put this int in mpi_print()
[all...]
/kernel/linux/linux-6.6/drivers/xen/
H A Devtchn.c16 * of this source file (the "Software"), to deal in the Software without
22 * The above copyright notice and this permission notice shall be included in
73 /* Processes wait on this queue when ring is empty. */
115 struct user_evtchn *this; in add_evtchn() local
117 this = rb_entry(*new, struct user_evtchn, node); in add_evtchn()
120 if (this->port < evtchn->port) in add_evtchn()
122 else if (this->port > evtchn->port) in add_evtchn()
/kernel/linux/linux-6.6/drivers/base/regmap/
H A Dregcache.c180 * we cope with this by reading back the HW registers and in regcache_init()
294 /* Is this the hardware default? If so skip. */ in regcache_reg_needs_sync()
409 struct regmap_range_node *this = in regcache_sync() local
413 if (regcache_read(map, this->selector_reg, &i) != 0) in regcache_sync()
416 ret = _regmap_write(map, this->selector_reg, i); in regcache_sync()
419 this->selector_reg, i, ret); in regcache_sync()
556 * If this function is not called, regcache_sync() will assume that
/kernel/linux/linux-6.6/kernel/futex/
H A Dcore.c154 * Generate a machine wide unique identifier for this inode.
286 * The treatment of mapping from this point on is critical. The page in get_futex_key()
287 * lock protects many things but in this context the page lock in get_futex_key()
293 * From this point on, mapping will be re-verified if necessary and in get_futex_key()
327 * applies. If this is really a shmem page then the page lock in get_futex_key()
369 * The associated futex object in this case is the inode and in get_futex_key()
370 * the page->mapping must be traversed. Ordinarily this should in get_futex_key()
372 * necessary in this case as we just want to pin the inode, not in get_futex_key()
441 struct futex_q *this; in futex_top_waiter() local
443 plist_for_each_entry(this, in futex_top_waiter()
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dioapic.c22 * License along with this library; if not, write to the Free Software
199 * EOI for this vector. in ioapic_lazy_update_eoi()
226 * to receive the EOI. In this case, we do a lazy update of the in ioapic_set_irq()
234 * this only happens if a previous edge has not been delivered due in ioapic_set_irq()
377 * Linux guest as a oneshot interrupt (IRQF_ONESHOT). In this in ioapic_write_indirect()
382 * cases, injecting this pending interrupt to the guest is in ioapic_write_indirect()
388 * the pending status and notify the resampler that this interrupt in ioapic_write_indirect()
395 * registered for this irq), then unconditionally inject this in ioapic_write_indirect()
562 * immediately during eoi broadcast, and this in kvm_ioapic_update_eoi_one()
607 ioapic_mmio_read(struct kvm_vcpu *vcpu, struct kvm_io_device *this, gpa_t addr, int len, void *val) ioapic_mmio_read() argument
649 ioapic_mmio_write(struct kvm_vcpu *vcpu, struct kvm_io_device *this, gpa_t addr, int len, const void *val) ioapic_mmio_write() argument
[all...]
/kernel/linux/linux-6.6/lib/crypto/mpi/
H A Dmpicoder.c17 * along with this program; if not, write to the Free Software
259 #error please implement for this limb size. in mpi_read_buffer()
288 #error please implement for this limb size. in mpi_read_buffer()
305 * @nbytes: receives the length of this buffer.
363 #error please implement for this limb size. in mpi_write_to_sgl()
405 #error please implement for this limb size. in mpi_write_to_sgl()
567 * is 0. For printing this is a bit of a surprise, in particular in mpi_print()
569 * should be able to print a zero. Thus we need this extra test in mpi_print()
624 /* Note: We ignore the sign for this format. */ in mpi_print()
625 /* FIXME: for performance reasons we should put this int in mpi_print()
[all...]
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-promise-object.c4 * you may not use this file except in compliance with the License.
263 const ecma_value_t this, /**< this_arg of the function */ in ecma_promise_reject_handler()
267 JERRY_UNUSED (this); in ecma_promise_reject_handler()
300 const ecma_value_t this, /**< this_arg of the function */ in ecma_promise_resolve_handler()
304 JERRY_UNUSED (this); in ecma_promise_resolve_handler()
527 /* Calling ecma_new_collection might trigger a GC call, so this in ecma_op_create_promise_object()
769 ecma_promise_reject_or_resolve (ecma_value_t this_arg, /**< "this" argument */ in ecma_promise_reject_or_resolve()
775 return ecma_raise_type_error (ECMA_ERR_MSG ("'this' is not an object.")); in ecma_promise_reject_or_resolve()
936 return ecma_raise_type_error (ECMA_ERR_MSG ("'this' is not an object.")); in ecma_promise_then()
943 return ecma_raise_type_error (ECMA_ERR_MSG ("'this' i in ecma_promise_then()
262 ecma_promise_reject_handler(const ecma_value_t function, const ecma_value_t this, const ecma_value_t argv[], const ecma_length_t argc) ecma_promise_reject_handler() argument
299 ecma_promise_resolve_handler(const ecma_value_t function, const ecma_value_t this, const ecma_value_t argv[], const ecma_length_t argc) ecma_promise_resolve_handler() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_builder.h6 * copy of this software and associated documentation files (the "Software"),
12 * The above copyright notice and this permission notice (including the next
42 /** Type used in this IR to represent a source of an instruction. */
45 /** Type used in this IR to represent the destination of an instruction. */
48 /** Type used in this IR to represent an instruction. */
84 * from this.
89 fs_builder bld = *this; in at()
98 * parameters from this.
109 * from this.
117 fs_builder bld = *this; in group()
[all...]
/third_party/node/deps/v8/src/ast/
H A Dast-traversal-visitor.h2 // Use of this source code is governed by a BSD-style license that can be
67 if (!(this->impl()->VisitNode(node))) return; \
72 if (!(this->impl()->VisitExpression(node))) return; \
78 this->impl()->call; \
86 this->impl()->call; \
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.h2 // Use of this source code is governed by a BSD-style license that can be
98 explicit SimInstruction(Instruction* instr) { *this = instr; } in SimInstruction()
104 DCHECK(reinterpret_cast<void*>(&operand_) == this); in operator =()
105 return *this; in operator =()
270 return VariadicCall<Return>(this, &Simulator::CallImpl, entry, args...); in Call()
304 // the ra is set to this value on transition from native C code to
608 // simulating this, we'll just occasionally introduce cases where an
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.h2 // Use of this source code is governed by a BSD-style license that can be
99 explicit SimInstruction(Instruction* instr) { *this = instr; } in SimInstruction()
105 DCHECK(reinterpret_cast<void*>(&operand_) == this); in operator =()
106 return *this; in operator =()
306 return VariadicCall<Return>(this, &Simulator::CallImpl, entry, args...); in Call()
340 // the ra is set to this value on transition from native C code to
704 // simulating this, we'll just occasionally introduce cases where an
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.h2 // Use of this source code is governed by a BSD-style license that can be
99 explicit SimInstruction(Instruction* instr) { *this = instr; } in SimInstruction()
105 DCHECK(reinterpret_cast<void*>(&operand_) == this); in operator =()
106 return *this; in operator =()
304 return VariadicCall<Return>(this, &Simulator::CallImpl, entry, args...); in Call()
338 // the ra is set to this value on transition from native C code to
680 // simulating this, we'll just occasionally introduce cases where an
/third_party/node/deps/v8/src/objects/
H A Dfixed-array.h2 // Use of this source code is governed by a BSD-style license that can be
88 // -kTaggedSize is here to ensure that this max size always fits into Smi
147 RELAXED_WRITE_FIELD(*this, offset, value); in set()
365 // references to the start of the collection. Only use this method when
419 // around in the array - this method can only be used in cases where the user
552 // array, this function returns the number of elements a byte array should
608 DCHECK_LE(length, this->length());
613 DCHECK_LE(offset, this->length()); in matches()
614 DCHECK_LE(offset + length, this->length()); in matches()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DCGSCCPassManager.h24 /// module. But this is also useful if we want to parallelize the optimizations
32 /// scalar or CGSCC transforms *become* the call graph. Using this allows us to
45 /// expected to completely preclude the usability of this, it will need to be
64 /// To address this, the CGSCC manager uses both worklists that can be expanded
114 // Allow debug logging in this inline function.
117 /// Extern template declaration for the analysis set for this IR unit.
125 /// documentation. This type serves as a convenient way to refer to this
126 /// construct in the adaptors and proxies used to integrate this into the larger
147 /// type serves as a convenient way to refer to this construct.
188 /// Regardless of whether this analysi
[all...]

Completed in 25 milliseconds

1...<<919293949596979899100>>...234