/kernel/linux/linux-5.10/include/linux/ |
H A D | inetdevice.h | 192 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope); 194 __be32 local, int scope);
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | nsaccess.c | 260 * PARAMETERS: scope_info - Current scope info block 319 /* Get the prefix scope. A null scope means use the root scope */ in acpi_ns_lookup() 321 if ((!scope_info) || (!scope_info->scope.node)) { in acpi_ns_lookup() 323 "Null scope prefix, using root node (%p)\n", in acpi_ns_lookup() 328 prefix_node = scope_info->scope.node; in acpi_ns_lookup() 339 * This node might not be a actual "scope" node (such as a in acpi_ns_lookup() 341 * node. Backup up the tree to find the containing scope node. in acpi_ns_lookup() 372 * Check for scope prefixe in acpi_ns_lookup() [all...] |
H A D | psparse.c | 337 parser_state->aml = parser_state->scope->parse_scope.pkg_end; in acpi_ps_next_parse_state() 359 parser_state->aml = parser_state->scope->parse_scope.pkg_end; in acpi_ps_next_parse_state() 555 /* Reset the current scope to the beginning of scope stack */ in acpi_ps_parse_aml()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | inetdevice.h | 197 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope); 199 __be32 local, int scope);
|
/third_party/node/src/ |
H A D | node_dtrace.cc | 167 HandleScope scope(env->isolate()); in DTRACE_HTTP_SERVER_REQUEST() 212 HandleScope scope(env->isolate()); in DTRACE_HTTP_CLIENT_REQUEST()
|
H A D | node_process_object.cc | 83 EscapableHandleScope scope(isolate); in CreateProcessObject() 174 return scope.Escape(process); in CreateProcessObject()
|
H A D | node_report_module.cc | 32 HandleScope scope(isolate); in WriteReport() 57 HandleScope scope(isolate); in GetReport()
|
H A D | node_errors.cc | 283 HandleScope scope(env->isolate()); in AppendExceptionLine() 367 HandleScope scope(isolate); in ReportFatalException() 558 HandleScope scope(context->GetIsolate()); in ModifyCodeGenerationFromStrings() 590 HandleScope scope(env_->isolate()); in ~TryCatchScope() 1091 HandleScope scope(isolate); in TriggerUncaughtException() 1195 HandleScope scope(isolate); in TriggerUncaughtException()
|
H A D | node_contextify.cc | 115 HandleScope scope(env->isolate()); in New() 166 HandleScope scope(isolate); in ~ContextifyContext() 218 EscapableHandleScope scope(isolate); in CreateV8Context() 241 return scope.Escape(ctx); in CreateV8Context() 249 HandleScope scope(env->isolate()); in New() 743 HandleScope scope(env->isolate()); in Init() 862 Context::Scope scope(parsing_context); in New() 1235 Context::Scope scope(parsing_context); in CompileFunction() 1366 HandleScope scope(isolate); in Init()
|
H A D | node_buffer.cc | 301 EscapableHandleScope scope(isolate); in New() 332 return scope.Escape(obj); in New() 336 return scope.EscapeMaybe(New(isolate, 0)); in New() 356 EscapableHandleScope scope(isolate); in New() 379 return scope.EscapeMaybe(obj); in New() 399 EscapableHandleScope scope(isolate); in Copy() 424 return scope.EscapeMaybe(obj); in Copy() 450 EscapableHandleScope scope(env->isolate()); in New() 471 return scope.Escape(ui); in New()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-api.cc | 10 #include "src/logging/runtime-call-stats-scope.h" 131 HandleScope scope(isolate); in BUILTIN() 269 HandleScope scope(isolate); in HandleApiCallAsFunctionOrConstructor()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | basic-block-profiler.cc | 128 HandleScope scope(isolate); in ResetCounts() 150 HandleScope scope(isolate); in Print()
|
/third_party/node/deps/v8/src/libplatform/ |
H A D | default-platform.cc | 162 DefaultForegroundTaskRunner::RunTaskScope scope(task_runner); in PumpMessageLoop() 185 DefaultForegroundTaskRunner::RunTaskScope scope(task_runner); in RunIdleTasks()
|
/third_party/node/deps/v8/src/json/ |
H A D | json-parser.h | 11 #include "src/common/high-allocation-throughput-scope.h" 170 : scope(isolate), in JsonContinuation() 179 HandleScope scope; member in v8::internal::final 352 // end_ should never be locally cached across a possible allocation. The scope 354 // scope.
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parse-info.cc | 18 #include "src/objects/scope-info.h" 246 DeclarationScope* ParseInfo::scope() const { return literal()->scope(); } in scope() function in v8::internal::ParseInfo 323 // We set "is_eval" for wrapped scripts to get an outer declaration scope. in CheckFlagsForFunctionFromScript()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | PassResourceUsageTracker.cpp | 178 void ComputePassResourceUsageTracker::AddDispatch(SyncScopeResourceUsage scope) { in AddDispatch() argument 179 mUsage.dispatchUsages.push_back(std::move(scope)); in AddDispatch()
|
/third_party/skia/modules/skottie/src/ |
H A D | SkottiePriv.h | 101 AutoScope(const AnimationBuilder* builder, AnimatorScope&& scope) in AutoScope() argument 103 , fCurrentScope(std::move(scope)) in AutoScope()
|
/third_party/rust/crates/syn/src/ |
H A D | error.rs | 327 pub(crate) fn new_at<T: Display>(scope: Span, cursor: Cursor, message: T) -> Error { 329 Error::new(scope, format!("unexpected end of input, {}", message))
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgVariableManager.hpp | 27 * removed or moved to currently active scope. After that the ownership 59 // Variable scope manages variable allocation. 79 std::vector<Variable*> m_declaredVariables; //!< Variables declared in this scope. Not available for expressions. 80 std::vector<Variable*> m_liveVariables; //!< Live variables (available for expression) that can be declared in this scope. 228 void pushVariableScope (VariableScope& scope); 231 void pushValueScope (ValueScope& scope);
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | devinet.c | 1286 int scope) in in_dev_select_addr() 1294 ifa->ifa_scope <= scope) in in_dev_select_addr() 1301 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope) in inet_select_addr() argument 1321 if (min(ifa->ifa_scope, localnet_scope) > scope) in inet_select_addr() 1344 addr = in_dev_select_addr(in_dev, scope); in inet_select_addr() 1361 addr = in_dev_select_addr(in_dev, scope); in inet_select_addr() 1372 __be32 local, int scope) in confirm_addr_indev() 1387 min_scope <= scope) { in confirm_addr_indev() 1402 if (min_scope <= scope) { in confirm_addr_indev() 1421 * - scope 1285 in_dev_select_addr(const struct in_device *in_dev, int scope) in_dev_select_addr() argument 1371 confirm_addr_indev(struct in_device *in_dev, __be32 dst, __be32 local, int scope) confirm_addr_indev() argument 1423 inet_confirm_addr(struct net *net, struct in_device *in_dev, __be32 dst, __be32 local, int scope) inet_confirm_addr() argument [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | devinet.c | 512 NL_SET_ERR_MSG(extack, "ipv4: Invalid scope value"); in __inet_insert_ifa() 1310 int scope) in in_dev_select_addr() 1318 ifa->ifa_scope <= scope) in in_dev_select_addr() 1325 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope) in inet_select_addr() argument 1345 if (min(ifa->ifa_scope, localnet_scope) > scope) in inet_select_addr() 1368 addr = in_dev_select_addr(in_dev, scope); in inet_select_addr() 1385 addr = in_dev_select_addr(in_dev, scope); in inet_select_addr() 1396 __be32 local, int scope) in confirm_addr_indev() 1411 min_scope <= scope) { in confirm_addr_indev() 1426 if (min_scope <= scope) { in confirm_addr_indev() 1309 in_dev_select_addr(const struct in_device *in_dev, int scope) in_dev_select_addr() argument 1395 confirm_addr_indev(struct in_device *in_dev, __be32 dst, __be32 local, int scope) confirm_addr_indev() argument 1447 inet_confirm_addr(struct net *net, struct in_device *in_dev, __be32 dst, __be32 local, int scope) inet_confirm_addr() argument [all...] |
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.h | 206 Id makeCooperativeMatrixTypeKHR(Id component, Id scope, Id rows, Id cols, Id use); 207 Id makeCooperativeMatrixTypeNV(Id component, Id scope, Id rows, Id cols); 431 // Initialize state and generate instructions for new lexical scope 434 // Set state and generate instructions to exit current lexical scope 460 spv::Scope scope = spv::ScopeMax, unsigned int alignment = 0); 465 spv::Scope scope = spv::ScopeMax, unsigned int alignment = 0); 814 spv::Scope scope = spv::ScopeMax, unsigned int alignment = 0); 818 spv::MemoryAccessMask memoryAccess = spv::MemoryAccessMaskNone, spv::Scope scope = spv::ScopeMax,
|
/third_party/node/deps/v8/src/execution/ |
H A D | messages.cc | 17 #include "src/logging/runtime-call-stats-scope.h" 66 HandleScope scope(isolate); in DefaultMessageReport() 131 HandleScope scope(isolate); in ReportMessage() 176 HandleScope scope(isolate); in ReportMessageNoExceptions() 212 HandleScope scope(isolate); in GetLocalizedMessage() 313 PrepareStackTraceScope scope(isolate); in FormatStackTrace() 339 PrepareStackTraceScope scope(isolate); in FormatStackTrace()
|
/third_party/node/src/crypto/ |
H A D | crypto_common.cc | 1046 EscapableHandleScope scope(env->isolate()); in GetClientHelloCiphers() 1073 return scope.Escape(ret); in GetClientHelloCiphers() 1080 EscapableHandleScope scope(env->isolate()); in GetCipherInfo() 1098 return scope.Escape(info); in GetCipherInfo() 1105 EscapableHandleScope scope(env->isolate()); in GetEphemeralKey() 1108 return scope.Escape(info); in GetEphemeralKey() 1155 return scope.Escape(info); in GetEphemeralKey() 1262 EscapableHandleScope scope(env->isolate()); in X509ToObject() 1400 return scope.Escape(info); in X509ToObject()
|
/third_party/node/deps/v8/src/builtins/x64/ |
H A D | builtins-x64.cc | 61 FrameScope scope(masm, StackFrame::INTERNAL); in GenerateTailCallToReturnedCode() 124 FrameScope scope(masm, StackFrame::CONSTRUCT); in Generate_JSBuiltinsConstructStubHelper() 166 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_JSBuiltinsConstructStubHelper() 184 FrameScope scope(masm, StackFrame::MANUAL); in Generate_JSConstructStubGeneric() 348 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_ConstructedNonConstructable() 561 // Open a C++ scope for the FrameScope. in Generate_JSEntryTrampolineHelper() 594 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_JSEntryTrampolineHelper() 845 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_ResumeGeneratorTrampoline() 859 FrameScope scope(masm, StackFrame::INTERNAL); in Generate_ResumeGeneratorTrampoline() 870 FrameScope scope(mas in Generate_ResumeGeneratorTrampoline() [all...] |