/kernel/linux/linux-5.10/net/ipv4/ |
H A D | nexthop.c | 687 static int nexthop_check_scope(struct nh_info *nhi, u8 scope, in nexthop_check_scope() argument 690 if (scope == RT_SCOPE_HOST && nhi->fib_nhc.nhc_gw_family) { in nexthop_check_scope() 692 "Route with host scope can not have a gateway"); in nexthop_check_scope() 696 if (nhi->fib_nhc.nhc_flags & RTNH_F_ONLINK && scope >= RT_SCOPE_LINK) { in nexthop_check_scope() 708 int fib_check_nexthop(struct nexthop *nh, u8 scope, in fib_check_nexthop() argument 724 if (scope == RT_SCOPE_HOST) { in fib_check_nexthop() 725 NL_SET_ERR_MSG(extack, "Route with host scope can not have multiple nexthops"); in fib_check_nexthop() 730 /* all nexthops in a group have the same scope */ in fib_check_nexthop() 732 err = nexthop_check_scope(nhi, scope, extack); in fib_check_nexthop() 740 err = nexthop_check_scope(nhi, scope, extac in fib_check_nexthop() [all...] |
H A D | fib_frontend.c | 277 int scope; in fib_compute_spec_dst() local 288 scope = RT_SCOPE_UNIVERSE; in fib_compute_spec_dst() 296 .flowi4_scope = scope, in fib_compute_spec_dst() 302 scope = RT_SCOPE_LINK; in fib_compute_spec_dst() 305 return inet_select_addr(dev, ip_hdr(skb)->saddr, scope); in fib_compute_spec_dst() 1357 frn->scope = res.scope; in nl_fib_lookup()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fib_frontend.c | 278 int scope; in fib_compute_spec_dst() local 289 scope = RT_SCOPE_UNIVERSE; in fib_compute_spec_dst() 297 .flowi4_scope = scope, in fib_compute_spec_dst() 303 scope = RT_SCOPE_LINK; in fib_compute_spec_dst() 306 return inet_select_addr(dev, ip_hdr(skb)->saddr, scope); in fib_compute_spec_dst() 1366 frn->scope = res.scope; in nl_fib_lookup()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | gdb-jit.cc | 1079 ScopeInfo scope = desc_->scope_info(); 1107 int params = scope.ParameterCount(); 1108 int context_slots = scope.ContextLocalCount(); 1110 int internal_slots = scope.ContextHeaderLength(); 1267 ScopeInfo scope = desc_->scope_info(); 1268 int params = scope.ParameterCount(); 1269 int context_slots = scope.ContextLocalCount();
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | CommandBufferGL.cpp | 567 auto LazyClearSyncScope = [](const SyncScopeResourceUsage& scope) { in Execute() 568 for (size_t i = 0; i < scope.textures.size(); i++) { in Execute() 569 Texture* texture = ToBackend(scope.textures[i]); in Execute() 574 scope.textureUsages[i].Iterate( in Execute() 582 for (BufferBase* bufferBase : scope.buffers) { in Execute() 595 for (const SyncScopeResourceUsage& scope : in Execute() 597 LazyClearSyncScope(scope); in Execute()
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | sm_make_chunk.c | 1588 enum sctp_scope scope; in sctp_make_temp_asoc() local 1592 scope = sctp_scope(sctp_source(chunk)); in sctp_make_temp_asoc() 1593 asoc = sctp_association_new(ep, ep->base.sk, scope, gfp); in sctp_make_temp_asoc() 1707 enum sctp_scope scope; in sctp_unpack_cookie() local 1815 scope = sctp_scope(sctp_source(chunk)); in sctp_unpack_cookie() 1816 retval = sctp_association_new(ep, ep->base.sk, scope, gfp); in sctp_unpack_cookie() 2503 enum sctp_scope scope; in sctp_process_param() local 2528 scope = sctp_scope(peer_addr); in sctp_process_param() 2529 if (sctp_in_scope(net, &addr, scope)) in sctp_process_param() 2843 /* reuse the parameter length from the same scope on in sctp_make_asconf_update_ip() [all...] |
/kernel/linux/linux-6.6/net/sctp/ |
H A D | sm_make_chunk.c | 1633 enum sctp_scope scope; in sctp_make_temp_asoc() local 1637 scope = sctp_scope(sctp_source(chunk)); in sctp_make_temp_asoc() 1638 asoc = sctp_association_new(ep, ep->base.sk, scope, gfp); in sctp_make_temp_asoc() 1752 enum sctp_scope scope; in sctp_unpack_cookie() local 1860 scope = sctp_scope(sctp_source(chunk)); in sctp_unpack_cookie() 1861 retval = sctp_association_new(ep, ep->base.sk, scope, gfp); in sctp_unpack_cookie() 2549 enum sctp_scope scope; in sctp_process_param() local 2574 scope = sctp_scope(peer_addr); in sctp_process_param() 2575 if (sctp_in_scope(net, &addr, scope)) in sctp_process_param() 2881 /* reuse the parameter length from the same scope on in sctp_make_asconf_update_ip() [all...] |
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | macro-assembler-arm.cc | 545 CpuFeatureScope scope(this, ARMv7); in Mls() 565 CpuFeatureScope scope(this, ARMv7); in And() 585 CpuFeatureScope scope(this, ARMv7); in Ubfx() 605 CpuFeatureScope scope(this, ARMv7); in Sbfx() 617 CpuFeatureScope scope(this, ARMv7); in Bfc() 2066 FrameScope scope(this, StackFrame::NO_FRAME_TYPE); in CallRecordWriteStub() 2252 CpuFeatureScope scope(this, VFP32DREGS, CpuFeatureScope::kDontCheckSupported); in CallRecordWriteStub() 2261 CpuFeatureScope scope(this, VFP32DREGS, CpuFeatureScope::kDontCheckSupported); in CallRecordWriteStub() 2270 CpuFeatureScope scope(this, VFP32DREGS, CpuFeatureScope::kDontCheckSupported); in CallRecordWriteStub() 2280 CpuFeatureScope scope(thi in CallRecordWriteStub() [all...] |
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 1301 CpuFeatureScope scope(this, POPCNT); in emit_i32_popcnt() 1467 CpuFeatureScope scope(this, POPCNT); in emit_i64_popcnt() 1483 CpuFeatureScope scope(this, AVX); in emit_f32_add() 1496 CpuFeatureScope scope(this, AVX); in emit_f32_sub() 1511 CpuFeatureScope scope(this, AVX); in emit_f32_mul() 1524 CpuFeatureScope scope(this, AVX); in emit_f32_div() 1670 CpuFeatureScope scope(this, AVX); in emit_f64_add() 1683 CpuFeatureScope scope(this, AVX); in emit_f64_sub() 1698 CpuFeatureScope scope(this, AVX); in emit_f64_mul() 1711 CpuFeatureScope scope(thi in emit_f64_div() [all...] |
/kernel/linux/linux-5.10/net/tipc/ |
H A D | name_distr.c | 93 if (publ->scope == TIPC_NODE_SCOPE) { in tipc_named_publish() 124 if (publ->scope == TIPC_NODE_SCOPE) in tipc_named_withdraw()
|
/third_party/gn/src/gn/ |
H A D | output_conversion_unittest.cc | 11 #include "gn/scope.h" 26 Scope* scope() { return setup_.scope(); } in scope() function in __anon2952::OutputConversionTest 100 // Add some values to the scope. in TEST_F() 164 // Add some values to the scope. in TEST_F() 180 // Add some values to the scope. in TEST_F() 329 Value(nullptr, "scope"), &err); in TEST_F() 333 ConvertValueToOutput(settings(), result, Value(nullptr, "scope"), reverse, in TEST_F()
|
/third_party/node/src/ |
H A D | node_file-inl.h | 222 v8::HandleScope scope(env()->isolate()); in Reject() 234 v8::HandleScope scope(env()->isolate()); in Resolve()
|
H A D | tcp_wrap.cc | 389 EscapableHandleScope scope(env->isolate()); in AddressToJS() 447 return scope.Escape(info); in AddressToJS()
|
/third_party/node/deps/npm/node_modules/npm-package-arg/lib/ |
H A D | npa.js | 142 this.scope = undefined 162 this.scope = name[0] === '@' ? name.slice(0, name.indexOf('/')) : undefined
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-platform.h | 296 * This class is instantiated with CreateBlockingScope() in every scope where a 297 * blocking call is made and serves as a precise annotation of the scope that 299 * CPU usage should be minimal within that scope. ScopedBlockingCalls can be 360 const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args, in AddTraceEvent() 369 const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args, in AddTraceEventWithTimestamp() 1149 * Instantiates a ScopedBlockingCall to annotate a scope that may/will block. 358 AddTraceEvent( char phase, const uint8_t* category_enabled_flag, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, std::unique_ptr<ConvertableToTraceFormat>* arg_convertables, unsigned int flags) AddTraceEvent() argument 367 AddTraceEventWithTimestamp( char phase, const uint8_t* category_enabled_flag, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, std::unique_ptr<ConvertableToTraceFormat>* arg_convertables, unsigned int flags, int64_t timestamp) AddTraceEventWithTimestamp() argument
|
/third_party/node/deps/v8/include/ |
H A D | v8-platform.h | 318 const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args, in AddTraceEvent() 327 const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args, in AddTraceEventWithTimestamp() 316 AddTraceEvent( char phase, const uint8_t* category_enabled_flag, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, std::unique_ptr<ConvertableToTraceFormat>* arg_convertables, unsigned int flags) AddTraceEvent() argument 325 AddTraceEventWithTimestamp( char phase, const uint8_t* category_enabled_flag, const char* name, const char* scope, uint64_t id, uint64_t bind_id, int32_t num_args, const char** arg_names, const uint8_t* arg_types, const uint64_t* arg_values, std::unique_ptr<ConvertableToTraceFormat>* arg_convertables, unsigned int flags, int64_t timestamp) AddTraceEventWithTimestamp() argument
|
/third_party/node/deps/v8/src/torque/ |
H A D | declaration-visitor.cc | 28 CurrentSourcePosition::Scope scope(decl->pos); in Predeclare() 49 CurrentSourcePosition::Scope scope(decl->pos); in Visit()
|
H A D | declarations.cc | 41 Scope* scope = CurrentScope::Get(); in CheckAlreadyDeclared() local 42 ReportError("cannot redeclare ", name, " (type ", *new_type, scope, ")"); in CheckAlreadyDeclared() 54 s << "cannot find \"" << name << "\" in global scope"; in LookupGlobalScope()
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | message_differencer.h | 416 // If the scope of comparison is set to PARTIAL, then in addition to what's 565 // Sets the scope of the comparison (as defined in the Scope enumeration 568 void set_scope(Scope scope); 570 // Returns the current scope used by this differencer. 571 Scope scope(); 818 // has been configured to be treated as a set or map and scope is set to
|
/third_party/rust/crates/syn/src/ |
H A D | attr.rs | 570 let scope = self.delimiter.span().close(); in parse_args_with() 571 crate::parse::parse_scoped(parser, scope, self.tokens.clone()) in parse_args_with()
|
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
H A D | liftoff-assembler-arm64.h | 216 UseScratchRegisterScope scope(assm); in EmitAnyTrue() 217 VRegister temp = scope.AcquireV(kFormatS); in EmitAnyTrue() 226 UseScratchRegisterScope scope(assm); in EmitAllTrue() 227 VRegister temp = scope.AcquireV(ScalarFormatFromFormat(format)); in EmitAllTrue() 238 InstructionAccurateScope scope(this, 1); in PrepareStackFrame() 2322 UseScratchRegisterScope scope(this); in emit_i32x4_dot_i16x8_s() 2323 VRegister tmp1 = scope.AcquireV(kFormat4S); in emit_i32x4_dot_i16x8_s() 2324 VRegister tmp2 = scope.AcquireV(kFormat4S); in emit_i32x4_dot_i16x8_s() 2532 UseScratchRegisterScope scope(this); in emit_i8x16_shuffle() 2536 src1 = scope in emit_i8x16_shuffle() [all...] |
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.cc | 113 // giving us control over the pools. This allows us to use this scope within 322 CodeBufferCheckScope scope(masm_, in Emit() 780 ExactAssemblyScope scope(this, kInstructionSize); in Emit() 2328 ExactAssemblyScope scope(this, in Emit() 2372 ExactAssemblyScope scope(this, in Emit() 2498 ExactAssemblyScope scope(this, 10 * kInstructionSize); in Emit() 2523 ExactAssemblyScope scope(this, 10 * kInstructionSize); in Emit() 2642 ExactAssemblyScope scope(this, kInstructionSize); in Emit() 2759 BlockPoolsScope scope(this); in Emit() 2790 ExactAssemblyScope scope(thi in Emit() [all...] |
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 656 CpuFeatureScope scope(lasm, NEON); in LoadInternal() 668 CpuFeatureScope scope(lasm, NEON); in LoadInternal() 817 CpuFeatureScope scope(this, NEON); in Store() 823 CpuFeatureScope scope(this, NEON); in Store() 1628 CpuFeatureScope scope(this, SUDIV); in emit_i32_divs() 1656 CpuFeatureScope scope(this, SUDIV); in emit_i32_divu() 1671 CpuFeatureScope scope(this, SUDIV); in emit_i32_rems() 1692 CpuFeatureScope scope(this, SUDIV); in emit_i32_remu() 1876 CpuFeatureScope scope(this, ARMv8); in emit_f32_ceil() 1885 CpuFeatureScope scope(thi in emit_f32_floor() [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/efa/ |
H A D | efa_com_cmd.c | 739 cmd.scope = params->scope; in efa_com_get_stats() 750 "Failed to get stats type-%u scope-%u.%u [%d]\n", in efa_com_get_stats() 751 cmd.type, cmd.scope, cmd.scope_modifier, err); in efa_com_get_stats()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/efa/ |
H A D | efa_com_cmd.c | 761 cmd.scope = params->scope; in efa_com_get_stats() 772 "Failed to get stats type-%u scope-%u.%u [%d]\n", in efa_com_get_stats() 773 cmd.type, cmd.scope, cmd.scope_modifier, err); in efa_com_get_stats()
|