Home
last modified time | relevance | path

Searched refs:this (Results 2251 - 2275 of 4685) sorted by relevance

1...<<919293949596979899100>>...188

/third_party/skia/experimental/graphite/src/
H A DUniform.h4 * Use of this source code is governed by a BSD-style license that can be
35 constexpr bool isInitialized() const { return this->type() != SLType::kVoid; } in isInitialized()
/third_party/skia/experimental/graphite/src/mtl/
H A DMtlGpu.h4 * Use of this source code is governed by a BSD-style license that can be
30 const Caps& mtlCaps() const { return static_cast<const Caps&>(*this->caps()); } in mtlCaps()
/third_party/skia/experimental/xps_to_png/
H A Dcompile_xps_to_png.bat3 @rem Use of this source code is governed by a BSD-style license that can be
/third_party/skia/experimental/graphite/src/geom/
H A DTransform_graphite.h4 * Use of this source code is governed by a BSD-style license that can be
52 bool operator!=(const Transform& t) const { return !(*this == t); } in operator !=()
/third_party/skia/modules/sksg/include/
H A DSkSGPath.h4 * Use of this source code is governed by a BSD-style license that can be
40 this->invalidate(); in setFillType()
/foundation/multimedia/audio_framework/services/audio_policy/server/include/
H A Daudio_policy_server.h4 * you may not use this file except in compliance with the License.
619 [this] (const uint64_t sessionID, const int32_t zoneID) { this->ProcessSessionRemoved(sessionID, zoneID); },
620 [this] (SessionEvent sessionEvent) { this->ProcessSessionAdded(sessionEvent); },
621 [this] (const uint64_t sessionID) {this->ProcessorCloseWakeupSource(sessionID); }};
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dbugfix.S36 | * to get better coverage. (If you do not insert this code, the part
38 | * Do NOT insert this code for 10d43b or later parts.
81 | * be destroyed by a FMOVEM at the end of all this code.
131 | * be destroyed by a FMOVEM at the end of all this code.
155 | For details on the license for this file, please see the
156 | file, README, in this same directory.
171 | number of the fsave is not $40, this handler is not necessary.
177 | Test for cu_savepc equal to zero. If not, this is not a bug
182 beq fix_done |if zero, this is not bug #1238
197 | Check for cu and nu register conflict. If one exists, this take
[all...]
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dbugfix.S36 | * to get better coverage. (If you do not insert this code, the part
38 | * Do NOT insert this code for 10d43b or later parts.
81 | * be destroyed by a FMOVEM at the end of all this code.
131 | * be destroyed by a FMOVEM at the end of all this code.
155 | For details on the license for this file, please see the
156 | file, README, in this same directory.
171 | number of the fsave is not $40, this handler is not necessary.
177 | Test for cu_savepc equal to zero. If not, this is not a bug
182 beq fix_done |if zero, this is not bug #1238
197 | Check for cu and nu register conflict. If one exists, this take
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_set_hash.c5 * Development of this code funded by Astaro AG (http://www.astaro.com/)
551 struct nft_hash_elem *this = elem->priv, *he; in nft_hash_insert() local
556 hash = nft_jhash(set, priv, &this->ext); in nft_hash_insert()
558 if (!memcmp(nft_set_ext_key(&this->ext), in nft_hash_insert()
565 hlist_add_head_rcu(&this->node, &priv->table[hash]); in nft_hash_insert()
591 struct nft_hash_elem *this = elem->priv, *he; in nft_hash_deactivate() local
595 hash = nft_jhash(set, priv, &this->ext); in nft_hash_deactivate()
H A Dnft_set_rbtree.c5 * Development of this code funded by Astaro AG (http://www.astaro.com/)
145 const void *this; in __nft_rbtree_get() local
155 this = nft_set_ext_key(&rbe->ext); in __nft_rbtree_get()
156 d = memcmp(this, key, set->klen); in __nft_rbtree_get()
252 /* search for end interval coming before this element. in nft_rbtree_gc_elem()
270 /* There is always room in this trans gc for this element, in nft_rbtree_gc_elem()
273 * this is synchronous gc which never fails. in nft_rbtree_gc_elem()
301 /* this element is closest to where the new element is to be inserted: in nft_rbtree_update_first()
364 * but skip new elements in this transactio in __nft_rbtree_insert()
551 struct nft_rbtree_elem *rbe, *this = elem->priv; nft_rbtree_deactivate() local
[all...]
/kernel/linux/linux-5.10/sound/soc/sh/rcar/
H A Ddma.c646 static void rsnd_dma_of_path(struct rsnd_mod *this, in rsnd_dma_of_path() argument
659 struct rsnd_priv *priv = rsnd_mod_to_priv(this); in rsnd_dma_of_path()
678 if (this == rsnd_io_to_mod_ssi(io)) in rsnd_dma_of_path()
679 this = ssiu; in rsnd_dma_of_path()
737 if ((this == ssi) == (is_play)) { in rsnd_dma_of_path()
745 dev_dbg(dev, "module connection (this is %s)\n", rsnd_mod_name(this)); in rsnd_dma_of_path()
/kernel/linux/linux-5.10/drivers/ptp/
H A Dptp_ines.c245 struct list_head *this; in ines_find_port() local
248 list_for_each(this, &ines_clocks) { in ines_find_port()
249 clock = list_entry(this, struct ines_clock, list); in ines_find_port()
261 struct list_head *this, *next; in ines_find_rxts() local
271 list_for_each_safe(this, next, &port->events) { in ines_find_rxts()
272 ts = list_entry(this, struct ines_timestamp, list); in ines_find_rxts()
/kernel/linux/linux-6.6/drivers/ptp/
H A Dptp_ines.c240 struct list_head *this; in ines_find_port() local
243 list_for_each(this, &ines_clocks) { in ines_find_port()
244 clock = list_entry(this, struct ines_clock, list); in ines_find_port()
256 struct list_head *this, *next; in ines_find_rxts() local
266 list_for_each_safe(this, next, &port->events) { in ines_find_rxts()
267 ts = list_entry(this, struct ines_timestamp, list); in ines_find_rxts()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_set_hash.c5 * Development of this code funded by Astaro AG (http://www.astaro.com/)
567 struct nft_hash_elem *this = elem->priv, *he; in nft_hash_insert() local
572 hash = nft_jhash(set, priv, &this->ext); in nft_hash_insert()
574 if (!memcmp(nft_set_ext_key(&this->ext), in nft_hash_insert()
581 hlist_add_head_rcu(&this->node, &priv->table[hash]); in nft_hash_insert()
607 struct nft_hash_elem *this = elem->priv, *he; in nft_hash_deactivate() local
611 hash = nft_jhash(set, priv, &this->ext); in nft_hash_deactivate()
H A Dnft_set_rbtree.c5 * Development of this code funded by Astaro AG (http://www.astaro.com/)
143 const void *this; in __nft_rbtree_get() local
153 this = nft_set_ext_key(&rbe->ext); in __nft_rbtree_get()
154 d = memcmp(this, key, set->klen); in __nft_rbtree_get()
250 /* search for end interval coming before this element. in nft_rbtree_gc_elem()
268 /* There is always room in this trans gc for this element, in nft_rbtree_gc_elem()
271 * this is synchronous gc which never fails. in nft_rbtree_gc_elem()
299 /* this element is closest to where the new element is to be inserted: in nft_rbtree_update_first()
362 * but skip new elements in this transactio in __nft_rbtree_insert()
549 struct nft_rbtree_elem *rbe, *this = elem->priv; nft_rbtree_deactivate() local
[all...]
/kernel/linux/linux-6.6/sound/soc/sh/rcar/
H A Ddma.c707 static void rsnd_dma_of_path(struct rsnd_mod *this, in rsnd_dma_of_path() argument
720 struct rsnd_priv *priv = rsnd_mod_to_priv(this); in rsnd_dma_of_path()
739 if (this == rsnd_io_to_mod_ssi(io)) in rsnd_dma_of_path()
740 this = ssiu; in rsnd_dma_of_path()
798 if ((this == ssi) == (is_play)) { in rsnd_dma_of_path()
806 dev_dbg(dev, "module connection (this is %s)\n", rsnd_mod_name(this)); in rsnd_dma_of_path()
/third_party/glslang/glslang/MachineIndependent/
H A DSymbolTable.h13 // notice, this list of conditions and the following disclaimer.
16 // copyright notice, this list of conditions and the following
22 // from this software without specific prior written permission.
138 // N.B.: Non-const functions that will be generally used should assert on this,
149 // any particular use, but it's easy to do this way, and doesn't
151 // different values for different types polymorphically, so this is
166 virtual TVariable* getAsVariable() { return this; } in getAsVariable()
167 virtual const TVariable* getAsVariable() const { return this; } in getAsVariable()
207 // when this object is destroyed
217 // share this definitio
[all...]
/third_party/ffmpeg/libswscale/x86/
H A Dscale.asm91 shl wq, 1 ; this allows *16 (i.e. now *8) in lea instructions for the 8-tap filter
136 %if %1 == 16 ; pmaddwd needs signed adds, so this moves unsigned -> signed, we'll
180 %if %1 == 16 ; pmaddwd needs signed adds, so this moves unsigned -> signed, we'll
272 %if %1 == 16 ; pmaddwd needs signed adds, so this moves unsigned -> signed, we'll
299 %if %1 == 16 ; pmaddwd needs signed adds, so this moves unsigned -> signed, we'll
355 ; per iteration. see "shl wq,1" above as for why we do this
/third_party/ffmpeg/tests/fate/
H A Dmatroska.mak63 # For the muxer this tests that it can correctly write huge TrackNumbers and
126 # Mastering Display Metadata and so this test tests correct muxing and demuxing
127 # of these. It furthermore also tests that this data is correctly propagated
130 # to make this test interesting.
141 # The video is decoded twice to show that this did not change the decoded
142 # output. Furthermore, this also tests writing PCM with bitdepth 32.
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/gradle/wrapper/
H A Dgradle-wrapper.jar ... distributionSha256Sum final synthetic org.gradle.wrapper.Install this$0 void <init> (org.gradle.wrapper. ...
/third_party/skia/third_party/externals/oboe/apps/fxlab/gradle/wrapper/
H A Dgradle-wrapper.jar ... distributionSha256Sum final synthetic org.gradle.wrapper.Install this$0 void <init> (org.gradle.wrapper. ...
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/gradle/wrapper/
H A Dgradle-wrapper.jar ... distributionSha256Sum final synthetic org.gradle.wrapper.Install this$0 void <init> (org.gradle.wrapper. ...
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h139 /// When a module is added to this layer a stub is created for each of its
349 /// Get the address of a symbol provided by this layer, or some layer
350 /// below this one.
411 // Record all functions defined by this module. in addLogicalModule()
418 auto CompileAction = [this, &LD, LMId, &F]() -> JITTargetAddress { in addLogicalModule()
419 if (auto FnImplAddrOrErr = this->extractAndCompile(LD, LMId, F)) in addLogicalModule()
439 // If this module doesn't contain any globals, aliases, or module flags then in addLogicalModule()
468 // Initializers may refer to functions declared (but not defined) in this in addLogicalModule()
478 // for at this point) get turned into a constant alias to the stub in addLogicalModule()
514 auto LegacyLookup = [this, in addLogicalModule()
[all...]
H A DOrcRemoteTargetClient.h199 // FIXME: Replace this once finalizeMemory can return an Error.
237 this->RemoteAddr = RemoteAddr; in setRemoteAddress()
479 this->AvailableTrampolines.push_back(BlockAddr + (I * TrampolineSize)); in grow()
546 new RemoteRTDyldMemoryManager(*this, Id)); in createRemoteMemoryManager()
556 return std::make_unique<RemoteIndirectStubsManager>(*this, Id); in createIndirectStubsManager()
568 CallbackManager.emplace(*this, ES, ErrorHandlerAddress); in enableCompileCallbacks()
593 [this](JITTargetAddress Addr) -> JITTargetAddress { in OrcRemoteTargetClient()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTargetRegistry.h118 /// For registration purposes, this is a POD type so that targets can be
121 /// Targets should implement a single global instance of this class (which
143 // If it weren't for layering issues (this header is in llvm/Support, but
144 // depends on MC?) this should take the Streamer by value rather than rvalue
217 /// HasJIT - Whether this target supports the JIT.
220 /// MCAsmInfoCtorFn - Constructor function for this target's MCAsmInfo, if
224 /// MCInstrInfoCtorFn - Constructor function for this target's MCInstrInfo,
228 /// MCInstrAnalysisCtorFn - Constructor function for this target's
232 /// MCRegInfoCtorFn - Constructor function for this target's MCRegisterInfo,
236 /// MCSubtargetInfoCtorFn - Constructor function for this targe
[all...]

Completed in 24 milliseconds

1...<<919293949596979899100>>...188