Home
last modified time | relevance | path

Searched refs:shadowing (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dmulticast.c306 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 …]
H A Dtypes.h1200 unsigned char shadowing:1; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ssiapi/
H A Dssiapi_1.3.0.bb14 file://0001-log-Avoid-shadowing-functions-from-std-lib.patch \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0001-log-Avoid-shadowing-functions-from-std-lib.patch4 Subject: [PATCH 1/4] log: Avoid shadowing functions from std lib
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl/
H A D0001-sample-Rename-dprintf-to-cyrus_dprintf.patch6 This avoids shadowing the dprintf implementations in glibc
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Dpersistent-data.rst49 transaction manager is by shadowing an existing block (ie. doing
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-list.txt70 sample shadowing effects.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-156803 * shadowing functions with macros: Macro Definitions. (line 6)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-156803 * shadowing functions with macros: Macro Definitions. (line 6)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgcc.info3840 they're declared in. This can lead to shadowing between instance
3844 variable shadowing issues.
6523 all instances of local shadowing. This means that
6532 Warn for any shadowing. Same as '-Wshadow'.
6540 parameter whose type is compatible with that of the shadowing
6542 shadowing variable can be converted to that of the shadowed
6563 warnings triggered by intentional shadowing. Note that this also
6564 means that shadowing 'const char *i' by 'char *i' does not emit a
29434 cause variable shadowing, so while this example using the 'max' macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgcc.info3840 they're declared in. This can lead to shadowing between instance
3844 variable shadowing issues.
6523 all instances of local shadowing. This means that
6532 Warn for any shadowing. Same as '-Wshadow'.
6540 parameter whose type is compatible with that of the shadowing
6542 shadowing variable can be converted to that of the shadowed
6563 warnings triggered by intentional shadowing. Note that this also
6564 means that shadowing 'const char *i' by 'char *i' does not emit a
29434 cause variable shadowing, so while this example using the 'max' macro
/OK3568_Linux_fs/external/xserver/
H A DChangeLog50066 parameter name in the definition from index to i, to fix shadowing index() but
51712 Avoid shadowing the global screenInfo value.
51783 Rename variables to avoid shadowing globals
64052 Xext: rename two shadowing variables
64074 Xext: renaming shadowing variable
64089 fb: drop two unneeded shadowing variables
65672 Avoid name shadowing warnings, change the event list to a more specific
73681 randr: Clean up compiler warnings about unused and shadowing variables
73684 shadowing a previous local
74098 dix: rename shadowing loop variable in TouchResizeQueue
[all …]