Home
last modified time | relevance | path

Searched defs:scope (Results 651 - 675 of 686) sorted by relevance

1...<<2122232425262728

/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Daclocal.h667 struct acpi_scope_state scope; member
901 union acpi_generic_state *scope; /* Current scope */ member
/kernel/linux/linux-5.10/include/net/sctp/
H A Dstructs.h469 enum sctp_scope (*scope)(union sctp_addr *); member
/kernel/linux/linux-5.10/tools/power/x86/turbostat/
H A Dturbostat.c5796 enum counter_scope scope = SCOPE_CPU; in parse_add_command() local
5729 add_counter(unsigned int msr_num, char *path, char *name, unsigned int width, enum counter_scope scope, enum counter_type type, enum counter_format format, int flags) add_counter() argument
/kernel/linux/linux-5.10/net/ipv6/
H A Daddrconf.c1469 int scope; member
3092 add_addr(struct inet6_dev *idev, const struct in6_addr *addr, int plen, int scope) add_addr() argument
3122 int scope, plen; sit_add_v4_addrs() local
4926 put_ifaddrmsg(struct nlmsghdr *nlh, u8 prefixlen, u32 flags, u8 scope, int ifindex) put_ifaddrmsg() argument
5062 u8 scope = RT_SCOPE_UNIVERSE; inet6_fill_ifmcaddr() local
5097 u8 scope = RT_SCOPE_UNIVERSE; inet6_fill_ifacaddr() local
[all...]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Daclocal.h683 struct acpi_scope_state scope; member
917 union acpi_generic_state *scope; /* Current scope */ member
/kernel/linux/linux-6.6/include/net/sctp/
H A Dstructs.h474 enum sctp_scope (*scope)(union sctp_addr *); member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dmac.c8726 u32 count, scope; in ath11k_mac_op_ipv6_changed() local
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dworkqueue.c4209 enum wq_affn_scope scope; in wqattrs_pod_type() local
/kernel/linux/linux-6.6/net/ipv6/
H A Daddrconf.c1501 int scope; member
3140 add_addr(struct inet6_dev *idev, const struct in6_addr *addr, int plen, int scope, u8 proto) add_addr() argument
3171 int scope, plen, offset = 0; add_v4_addrs() local
5003 put_ifaddrmsg(struct nlmsghdr *nlh, u8 prefixlen, u32 flags, u8 scope, int ifindex) put_ifaddrmsg() argument
5144 u8 scope = RT_SCOPE_UNIVERSE; inet6_fill_ifmcaddr() local
5179 u8 scope = RT_SCOPE_UNIVERSE; inet6_fill_ifacaddr() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c160 uint64_t scope; member
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp623 spv::Scope scope = spv::ScopeMax; in TranslateMemoryScope() local
4635 spv::Id scope = makeArraySizeId(*type.getTypeParameters()->arraySizes, 1); convertGlslangToSpvType() local
4652 spv::Id scope = makeArraySizeId(*type.getTypeParameters()->arraySizes, 0); convertGlslangToSpvType() local
8060 spv::IdImmediate scope = { true, builder.makeUintConstant(spv::ScopeSubgroup) }; createInvocationsOperation() local
8248 spv::IdImmediate scope = { true, builder.makeUintConstant(spv::ScopeSubgroup) }; CreateInvocationsVectorOperation() local
8254 spv::IdImmediate scope = { true, builder.makeUintConstant(spv::ScopeSubgroup) }; CreateInvocationsVectorOperation() local
[all...]
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c477 LLVMValueRef ac_build_shader_clock(struct ac_llvm_context *ctx, nir_scope scope) in ac_build_shader_clock() argument
/third_party/node/deps/v8/src/ast/
H A Dast.h318 Scope* scope() const { return scope_; } in scope() function in v8::internal::final
319 void set_scope(Scope* scope) { scope_ = scope; } in set_scope() argument
395 Scope* scope() const { return scope_; } in scope() function in v8::internal::final
401 NestedVariableDeclaration(Scope* scope, int pos) in NestedVariableDeclaration() argument
660 Scope* scope() { return scope_; } in scope() function in v8::internal::final
669 WithStatement(Scope* scope, Expressio argument
771 Scope* scope() { return scope_; } scope() function in v8::internal::final
840 TryCatchStatement(Block* try_block, Scope* scope, Block* catch_block, HandlerTable::CatchPrediction catch_prediction, int pos) TryCatchStatement() argument
895 Scope* scope() const { return var_->scope(); } scope() function in v8::internal::final
2176 DeclarationScope* scope() const { return scope_; } scope() function in v8::internal::final
2307 FunctionLiteral(Zone* zone, const AstConsString* name, AstValueFactory* ast_value_factory, DeclarationScope* scope, const ScopedPtrList<Statement>& body, int expected_property_count, int parameter_count, int function_length, FunctionSyntaxKind function_syntax_kind, ParameterFlag has_duplicate_parameters, EagerCompileHint eager_compile_hint, int position, bool has_braces, int function_literal_id, ProducedPreparseData* produced_preparse_data = nullptr) FunctionLiteral() argument
2485 ClassScope* scope() const { return scope_; } scope() function in v8::internal::final
2520 ClassLiteral(ClassScope* scope, Expression* extends, FunctionLiteral* constructor, ZonePtrList<Property>* public_members, ZonePtrList<Property>* private_members, FunctionLiteral* static_initializer, FunctionLiteral* instance_members_initializer_function, int start_position, int end_position, bool has_static_computed_names, bool is_anonymous, bool has_private_methods, Variable* home_object, Variable* static_home_object) ClassLiteral() argument
2826 NewNestedVariableDeclaration(Scope* scope, int pos) NewNestedVariableDeclaration() argument
2910 NewWithStatement(Scope* scope, Expression* expression, Statement* statement, int pos) NewWithStatement() argument
2923 NewTryCatchStatement(Block* try_block, Scope* scope, Block* catch_block, int pos) NewTryCatchStatement() argument
2929 NewTryCatchStatementForReThrow(Block* try_block, Scope* scope, Block* catch_block, int pos) NewTryCatchStatementForReThrow() argument
2937 NewTryCatchStatementForAsyncAwait(Block* try_block, Scope* scope, Block* catch_block, int pos) NewTryCatchStatementForAsyncAwait() argument
2945 NewTryCatchStatementForReplAsyncAwait(Block* try_block, Scope* scope, Block* catch_block, int pos) NewTryCatchStatementForReplAsyncAwait() argument
3222 NewFunctionLiteral( const AstRawString* name, DeclarationScope* scope, const ScopedPtrList<Statement>& body, int expected_property_count, int parameter_count, int function_length, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionSyntaxKind function_syntax_kind, FunctionLiteral::EagerCompileHint eager_compile_hint, int position, bool has_braces, int function_literal_id, ProducedPreparseData* produced_preparse_data = nullptr) NewFunctionLiteral() argument
3242 NewScriptOrEvalFunctionLiteral( DeclarationScope* scope, const ScopedPtrList<Statement>& body, int expected_property_count, int parameter_count) NewScriptOrEvalFunctionLiteral() argument
3271 NewClassLiteral( ClassScope* scope, Expression* extends, FunctionLiteral* constructor, ZonePtrList<ClassLiteral::Property>* public_members, ZonePtrList<ClassLiteral::Property>* private_members, FunctionLiteral* static_initializer, FunctionLiteral* instance_members_initializer_function, int start_position, int end_position, bool has_static_computed_names, bool is_anonymous, bool has_private_methods, Variable* home_object, Variable* static_home_object) NewClassLiteral() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dmark-compact.cc4194 PointersUpdatingJob( Isolate* isolate, std::vector<std::unique_ptr<UpdatingItem>> updating_items, GCTracer::Scope::ScopeId scope, GCTracer::Scope::ScopeId background_scope) PointersUpdatingJob() argument
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc2051 ScopeInfo scope = ScopeInfo::cast(*this); in HeapObjectShortPrint() local
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h316 void set_scope(Scope* scope) {} in set_scope() argument
471 void set_scope(Scope* scope) {} in set_scope() argument
501 void set_scope(Scope* scope) { scope_ = scope; } in set_scope() argument
502 Scope* scope() const { return scope_; } in scope() function in v8::internal::PreParserBlock
746 PreParserStatement NewWithStatement(Scope* scope, in NewWithStatement() argument
811 explicit PreParserFormalParameters(DeclarationScope* scope) in PreParserFormalParameters() argument
677 NewFunctionLiteral( const PreParserIdentifier& name, Scope* scope, const PreParserScopedStatementList& body, int expected_property_count, int parameter_count, int function_length, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionSyntaxKind function_syntax_kind, FunctionLiteral::EagerCompileHint eager_compile_hint, int position, bool has_braces, int function_literal_id, ProducedPreparseData* produced_preparse_data = nullptr) NewFunctionLiteral() argument
1046 SetLanguageMode(Scope* scope, LanguageMode mode) SetLanguageMode() argument
1061 RewriteSwitchStatement(PreParserStatement switch_statement, Scope* scope) RewriteSwitchStatement() argument
1065 DeclareVariable(const AstRawString* name, VariableKind kind, VariableMode mode, InitializationFlag init, Scope* scope, bool* was_added, int position) DeclareVariable() argument
1071 DeclareAndBindVariable(const VariableProxy* proxy, VariableKind kind, VariableMode mode, Scope* scope, bool* was_added, int initializer_position) DeclareAndBindVariable() argument
1080 DeclarePrivateVariableName(const AstRawString* name, ClassScope* scope, VariableMode mode, IsStaticFlag is_static_flag, bool* was_added) DeclarePrivateVariableName() argument
1088 DeclareVariableName(const AstRawString* name, VariableMode mode, Scope* scope, bool* was_added, int position = kNoSourcePosition, VariableKind kind = NORMAL_VARIABLE) DeclareVariableName() argument
1114 ReportVarRedeclarationIn(const AstRawString* name, Scope* scope) ReportVarRedeclarationIn() argument
1190 DeclareClassVariable(ClassScope* scope, const PreParserIdentifier& name, ClassInfo* class_info, int class_token_pos) DeclareClassVariable() argument
1204 DeclarePublicClassField(ClassScope* scope, const PreParserExpression& property, bool is_static, bool is_computed_name, ClassInfo* class_info) DeclarePublicClassField() argument
1213 VariableMode::kConst, scope, &was_added); DeclarePublicClassField() local
1217 DeclarePrivateClassMember( ClassScope* scope, const PreParserIdentifier& property_name, const PreParserExpression& property, ClassLiteralProperty::Kind kind, bool is_static, ClassInfo* class_info) DeclarePrivateClassMember() argument
1240 RewriteClassLiteral(ClassScope* scope, const PreParserIdentifier& name, ClassInfo* class_info, int pos, int end_pos) RewriteClassLiteral() argument
1436 InsertSloppyBlockFunctionVarBindings(DeclarationScope* scope) InsertSloppyBlockFunctionVarBindings() argument
1589 DeclareCatchVariableName( Scope* scope, const PreParserIdentifier& identifier) DeclareCatchVariableName() argument
1622 DeclarationScope* scope = parameters->scope; AddFormalParameter() local
[all...]
H A Dparser-base.h77 DeclarationScope* scope; member
328 BlockState(Scope** scope_stack, Scope* scope) BlockState() argument
437 DeclarationScope* scope() const { return scope_->AsDeclarationScope(); } scope() function in v8::internal::ParseFunctionFlag::ParserBase::final
574 Scope* scope; global() member
791 Scope* scope = NewScope(BLOCK_SCOPE); NewBlockScopeForObjectLiteral() local
1287 CheckConflictingVarDeclarations(DeclarationScope* scope) CheckConflictingVarDeclarations() argument
1458 CheckPossibleEvalCall(ExpressionT expression, bool is_optional_call, Scope* scope) CheckPossibleEvalCall() argument
1493 Scope* scope() const { return scope_; } scope() function in v8::internal::ParseFunctionFlag::ParserBase
1596 DeclarationScope* scope = nullptr; global() member
1625 FunctionState( FunctionState** function_state_stack, Scope** scope_stack, DeclarationScope* scope) FunctionState() argument
2921 DeclarationScope* scope = next_arrow_function_info_.scope; ParseAssignmentExpressionCoverGrammar() local
3754 DeclarationScope* scope = GetReceiverScope(); ParseSuperExpression() local
4656 Scope* scope = formal_parameters.scope; ParseArrowFunctionLiteral() local
4838 ParseAsyncFunctionBody(Scope* scope, StatementListT* body) ParseAsyncFunctionBody() argument
5044 ParsePossibleDestructuringSubPattern( AccumulationScope* scope) ParsePossibleDestructuringSubPattern() argument
[all...]
/third_party/libabigail/src/
H A Dabg-comparison.cc6351 scope_decl_sptr scope = dynamic_pointer_cast<scope_decl>(first_subject()); deleted_member_at() local
6382 scope_decl_sptr scope = dynamic_pointer_cast<scope_decl>(second_subject()); inserted_member_at() local
[all...]
/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h371 void SetCurrentScratchRegisterScope(UseScratchRegisterScope* scope) { in MacroAssembler() argument
190 ITScope(MacroAssembler* masm, Condition* cond, const MacroEmissionCheckScope& scope, bool can_use_it = false) ITScope() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc4590 AllocateNameString( const std::string& scope, const std::string& proto_name) AllocateNameString() argument
4605 const std::string& scope = BuildMessage() local
4744 const std::string& scope = BuildFieldOrExtension() local
5194 const std::string& scope = BuildEnum() local
[all...]
/third_party/python/Modules/
H A Dsocketmodule.c2090 unsigned int scope = TIPC_CLUSTER_SCOPE; in getsockaddrarg() local
[all...]
/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H A Dturbostat.c6319 enum counter_scope scope = SCOPE_CPU; in parse_add_command() local
6255 add_counter(unsigned int msr_num, char *path, char *name, unsigned int width, enum counter_scope scope, enum counter_type type, enum counter_format format, int flags) add_counter() argument
/third_party/cups-filters/utils/
H A Dcups-browsed.c4811 ldap_search_rec(LDAP *ld, char *base, int scope, char *filter, char *attrs[], int attrsonly, LDAPMessage **res) ldap_search_rec() argument
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc49 ContextScope(BytecodeGenerator* generator, Scope* scope, in ContextScope() argument
83 int ContextChainDepth(Scope* scope) { in ContextChainDepth() argument
859 CurrentScope(BytecodeGenerator* generator, Scope* scope) CurrentScope() argument
881 MultipleEntryBlockContextScope(BytecodeGenerator* generator, Scope* scope) MultipleEntryBlockContextScope() argument
1361 NeedsContextInitialization(DeclarationScope* scope) NeedsContextInitialization() argument
1456 ClassScope* scope = info()->scope()->outer_scope()->AsClassScope(); GenerateBytecodeBody() local
5159 ClassScope* scope = private_name->scope()->AsClassScope(); BuildPrivateMethodIn() local
5219 ClassScope* scope = private_name->scope()->AsClassScope(); BuildPrivateBrandCheck() local
6834 Scope* scope = closure_scope(); BuildNewLocalActivationContext() local
6859 DeclarationScope* scope = closure_scope(); BuildLocalActivationContextInitialization() local
6884 BuildNewLocalBlockContext(Scope* scope) BuildNewLocalBlockContext() argument
6891 BuildNewLocalWithContext(Scope* scope) BuildNewLocalWithContext() argument
6900 BuildNewLocalCatchContext(Scope* scope) BuildNewLocalCatchContext() argument
7179 VisitInScope(Statement* stmt, Scope* scope) VisitInScope() argument
[all...]
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h8074 void SetCurrentScratchRegisterScope(UseScratchRegisterScope* scope) { in SetCurrentScratchRegisterScope() argument
[all...]

Completed in 182 milliseconds

1...<<2122232425262728