/kernel/linux/linux-6.6/net/tipc/ |
H A D | name_table.c | 59 * @all_publ: all publications identical to this one, whatever node and scope 240 p->scope = ua->scope; in tipc_publ_create() 652 if (p->scope != ua->scope) in tipc_nametbl_lookup_group() 681 u8 scope = ua->scope; in tipc_nametbl_lookup_mcast_sockets() local 691 if (scope == p->scope || scope in tipc_nametbl_lookup_mcast_sockets() [all...] |
H A D | socket.c | 668 * Name and name sequence binding are indicated using a positive scope value; 669 * a negative scope value unbinds the specified name. Specifying no name 690 if (ua->scope < 0) { in __tipc_bind() 692 ua->scope = -ua->scope; in __tipc_bind() 695 if (ua->scope != TIPC_NODE_SCOPE) in __tipc_bind() 696 ua->scope = TIPC_CLUSTER_SCOPE; in __tipc_bind() 768 addr->scope = 0; in tipc_getname() 1022 ua->scope = msg_lookup_scope(hdr); in tipc_send_group_anycast() 1172 ua->scope in tipc_send_group_mcast() 3117 int scope; tipc_sk_leave() local 3243 int len, scope; tipc_getsockopt() local [all...] |
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/ |
H A D | ittnotify_static.h | 189 ITT_STUBV(ITTAPI, void, marker, (const __itt_domain *domain, __itt_id id, __itt_string_handle *name, __itt_scope scope), (ITT_FORMAT domain, id, name, scope), marker, __itt_group_structure, "%p, %lu, %p, %d") 310 ITT_STUBV(ITTAPI, void, marker_ex, (const __itt_domain *domain, __itt_clock_domain* clock_domain, unsigned long long timestamp, __itt_id id, __itt_string_handle *name, __itt_scope scope), (ITT_FORMAT domain, clock_domain, timestamp, id, name, scope), marker_ex, __itt_group_structure, "%p, %p, %lu, %lu, %p, %d") 311 ITT_STUBV(ITTAPI, void, metadata_add_with_scope, (const __itt_domain *domain, __itt_scope scope, __itt_string_handle *key, __itt_metadata_type type, size_t count, void *data), (ITT_FORMAT domain, scope, key, type, count, data), metadata_add_with_scope, __itt_group_structure, "%p, %d, %p, %d, %lu, %p") 313 ITT_STUBV(ITTAPI, void, metadata_str_add_with_scopeA, (const __itt_domain *domain, __itt_scope scope, __itt_string_handle *key, const char *data, size_t length), (ITT_FORMAT domain, scope, key, data, length), metadata_str_add_with_scopeA, __itt_group_structure, "%p, %d, %p, %p, %lu") 314 ITT_STUBV(ITTAPI, void, metadata_str_add_with_scopeW, (const __itt_domain *domain, __itt_scope scope, __itt_string_handle *key, const wchar_t *data, size_t length), (ITT_FORMAT domain, scope, ke [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-debug.cc | 13 #include "src/common/assert-scope.h" 124 FrameInspectionScope scope(this, pc); in GetNumLocals() 125 if (!scope.is_inspectable()) return 0; in GetNumLocals() 126 return scope.debug_side_table->num_locals(); in GetNumLocals() 131 FrameInspectionScope scope(this, pc); in GetLocalValue() 132 return GetValue(scope.debug_side_table, scope.debug_side_table_entry, local, in GetLocalValue() 137 FrameInspectionScope scope(this, pc); in GetStackDepth() 138 if (!scope.is_inspectable()) return 0; in GetStackDepth() 139 int num_locals = scope in GetStackDepth() [all...] |
/kernel/linux/linux-6.6/include/net/ |
H A D | if_inet6.h | 50 __u16 scope; member 246 unsigned char scope = broadcast[5] & 0xF; in ipv6_ib_mc_map() local 253 buf[5] = 0x10 | scope; /* scope from broadcast address */ in ipv6_ib_mc_map()
|
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/ |
H A D | jsvm_utils.h | 56 OH_JSVM_OpenHandleScope(env, &scope); in HandleScope() 60 OH_JSVM_CloseHandleScope(env, scope); in ~HandleScope() 65 JSVM_HandleScope scope; member in jsvm::HandleScope
|
/third_party/node/src/permission/ |
H A D | fs_permission.cc | 118 void FSPermission::Apply(const std::string& allow, PermissionScope scope) { in Apply() argument 122 if (scope == PermissionScope::kFileSystemRead) { in Apply() 131 GrantAccess(scope, std::string(res.data(), res.size())); in Apply()
|
/third_party/mesa3d/src/intel/ds/ |
H A D | intel_tracepoints.py | 37 Header('intel_driver_ds.h', scope=HeaderScope.SOURCE) 38 Header('blorp/blorp_priv.h', scope=HeaderScope.HEADER) 39 Header('ds/intel_driver_ds.h', scope=HeaderScope.HEADER)
|
/third_party/node/deps/v8/src/extensions/ |
H A D | gc-extension.cc | 51 v8::HandleScope scope(isolate); in Parse() 121 v8::HandleScope scope(isolate_); 160 v8::HandleScope scope(isolate); in GC()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | preparse-data-impl.h | 10 #include "src/common/assert-scope.h" 16 // Classes which are internal to prepared-scope-data.cc, but are exposed in 159 void RestoreScopeAllocationData(DeclarationScope* scope, 168 void RestoreDataForScope(Scope* scope, AstValueFactory* ast_value_factory, 171 void RestoreDataForInnerScopes(Scope* scope,
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | constant-array-builder.h | 75 size_t Insert(const Scope* scope); 125 explicit Entry(const Scope* scope) : scope_(scope), tag_(Tag::kScope) {} in Entry() argument
|
/third_party/node/deps/v8/src/torque/ |
H A D | declarable.cc | 90 this->scope = s; in SpecializationRequester() 134 Scope* scope, const GenericParameters& parameters) { in ComputeConstraints() 135 CurrentScope::Scope scope_scope(scope); in ComputeConstraints() 133 ComputeConstraints( Scope* scope, const GenericParameters& parameters) ComputeConstraints() argument
|
/third_party/vixl/test/aarch32/ |
H A D | test-assembler-aarch32.cc | 674 ExactAssemblyScope scope(&masm, in TEST() 740 ExactAssemblyScope scope(&masm, in TEST() 1128 ExactAssemblyScope scope(&masm, space, ExactAssemblyScope::kExactSize); in TEST_T32() 1291 ExactAssemblyScope scope(&masm, in EmitReusedLoadLiteralStressTest() 1386 ExactAssemblyScope scope(&masm, space, ExactAssemblyScope::kExactSize); in TEST_T32() 1483 ExactAssemblyScope scope(masm, margin, ExactAssemblyScope::kExactSize); in EmitLdrdLiteralTest() 1484 // Opening the scope should not have triggered the emission of the literal in EmitLdrdLiteralTest() 1765 ExactAssemblyScope scope(&masm, space, ExactAssemblyScope::kExactSize); in TEST_A32() 1777 ExactAssemblyScope scope(&masm, space, ExactAssemblyScope::kExactSize); in TEST_A32() 2280 ExactAssemblyScope scope( in TEST() [all...] |
/third_party/node/deps/v8/src/inspector/ |
H A D | injected-script.cc | 182 InjectedScript::ContextScope scope(session, m_executionContextId); in thenCallback() 183 Response response = scope.initialize(); in thenCallback() 187 scope.injectedScript()->takeEvaluateCallback(m_callback); in thenCallback() 195 if (!result->ToObject(scope.context()).ToLocal(&object)) { in thenCallback() 202 if (!object->Get(scope.context(), name).ToLocal(&result)) { in thenCallback() 209 scope.injectedScript()->setLastEvaluationResult(result); in thenCallback() 213 response = scope.injectedScript()->wrapObject(result, m_objectGroup, in thenCallback() 227 InjectedScript::ContextScope scope(session, m_executionContextId); in catchCallback() 228 Response response = scope.initialize(); in catchCallback() 231 scope in catchCallback() [all...] |
H A D | v8-debugger.cc | 93 v8::HandleScope scope(m_isolate); in enable() 141 v8::HandleScope scope(m_isolate); in getCompiledScripts() 430 v8::Context::Scope scope(pausedContext); in handleProgramBreak() 525 v8::Context::Scope scope(pausedContext); in BreakOnInstrumentation() 665 v8::Local<v8::Object> scope = v8::Object::New(m_isolate); in getTargetScopes() local 666 if (!addInternalObject(context, scope, V8InternalValueType::kScope)) in getTargetScopes() 705 createDataProperty(context, scope, in getTargetScopes() 708 createDataProperty(context, scope, in getTargetScopes() 710 createDataProperty(context, result, result->Length(), scope); in getTargetScopes() 893 v8::HandleScope scope(m_isolat in storeCurrentStackTrace() [all...] |
/third_party/node/deps/v8/src/ic/ |
H A D | ic.cc | 13 #include "src/common/assert-scope.h" 297 HandleScope scope(isolate()); in TypeError() 302 HandleScope scope(isolate()); in ReferenceError() 2680 HandleScope scope(isolate); in RUNTIME_FUNCTION() 2714 HandleScope scope(isolate); in RUNTIME_FUNCTION() 2732 HandleScope scope(isolate); in RUNTIME_FUNCTION() 2747 HandleScope scope(isolate); in RUNTIME_FUNCTION() 2776 HandleScope scope(isolate); in RUNTIME_FUNCTION() 2792 HandleScope scope(isolate); in RUNTIME_FUNCTION() 2809 HandleScope scope(isolat in RUNTIME_FUNCTION() [all...] |
/third_party/node/src/api/ |
H A D | callback.cc | 197 InternalCallbackScope scope(env, resource, asyncContext, flags); in InternalMakeCallback() 198 if (scope.Failed()) { in InternalMakeCallback() 219 scope.MarkAsFailed(); in InternalMakeCallback() 223 scope.Close(); in InternalMakeCallback() 224 if (scope.Failed()) { in InternalMakeCallback()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | symbol.h | 36 * can have one or more semantic meanings due to C scope 154 struct scope *scope; member 166 struct scope *used_in; 175 struct scope *label_scope; 349 extern void bind_symbol_with_scope(struct symbol *, struct ident *, enum namespace, struct scope *);
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-arraybuffer.cc | 110 HandleScope scope(isolate); in BUILTIN() 153 HandleScope scope(isolate); in BUILTIN() 163 HandleScope scope(isolate); in SliceHelper() 355 HandleScope scope(isolate); in ResizeHelper() 467 HandleScope scope(isolate); in BUILTIN()
|
/third_party/libwebsockets/lib/core-net/ |
H A D | network.c | 507 unsigned long scope; in lws_get_addr_scope() local 526 scope = if_nametoindex(ifname_or_ipaddr); in lws_get_addr_scope() 527 if (scope > 0) in lws_get_addr_scope() 529 return scope; in lws_get_addr_scope() 535 scope = 0; in lws_get_addr_scope() 557 scope = if_nametoindex(addr->ifa_name); in lws_get_addr_scope() 597 scope = sockaddr->sin6_scope_id; in lws_get_addr_scope() 611 return scope; in lws_get_addr_scope()
|
/third_party/node/src/ |
H A D | spawn_sync.cc | 433 EscapableHandleScope scope(env()->isolate()); in Run() 443 return scope.Escape(result); in Run() 677 EscapableHandleScope scope(env()->isolate()); in BuildResultObject() 722 return scope.Escape(js_result); in BuildResultObject() 730 EscapableHandleScope scope(env()->isolate()); in BuildOutputArray() 741 return scope.Escape( in BuildOutputArray() 747 HandleScope scope(isolate); in ParseOptions() 854 HandleScope scope(env()->isolate()); in ParseStdioOptions()
|
/third_party/rust/crates/glob/src/ |
H A D | lib.rs | 100 scope: Option<PathBuf>, 232 scope: None, in glob_with() 236 let scope = root.map_or_else(|| PathBuf::from("."), to_scope); in glob_with() 263 scope: Some(scope), in glob_with() 336 if let Some(scope) = self.scope.take() { in next() 341 fill_todo(&mut self.todo, &self.dir_patterns, 0, &scope, self.options); in next()
|
/third_party/selinux/checkpolicy/test/ |
H A D | dismod.c | 104 scope_datum_t *scope = in display_id() local 105 (scope_datum_t *) hashtab_search(p->scope[symbol_type].table, id); in display_id() 106 assert(scope != NULL); in display_id() 107 if (scope->scope == SCOPE_REQ) { in display_id() 545 for (j = ebitmap_startbit(&indices->scope[i]); in display_scope_index() 546 j < ebitmap_length(&indices->scope[i]); j++) { in display_scope_index() 547 if (ebitmap_get_bit(&indices->scope[i], j)) { in display_scope_index()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | property.c | 58 static bool acpi_enumerate_nondev_subnodes(acpi_handle scope, 87 acpi_handle scope; in acpi_nondev_subnode_extract() local 91 * The scope for the subnode object lookup is the one of the in acpi_nondev_subnode_extract() 93 * returned the package. That is, it's the scope of that in acpi_nondev_subnode_extract() 96 status = acpi_get_parent(handle, &scope); in acpi_nondev_subnode_extract() 98 && acpi_enumerate_nondev_subnodes(scope, desc, &dn->data, in acpi_nondev_subnode_extract() 139 static bool acpi_nondev_subnode_ok(acpi_handle scope, in acpi_nondev_subnode_ok() argument 147 if (!scope) in acpi_nondev_subnode_ok() 150 status = acpi_get_handle(scope, link->package.elements[1].string.pointer, in acpi_nondev_subnode_ok() 158 static bool acpi_add_nondev_subnodes(acpi_handle scope, in acpi_add_nondev_subnodes() argument 206 acpi_enumerate_nondev_subnodes(acpi_handle scope, const union acpi_object *desc, struct acpi_device_data *data, struct fwnode_handle *parent) acpi_enumerate_nondev_subnodes() argument [all...] |
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A D | macro-assembler-shared-ia32-x64.h | 110 CpuFeatureScope scope(assm, AVX); in emit() 114 CpuFeatureScope scope(assm, *feature); in emit() 129 CpuFeatureScope scope(assm, AVX); in emit() 134 CpuFeatureScope scope(assm, *feature); in emit() 149 CpuFeatureScope scope(assm, AVX); in emit() 153 CpuFeatureScope scope(assm, *feature); in emit() 500 CpuFeatureScope scope(assm, AVX); in PinsrHelper() 510 CpuFeatureScope scope(assm, *feature); in PinsrHelper() 570 CpuFeatureScope scope(this, AVX); in Pextrd() 637 CpuFeatureScope scope(thi in I32x4SConvertF32x4() [all...] |