/openbmc/linux/net/netfilter/ |
H A D | nft_bitwise.c | 288 const struct nft_bitwise *bitwise; in nft_bitwise_reduce() local 296 bitwise = nft_expr_priv(track->regs[priv->dreg].selector); in nft_bitwise_reduce() 299 track->regs[priv->dreg].bitwise && in nft_bitwise_reduce() 300 track->regs[priv->dreg].bitwise->ops == expr->ops && in nft_bitwise_reduce() 301 priv->sreg == bitwise->sreg && in nft_bitwise_reduce() 302 priv->dreg == bitwise->dreg && in nft_bitwise_reduce() 303 priv->op == bitwise->op && in nft_bitwise_reduce() 304 priv->len == bitwise->len && in nft_bitwise_reduce() 305 !memcmp(&priv->mask, &bitwise->mask, sizeof(priv->mask)) && in nft_bitwise_reduce() 306 !memcmp(&priv->xor, &bitwise->xor, sizeof(priv->xor)) && in nft_bitwise_reduce() [all …]
|
H A D | nft_fib.c | 201 if (!track->regs[priv->dreg].bitwise) in nft_fib_reduce()
|
H A D | nft_osf.c | 154 if (!track->regs[priv->dreg].bitwise) in nft_osf_reduce()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/bitwise/ |
H A D | bitwise_0.50.bb | 7 HOMEPAGE = "https://github.com/mellowcandle/bitwise" 13 SRC_URI = "https://github.com/mellowcandle/bitwise/releases/download/v${PV}/bitwise-v${PV}.tar.gz \ 20 UPSTREAM_CHECK_URI = "https://github.com/mellowcandle/bitwise/releases"
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | sparse.rst | 28 which makes PM_SUSPEND and PM_RESUME "bitwise" integers (the "__force" is 29 there because sparse will complain about casting to/from a bitwise type, 50 constant zero as a bitwise integer type without sparse ever complaining. 51 This is because "bitwise" (as the name implies) was designed for making 52 sure that bitwise types don't get mixed up (little-endian vs big-endian
|
/openbmc/linux/Documentation/translations/zh_CN/dev-tools/ |
H A D | sparse.rst | 40 这样会使 PM_SUSPEND 和 PM_RESUME 成为位方式(bitwise)整数(使用"__force" 61 不用担心 sparse 会抱怨。这是因为"bitwise"(恰如其名)是用来确保不同位方
|
/openbmc/linux/Documentation/translations/zh_TW/dev-tools/ |
H A D | sparse.txt | 39 這樣會使 PM_SUSPEND 和 PM_RESUME 成爲位方式(bitwise)整數(使用"__force" 60 不用擔心 sparse 會抱怨。這是因爲"bitwise"(恰如其名)是用來確保不同位方
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/bitwise/files/ |
H A D | run-ptest | 4 bitwise --no-color -w b 0x42 > test.out
|
/openbmc/qemu/docs/devel/ |
H A D | bitops.rst | 6 performing bitwise operations.
|
/openbmc/linux/scripts/atomic/kerneldoc/ |
H A D | or | 3 * ${class}${atomicname}() - atomic bitwise OR with ${desc_order} ordering
|
H A D | xor | 3 * ${class}${atomicname}() - atomic bitwise XOR with ${desc_order} ordering
|
H A D | and | 3 * ${class}${atomicname}() - atomic bitwise AND with ${desc_order} ordering
|
H A D | andnot | 3 * ${class}${atomicname}() - atomic bitwise AND NOT with ${desc_order} ordering
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve.decode | 287 # SVE bitwise logical vector operations (predicated) 318 # SVE bitwise logical reduction (predicated) 340 # SVE bitwise shift by immediate (predicated) 351 # SVE bitwise shift by vector (predicated) 359 # SVE bitwise shift by wide elements (predicated) 421 # SVE bitwise logical operations (unpredicated) 430 # SVE2 bitwise ternary operations 466 # SVE bitwise shift by immediate (unpredicated) 471 # SVE bitwise shift by wide elements (unpredicated) 520 # SVE bitwise logical with immediate (unpredicated) [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | types.h | 28 #define __bitwise __attribute__((bitwise))
|
/openbmc/linux/tools/include/linux/ |
H A D | types.h | 46 #define __bitwise __attribute__((bitwise))
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | 15_match_clarify.patch | 7 bitwise AND of the address and the `mask\'. For example, the net/mask
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0019-libfdt-Undefine-__wordsize-if-already-defined.patch | 30 #define FDT_BITWISE __attribute__((bitwise))
|
/openbmc/linux/scripts/dtc/libfdt/ |
H A D | libfdt_env.h | 19 #define FDT_BITWISE __attribute__((bitwise))
|
/openbmc/u-boot/scripts/dtc/libfdt/ |
H A D | libfdt_env.h | 62 #define FDT_BITWISE __attribute__((bitwise))
|
/openbmc/linux/Documentation/pcmcia/ |
H A D | driver.rst | 17 a bitwise or-ed combination from PCMCIA_DEV_ID_MATCH_* constants
|
/openbmc/u-boot/include/linux/ |
H A D | types.h | 131 #define __bitwise__ __attribute__((bitwise))
|
/openbmc/linux/Documentation/devicetree/bindings/cpufreq/ |
H A D | nvidia,tegra20-cpufreq.txt | 20 A bitwise AND is performed against these values and if any bit
|
/openbmc/linux/drivers/char/mwave/ |
H A D | README | 7 mwave_debug=value, where value is bitwise OR of trace flags:
|
/openbmc/linux/lib/xz/ |
H A D | Kconfig | 48 been replaced with a bitwise-negation of the lc/lp/pb
|