Home
last modified time | relevance | path

Searched refs:this (Results 1701 - 1725 of 5710) sorted by relevance

1...<<61626364656667686970>>...229

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h24 // // 1 (from 0 in this case).
82 delete static_cast<const Derived *>(this); in Release()
100 delete static_cast<const Derived *>(this); in Release()
107 /// Usually specializing this class is not necessary, as IntrusiveRefCntPtr
111 /// One case when you might want to specialize this type is if you have
120 /// To resolve this, Bar.h could include a third header, FooFwd.h, which
160 return *this; in operator =()
H A DSmallSet.h93 return *this; in operator =()
107 return *this; in operator =()
123 return *this; in operator ++()
130 /// when the set is small (less than N). In this case, the set can be
145 // not a good idea to choose this value too high. You may consider using a
246 /// If this set is of pointer values, transparently switch over to using
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DValueLattice.h21 /// FIXME: This is basically just for bringup, this can be made a lot more rich
28 /// This Value has no known value yet. As a result, this implies the
29 /// producing instruction is dead. Caution: We use this as the starting
30 /// state in our local meet rules. In this usage, it's taken to mean
44 /// The Value falls within this range. (Used only for integer typed values.)
47 /// We can not precisely model the dynamic values this value might take.
83 *this = Other; in ValueLatticeElement()
89 // If we change the state of this from constant range to non constant range, in operator =()
94 // If we change the state of this from a valid ConstVal to another a state in operator =()
116 return *this; in operator =()
[all...]
/third_party/toybox/
H A Dmain.c20 // global context for this command.
23 union global_union this; variable
38 // Binary search to find this command. in toy_find()
73 // Setup toybox global state for this command.
136 if (oldwhich) memset(&this, 0, sizeof(this)); in toy_init()
245 // Call the multiplexer, adjusting this argv[] to be its' argv[1]. in main()
/third_party/toybox/porting/liteos_a/
H A Dmain.c21 // global context for this command.
24 union global_union this; variable
39 // Binary search to find this command. in toy_find()
74 // Setup toybox global state for this command.
137 if (oldwhich) memset(&this, 0, sizeof(this)); in toy_init()
246 // Call the multiplexer, adjusting this argv[] to be its' argv[1]. in main()
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.h10 // 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.
68 // ExtensionDicts and UnknownFields containers do NOT follow this rule. They
76 // - For a top-level message, this pointer is NULL.
77 // - For a sub-message, this points to the parent message.
78 // - For a message managed externally, this is a owned reference to Py_None.
84 // If this object belongs to a parent message, describes which field it comes
90 PyObject* AsPyObject() { return reinterpret_cast<PyObject*>(this); } in AsPyObject()
96 // Delete this containe
[all...]
/third_party/libabigail/tools/
H A Dfedabipkgdiff85 # fedabipkgdiff runs abipkgdiff in this form
183 For instance, when passed the string '2.3.fc12', this function
296 """Return the string representation of this RPM
315 """Determine if this is the peer of a given rpm.
360 """Get the URL from where to download this RPM"""
373 """Check if this RPM was already downloaded to local disk"""
388 disk. Note that, this file must not exist necessarily.
395 """Return filename of this RPM
397 Returned filename is just the one passed when initializing this RPM.
399 :return: filename of this RP
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h152 /// before using this instance for lookup.
199 /// Loop over the elements of this SymbolLookupSet, applying the Body function
220 /// Loop over the elements of this SymbolLookupSet, applying the Body function
247 /// Construct a SymbolNameVector from this instance by dropping the Flags
275 /// by construction, this method can be used to turn it into a proper set.
283 /// Returns true if this set contains any duplicates. This should only be used
430 /// An instance of this class is passed to MaterializationUnits when their
442 /// this asserts that all symbols being tracked have been either
450 /// Returns the VModuleKey for this instance.
453 /// Returns the symbol flags map for this responsibilit
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h10 // 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.
82 // Defined in this file.
164 // that this must be |false| by default: several other pieces of code (for
247 // Index of this descriptor within the file or containing type's message
251 // The .proto file in which this message type was defined. Never nullptr.
254 // If this Descriptor describes a nested type, this returns the type
258 // Get options for this messag
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_context.c83 struct i915_request *this; in live_nop_switch() local
85 this = igt_request_alloc(ctx[n], engine); in live_nop_switch()
86 if (IS_ERR(this)) { in live_nop_switch()
87 err = PTR_ERR(this); in live_nop_switch()
91 i915_request_await_dma_fence(this, &rq->fence); in live_nop_switch()
94 rq = i915_request_get(this); in live_nop_switch()
95 i915_request_add(this); in live_nop_switch()
121 struct i915_request *this; in live_nop_switch() local
123 this = igt_request_alloc(ctx[n % nctx], engine); in live_nop_switch()
124 if (IS_ERR(this)) { in live_nop_switch()
1834 unsigned long this = 0; igt_vm_isolation() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_context.c80 struct i915_request *this; in live_nop_switch() local
82 this = igt_request_alloc(ctx[n], engine); in live_nop_switch()
83 if (IS_ERR(this)) { in live_nop_switch()
84 err = PTR_ERR(this); in live_nop_switch()
88 i915_request_await_dma_fence(this, &rq->fence); in live_nop_switch()
91 rq = i915_request_get(this); in live_nop_switch()
92 i915_request_add(this); in live_nop_switch()
118 struct i915_request *this; in live_nop_switch() local
120 this = igt_request_alloc(ctx[n % nctx], engine); in live_nop_switch()
121 if (IS_ERR(this)) { in live_nop_switch()
1844 unsigned long this = 0; igt_vm_isolation() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DYAMLTraits.h362 // it subclasses int. Using this wrapper only instantiates the
573 yamlize(*this, Res, true, Context); in enumFallback()
611 this->processKey(Key, Val, true, Ctx); in mapRequired()
615 this->processKey(Key, Val, true, Ctx); in mapRequired()
633 if (this->canElideEmptySequence() && !(Val.begin() != Val.end())) in mapOptionalWithContext()
635 this->processKey(Key, Val, false, Ctx); in mapOptionalWithContext()
640 this->processKeyWithDefault(Key, Val, Optional<T>(), /*Required=*/false, in mapOptionalWithContext()
647 this->processKey(Key, Val, false, Ctx); in mapOptionalWithContext()
653 this->processKeyWithDefault(Key, Val, Default, false, Ctx); in mapOptionalWithContext()
668 if (this in processKeyWithDefault()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set.h4 // you may not use this file except in compliance with the License.
198 // this is a true bitmask. On non-SSE, platforms the arithematic used to
219 return *this; in operator ++()
230 BitMask begin() const { return *this; } in begin()
328 // Work around this by using the portable implementation of Group
483 // - For (capacity+1) < Group::kWidth, growth == capacity. In this case, we
565 // NOTE: this function must work with tables having both ctrl_t::kEmpty and
774 return *this;
778 auto tmp = *this;
779 ++*this;
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jar ... val$result final synthetic junit.extensions.ActiveTestSuite this$0 void <init> (junit.extensions.ActiveTestSuite, junit ...
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice shall be included in
441 /* SPT already exists covering the same range as this LPT, in nvkm_vmm_ref_hwpt()
647 /* Determine number of PTEs at this page size. */ in nvkm_vmm_ptes_sparse()
856 struct nvkm_vma *this = rb_entry(*ptr, typeof(*this), tree); in nvkm_vmm_free_insert() local
858 if (vma->size < this->size) in nvkm_vmm_free_insert()
861 if (vma->size > this->size) in nvkm_vmm_free_insert()
864 if (vma->addr < this->addr) in nvkm_vmm_free_insert()
867 if (vma->addr > this in nvkm_vmm_free_insert()
898 struct nvkm_vma *this = rb_entry(*ptr, typeof(*this), tree); nvkm_vmm_node_insert() local
1751 struct nvkm_vma *this = rb_entry(temp, typeof(*this), tree); nvkm_vmm_get_locked() local
1767 struct nvkm_vma *this = rb_entry(node, typeof(*this), tree); nvkm_vmm_get_locked() local
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dinterface_helpers.h4 * you may not use this file except in compliance with the License.
304 if (auto i = this->GetInterface(ILifecycle::UID)) { in GetInterface()
308 delete this;
316 return static_cast<CORE_NS::IInterface*>(static_cast<void*>(this));
318 return Internal::SearchInterface(uid, this, IntsImpl());
327 auto* me = const_cast<IntroduceInterfaces*>(this);
344 // this needs to be in the function to compile with newer vc++ which considers the IntroduceInterfaces
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dobject.h4 * you may not use this file except in compliance with the License.
52 * @note Usually when inheriting from this template directly SuperClassInfo should be META_NS::ClassId::BaseObject.
79 auto* me = const_cast<BaseObjectFwd*>(this);
168 // Object registry calls this
179 // Object registry does this
192 // Object registry calls this
269 return const_cast<BaseObjectFwd*>(this)->GetBaseAs<Type>(); in GetBaseAs()
308 * @note Usually when inheriting from this template directly SuperClassInfo should be META_NS::ClassId::MetaObject.
426 ConstructPropertiesFromMetadata(this, FinalClass::StaticObjectMeta(), meta);
427 ConstructEventsFromMetadata(this, FinalClas
[all...]
/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_msg.h4 * you may not use this file except in compliance with the License.
401 PAP = 1, // only EAP-TTLS support this mode
402 MSCHAP = 2, // only EAP-TTLS support this mode
403 MSCHAPV2 = 3, // only EAP-PEAP/EAP-TTLS support this mode
404 GTC = 4, // only EAP-PEAP/EAP-TTLS support this mode
405 SIM = 5, // only EAP-PEAP support this mode
406 AKA = 6, // only EAP-PEAP support this mode
407 AKA_PRIME = 7 // only EAP-PEAP support this mode
800 this->actionType = type; in WifiCategoryBlackListInfo()
801 this in WifiCategoryBlackListInfo()
[all...]
/kernel/linux/linux-5.10/drivers/block/paride/
H A Dppc6lnx.c550 u8 this, last; in ppc6_wr_data_blk() local
564 this = *data++; in ppc6_wr_data_blk()
567 if (this == last) in ppc6_wr_data_blk()
575 outb(this, ppc->lpt_addr); in ppc6_wr_data_blk()
577 last = this; in ppc6_wr_data_blk()
/kernel/linux/linux-5.10/arch/arm/mach-ep93xx/
H A Dcrunch-bits.S82 str r0, [r3] @ this task now owns crunch
252 * this is called mainly in the creation of signal stack frames
262 teq r2, r3 @ does this task own it...
272 1: @ this task owns crunch regs -- grab a copy from there
285 * this is used to restore crunch state when unwinding a signal stack frame
295 teq r2, r3 @ does this task own it...
298 @ this task doesn't own crunch regs -- use its save area
304 1: @ this task owns crunch regs -- load them directly
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Diwmmxt.S90 str r0, [r3] @ this task now owns Concan regs
244 * this is called mainly in the creation of signal stack frames
256 teq r2, r3 @ does this task own it...
266 1: @ this task owns Concan regs -- grab a copy from there
282 * this is used to restore Concan state when unwinding a signal stack frame
295 teq r2, r3 @ does this task own it...
298 @ this task doesn't own Concan regs -- use its save area
304 1: @ this task owns Concan regs -- load them directly
/kernel/linux/linux-5.10/arch/arc/kernel/
H A Dentry-compact.S39 * Normally CPU does this automatically, however when doing FAKE rtie,
40 * we need to explicitly do this. The problem in macros
41 * FAKE_RET_FROM_EXCPN and FAKE_RET_FROM_EXCPN_LOCK_IRQ was that this bit
291 ; TBD: optimize - do this only if a callee reg was involved
327 # Interrupts are actually disabled from this point on, but will get
354 ld r9, [sp, PT_event] ; Ensure this is L2 intr context
373 ; If this does happen we simply HALT as it means a BUG !!!
397 ;this case is for syscalls or Exceptions or pure kernel mode
/kernel/linux/linux-6.6/arch/arc/kernel/
H A Dentry-compact.S39 * Normally CPU does this automatically, however when doing FAKE rtie,
40 * we need to explicitly do this. The problem in macros
41 * FAKE_RET_FROM_EXCPN and FAKE_RET_FROM_EXCPN_LOCK_IRQ was that this bit
279 ; TBD: optimize - do this only if a callee reg was involved
312 # Interrupts are actually disabled from this point on, but will get
339 ld r9, [sp, PT_event] ; Ensure this is L2 intr context
358 ; If this does happen we simply HALT as it means a BUG !!!
382 ;this case is for syscalls or Exceptions or pure kernel mode
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Diwmmxt.S102 str r0, [r3] @ this task now owns Concan regs
254 * this is called mainly in the creation of signal stack frames
266 teq r2, r3 @ does this task own it...
276 1: @ this task owns Concan regs -- grab a copy from there
292 * this is used to restore Concan state when unwinding a signal stack frame
305 teq r2, r3 @ does this task own it...
308 @ this task doesn't own Concan regs -- use its save area
314 1: @ this task owns Concan regs -- load them directly
/kernel/linux/linux-6.6/drivers/ata/pata_parport/
H A Dbpck6.c161 u8 this, last; in bpck6_write_block() local
192 this = *buf++; in bpck6_write_block()
195 if (this == last) { in bpck6_write_block()
199 parport_write_data(pi->pardev->port, this); in bpck6_write_block()
200 last = this; in bpck6_write_block()

Completed in 24 milliseconds

1...<<61626364656667686970>>...229