Searched refs:shadowing (Results 1 – 12 of 12) sorted by relevance
306 qr4->shadowing = br_multicast_has_querier_adjacent(dev, ETH_P_IP); in batadv_mcast_mla_flags_get()309 qr6->shadowing = br_multicast_has_querier_adjacent(dev, ETH_P_IPV6); in batadv_mcast_mla_flags_get()322 if (!qr4->exists || qr4->shadowing) { in batadv_mcast_mla_flags_get()327 if (!qr6->exists || qr6->shadowing) { in batadv_mcast_mla_flags_get()780 if ((!old_state->shadowing && new_state->shadowing) || in batadv_mcast_querier_log()781 (!old_state->exists && new_state->shadowing)) in batadv_mcast_querier_log()785 else if (old_state->shadowing && !new_state->shadowing) in batadv_mcast_querier_log()2103 shadowing4 = mla_flags->querier_ipv4.shadowing ? '4' : '.'; in batadv_mcast_flags_print_header()2104 shadowing6 = mla_flags->querier_ipv6.shadowing ? '6' : '.'; in batadv_mcast_flags_print_header()2212 if (bat_priv->mcast.mla_flags.querier_ipv4.shadowing) in batadv_mcast_mesh_info_put()[all …]
1200 unsigned char shadowing:1; member
14 file://0001-log-Avoid-shadowing-functions-from-std-lib.patch \
4 Subject: [PATCH 1/4] log: Avoid shadowing functions from std lib
6 This avoids shadowing the dprintf implementations in glibc
49 transaction manager is by shadowing an existing block (ie. doing
70 sample shadowing effects.
6803 * shadowing functions with macros: Macro Definitions. (line 6)
3840 they're declared in. This can lead to shadowing between instance3844 variable shadowing issues.6523 all instances of local shadowing. This means that6532 Warn for any shadowing. Same as '-Wshadow'.6540 parameter whose type is compatible with that of the shadowing6542 shadowing variable can be converted to that of the shadowed6563 warnings triggered by intentional shadowing. Note that this also6564 means that shadowing 'const char *i' by 'char *i' does not emit a29434 cause variable shadowing, so while this example using the 'max' macro
50066 parameter name in the definition from index to i, to fix shadowing index() but51712 Avoid shadowing the global screenInfo value.51783 Rename variables to avoid shadowing globals64052 Xext: rename two shadowing variables64074 Xext: renaming shadowing variable64089 fb: drop two unneeded shadowing variables65672 Avoid name shadowing warnings, change the event list to a more specific73681 randr: Clean up compiler warnings about unused and shadowing variables73684 shadowing a previous local74098 dix: rename shadowing loop variable in TouchResizeQueue[all …]