Home
last modified time | relevance | path

Searched refs:this (Results 1751 - 1775 of 5116) sorted by relevance

1...<<71727374757677787980>>...205

/kernel/linux/linux-6.6/net/netfilter/
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...]
/kernel/linux/linux-5.10/arch/parisc/math-emu/
H A Dhppa.h10 PA header file -- do not include this header file for non-PA builds.
H A Dfpu.h15 * <<please update with a synopis of the functionality provided by this file>>
22 PA header file -- do not include this header file for non-PA builds.
55 * following flags are used at assist this differeniation.
H A Dfpbits.h10 PA header file -- do not include this header file for non-PA builds.
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dcommon.h22 * with this program; if not, write to the Free Software Foundation, Inc.,
85 extern void omap1_nand_cmd_ctl(struct nand_chip *this, int cmd,
/kernel/linux/linux-6.6/arch/parisc/math-emu/
H A Dfpbits.h10 PA header file -- do not include this header file for non-PA builds.
H A Dhppa.h10 PA header file -- do not include this header file for non-PA builds.
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Dcommon.h22 * with this program; if not, write to the Free Software Foundation, Inc.,
57 extern void omap1_nand_cmd_ctl(struct nand_chip *this, int cmd,
/kernel/linux/linux-5.10/include/net/netfilter/
H A Dnf_nat_helper.h37 /* Setup NAT on this expected conntrack so it follows master, but goes
39 void nf_nat_follow_master(struct nf_conn *ct, struct nf_conntrack_expect *this);
/third_party/icu/icu4c/source/test/intltest/
H A Drestsnew.h57 NewResourceBundleTest& operator=(const NewResourceBundleTest&) { return *this; } in operator =()
H A Drestest.h43 ResourceBundleTest& operator=(const ResourceBundleTest&) { return *this; } in operator =()
H A Dsfwdchit.h29 * Generates a hash code for this iterator.
34 * Returns a UClassID for this ForwardCharacterIterator ("poor man's
35 * RTTI").<P> Despite the fact that this function is public,
68 SimpleFwdCharIterator &operator=(const SimpleFwdCharIterator&) { return *this; } in operator =()
/third_party/lzma/CPP/Common/
H A DAutoPtr.h15 return (*this); in operator =()
19 // T* operator->() const { return (&**this); }
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dbase-page-handle.h2 // Use of this source code is governed by a BSD-style license that can be
35 CPPGC_DCHECK(reinterpret_cast<uintptr_t>(this) % api_constants::kPageSize == in BasePageHandle()
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dprefinalizer.h2 // Use of this source code is governed by a BSD-style license that can be
70 prefinalizer_dummy_{this, Class::InvokePreFinalizer}; \

Completed in 20 milliseconds

1...<<71727374757677787980>>...205