Home
last modified time | relevance | path

Searched refs:scope (Results 601 - 625 of 1105) sorted by relevance

1...<<21222324252627282930>>...45

/kernel/linux/linux-5.10/include/linux/
H A Dinetdevice.h192 __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 Dnsaccess.c260 * 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 Dpsparse.c337 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 Dinetdevice.h197 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope);
199 __be32 local, int scope);
/third_party/node/src/
H A Dnode_dtrace.cc167 HandleScope scope(env->isolate()); in DTRACE_HTTP_SERVER_REQUEST()
212 HandleScope scope(env->isolate()); in DTRACE_HTTP_CLIENT_REQUEST()
H A Dnode_process_object.cc83 EscapableHandleScope scope(isolate); in CreateProcessObject()
174 return scope.Escape(process); in CreateProcessObject()
H A Dnode_report_module.cc32 HandleScope scope(isolate); in WriteReport()
57 HandleScope scope(isolate); in GetReport()
H A Dnode_errors.cc283 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 Dnode_contextify.cc115 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 Dnode_buffer.cc301 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 Dbuiltins-api.cc10 #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 Dbasic-block-profiler.cc128 HandleScope scope(isolate); in ResetCounts()
150 HandleScope scope(isolate); in Print()
/third_party/node/deps/v8/src/libplatform/
H A Ddefault-platform.cc162 DefaultForegroundTaskRunner::RunTaskScope scope(task_runner); in PumpMessageLoop()
185 DefaultForegroundTaskRunner::RunTaskScope scope(task_runner); in RunIdleTasks()
/third_party/node/deps/v8/src/json/
H A Djson-parser.h11 #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 Dparse-info.cc18 #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 DPassResourceUsageTracker.cpp178 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 DSkottiePriv.h101 AutoScope(const AnimationBuilder* builder, AnimatorScope&& scope) in AutoScope() argument
103 , fCurrentScope(std::move(scope)) in AutoScope()
/third_party/rust/crates/syn/src/
H A Derror.rs327 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 DrsgVariableManager.hpp27 * 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 Ddevinet.c1286 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 Ddevinet.c512 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 DSpvBuilder.h206 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 Dmessages.cc17 #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 Dcrypto_common.cc1046 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 Dbuiltins-x64.cc61 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...]

Completed in 33 milliseconds

1...<<21222324252627282930>>...45