Home
last modified time | relevance | path

Searched refs:dest_scope (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/core/ipv6/
Dip6.c287 s8_t dest_scope, cand_scope; in ip6_select_source_address() local
296 dest_scope = IP6_MULTICAST_SCOPE_GLOBAL; in ip6_select_source_address()
298 dest_scope = IP6_MULTICAST_SCOPE_LINK_LOCAL; in ip6_select_source_address()
300 dest_scope = IP6_MULTICAST_SCOPE_ORGANIZATION_LOCAL; in ip6_select_source_address()
302 dest_scope = ip6_addr_multicast_scope(dest); in ip6_select_source_address()
304 dest_scope = IP6_MULTICAST_SCOPE_SITE_LOCAL; in ip6_select_source_address()
307 dest_scope = IP6_MULTICAST_SCOPE_GLOBAL; in ip6_select_source_address()
340 ((cand_scope < best_scope) && (cand_scope >= dest_scope)) || in ip6_select_source_address()
341 ((cand_scope > best_scope) && (best_scope < dest_scope)) || /* Rule 2 */ in ip6_select_source_address()
/third_party/selinux/checkpolicy/
Dmodule_compiler.c1372 scope_index_t *dest_scope = &dest->required; in copy_requirements() local
1375 ebitmap_t *dest_bitmap = &dest_scope->scope[i]; in copy_requirements()
1382 if (src_scope->class_perms_len > dest_scope->class_perms_len) { in copy_requirements()
1384 realloc(dest_scope->class_perms_map, in copy_requirements()
1391 dest_scope->class_perms_map = new_map; in copy_requirements()
1392 for (i = dest_scope->class_perms_len; in copy_requirements()
1394 ebitmap_init(dest_scope->class_perms_map + i); in copy_requirements()
1396 dest_scope->class_perms_len = in copy_requirements()
1402 &dest_scope->class_perms_map[i]; in copy_requirements()
/third_party/gn/src/gn/
Dscope.cc375 std::unique_ptr<Scope>& dest_scope = dest->target_defaults_[current_name]; in NonRecursiveMergeTo() local
376 dest_scope = std::make_unique<Scope>(settings_); in NonRecursiveMergeTo()
377 pair.second->NonRecursiveMergeTo(dest_scope.get(), options, node_for_err, in NonRecursiveMergeTo()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_variables.c2225 SpvScope *dest_scope, SpvScope *src_scope) in vtn_get_mem_operands() argument
2240 vtn_assert(dest_scope); in vtn_get_mem_operands()
2241 *dest_scope = vtn_constant_uint(b, w[(*idx)++]); in vtn_get_mem_operands()
2444 SpvScope dest_scope, src_scope; in vtn_handle_variables() local
2446 &dest_scope, &src_scope); in vtn_handle_variables()
2461 vtn_emit_make_available_barrier(b, dest_access, dest_scope, dest->mode); in vtn_handle_variables()
2474 SpvScope dest_scope, src_scope; in vtn_handle_variables() local
2476 &dest_scope, &src_scope); in vtn_handle_variables()
2494 vtn_emit_make_available_barrier(b, dest_access, dest_scope, dest->mode); in vtn_handle_variables()