/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_set_hash.c | 5 * 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 D | nft_set_rbtree.c | 5 * 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 D | dma.c | 646 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 D | ptp_ines.c | 245 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 D | ptp_ines.c | 240 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 D | nft_set_hash.c | 5 * 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 D | nft_set_rbtree.c | 5 * 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 D | dma.c | 707 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 D | SymbolTable.h | 13 // 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 D | scale.asm | 91 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 D | matroska.mak | 63 # 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 D | gradle-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 D | gradle-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 D | gradle-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 D | CompileOnDemandLayer.h | 139 /// 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 D | OrcRemoteTargetClient.h | 199 // 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 D | TargetRegistry.h | 118 /// 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/mm/ |
H A D | memblock.c | 43 * kernel; this may differ from the actual physical memory installed 138 * For architectures that do not keep memblock data after init, this 508 struct memblock_region *this = &type->regions[i]; in memblock_merge_regions() local 511 if (this->base + this->size != next->base || in memblock_merge_regions() 512 memblock_get_region_node(this) != in memblock_merge_regions() 514 this->flags != next->flags) { in memblock_merge_regions() 515 BUG_ON(this->base + this->size > next->base); in memblock_merge_regions() 520 this in memblock_merge_regions() [all...] |
/third_party/node/deps/v8/src/torque/ |
H A D | types.h | 2 // Use of this source code is governed by a BSD-style license that can be 137 virtual const Type* NonConstexprVersion() const { return this; } in NonConstexprVersion() 163 if (IsConstexpr()) return this; in ConstexprVersion() 184 // If {parent_} is not nullptr, then this type is a subtype of {parent_}. 220 // The byte offset of this field from the beginning of the containing class or 279 if (!IsConstexpr()) return this; 309 ReportError("Cannot find non-constexpr type corresponding to ", *this); 445 if (!IsConstexpr()) return this; 455 if (t->IsSubtypeOf(this)) return; in Extend() 574 for (base::Optional<const AggregateType*> current = this; in LastField() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 132 /// The GlobalValue corresponding to this summary. This is only used in 141 /// called, so it is safe to use this field during thin link. This field 292 /// In the future this will be used to update and optimize linkage 350 /// List of values referenced by this global value's definition 370 /// Initialize the original name hash in this summary. 373 /// Which kind of summary subclass this is. 376 /// Set the path to the module containing this function, for use in 380 /// Get the path to the module containing this function. 383 /// Get the flags for this GlobalValue (see \p struct GVFlags). 386 /// Return linkage type recorded for this globa [all...] |
H A D | InstrTypes.h | 129 /// Also automatically insert this instruction to the end of the 221 /// operands. Also automatically insert this instruction to the end of the 406 /// Exchange the two operands to this instruction. 643 /// logic, this method is provided. 645 /// Determine if this is an integer-only cast. 652 /// Determine if this is a lossless cast. 669 /// Determine if this cast is a no-op cast. 691 /// Return the opcode of this CastInst 795 /// two operands. Also automatically insert this instruction to the end of 806 /// Return the predicate for this instructio [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx9.asm | 5 * copy of this software and associated documentation files (the "Software"), 11 * The above copyright notice and this permission notice shall be included in 23 /* To compile this assembly code: 50 var SQ_WAVE_GPR_ALLOC_SGPR_SIZE_SIZE = 3 //FIXME sq.blk still has 4 bits at this time while SQ programming guide has 3 bits 180 s_andn2_b32 s_save_status, s_save_status, SQ_WAVE_STATUS_SPI_PRIO_MASK //check whether this is for save 199 s_and_b32 ttmp2, s_save_trapsts, SQ_WAVE_TRAPSTS_SAVECTX_MASK //check whether this is for save 200 s_cbranch_scc1 L_SAVE //this is the operation for save 215 // If STATUS.HALT is set then this fault must come from SQC instruction fetch. 230 // Rewind the PC to prevent this from occurring. The debugger compensates for this [all...] |
/kernel/linux/linux-5.10/drivers/devfreq/ |
H A D | governor.h | 33 * this governor is never changeable to other governor. 34 * @interrupt_driven: Devfreq core won't schedule polling work for this 40 * If no_central_polling is set, this callback is called 55 int (*get_target_freq)(struct devfreq *this, unsigned long *freq);
|
/kernel/linux/linux-5.10/arch/xtensa/platforms/iss/ |
H A D | setup.c | 47 iss_panic_event(struct notifier_block *this, unsigned long event, void *ptr) in iss_panic_event() argument
|
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/ |
H A D | cobalt-omnitek.h | 39 void descriptor_list_chain(struct sg_dma_desc_info *this,
|