Home
last modified time | relevance | path

Searched refs:bitwise (Results 1 – 25 of 44) sorted by relevance

12

/Linux-v6.1/net/netfilter/
Dnft_bitwise.c287 const struct nft_bitwise *bitwise; in nft_bitwise_reduce() local
295 bitwise = nft_expr_priv(track->regs[priv->dreg].selector); in nft_bitwise_reduce()
298 track->regs[priv->dreg].bitwise && in nft_bitwise_reduce()
299 track->regs[priv->dreg].bitwise->ops == expr->ops && in nft_bitwise_reduce()
300 priv->sreg == bitwise->sreg && in nft_bitwise_reduce()
301 priv->dreg == bitwise->dreg && in nft_bitwise_reduce()
302 priv->op == bitwise->op && in nft_bitwise_reduce()
303 priv->len == bitwise->len && in nft_bitwise_reduce()
304 !memcmp(&priv->mask, &bitwise->mask, sizeof(priv->mask)) && in nft_bitwise_reduce()
305 !memcmp(&priv->xor, &bitwise->xor, sizeof(priv->xor)) && in nft_bitwise_reduce()
[all …]
Dnft_fib.c198 if (!track->regs[priv->dreg].bitwise) in nft_fib_reduce()
Dnft_osf.c153 if (!track->regs[priv->dreg].bitwise) in nft_osf_reduce()
Dnft_socket.c235 if (!track->regs[priv->dreg].bitwise) in nft_socket_reduce()
Dnft_hash.c216 if (!track->regs[priv->dreg].bitwise) in nft_symhash_reduce()
Dnft_xfrm.c277 if (!track->regs[priv->dreg].bitwise) in nft_xfrm_reduce()
Dnft_exthdr.c627 if (!track->regs[priv->dreg].bitwise) in nft_exthdr_reduce()
Dnft_meta.c764 if (!track->regs[priv->dreg].bitwise) in nft_meta_get_reduce()
/Linux-v6.1/Documentation/dev-tools/
Dsparse.rst28 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
/Linux-v6.1/Documentation/translations/zh_CN/dev-tools/
Dsparse.rst40 这样会使 PM_SUSPEND 和 PM_RESUME 成为位方式(bitwise)整数(使用"__force"
61 不用担心 sparse 会抱怨。这是因为"bitwise"(恰如其名)是用来确保不同位方
/Linux-v6.1/Documentation/translations/zh_TW/
Dsparse.txt39 這樣會使 PM_SUSPEND 和 PM_RESUME 成爲位方式(bitwise)整數(使用"__force"
60 不用擔心 sparse 會抱怨。這是因爲"bitwise"(恰如其名)是用來確保不同位方
/Linux-v6.1/include/uapi/linux/
Dtypes.h24 #define __bitwise __attribute__((bitwise))
/Linux-v6.1/tools/include/linux/
Dtypes.h46 #define __bitwise __attribute__((bitwise))
/Linux-v6.1/scripts/dtc/libfdt/
Dlibfdt_env.h19 #define FDT_BITWISE __attribute__((bitwise))
/Linux-v6.1/Documentation/pcmcia/
Ddriver.rst17 a bitwise or-ed combination from PCMCIA_DEV_ID_MATCH_* constants
/Linux-v6.1/Documentation/devicetree/bindings/cpufreq/
Dnvidia,tegra20-cpufreq.txt20 A bitwise AND is performed against these values and if any bit
Dti-cpufreq.txt33 A bitwise AND is performed against these values and if any bit
/Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/
Dst,sti-irq-syscfg.txt20 these IRQs using bitwise logic. A number of defines have been
/Linux-v6.1/drivers/char/mwave/
DREADME7 mwave_debug=value, where value is bitwise OR of trace flags:
/Linux-v6.1/lib/xz/
DKconfig48 been replaced with a bitwise-negation of the lc/lp/pb
/Linux-v6.1/Documentation/watchdog/
Dpcwd-watchdog.rst49 WDIOF_* bitwise-anded into the value. (The comments
/Linux-v6.1/Documentation/driver-api/
Dparport-lowlevel.rst154 hardware. It consists of flags which may be bitwise-ored together:
413 ``flags`` may be a bitwise combination of the following flags:
1492 bitwise-or'ed together:
1530 bitwise-or'ed together:
1568 bitwise-or'ed together:
1608 bitwise-or'ed together:
/Linux-v6.1/Documentation/filesystems/spufs/
Dspu_create.rst38 The parameter flags can be zero or any bitwise or'd combination of the
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-driver-w1_therm171 Bit masks to read/write (bitwise OR):
/Linux-v6.1/drivers/crypto/ccp/
Dccp-dev-v5.c122 u16 bitwise:3; member
151 #define CCP_PT_BITWISE(p) ((p)->pt.bitwise)

12