Home
last modified time | relevance | path

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

12

/linux/net/netfilter/
A Dnft_bitwise.c288 const struct nft_bitwise *bitwise; in nft_bitwise_reduce() local
299 track->regs[priv->dreg].bitwise && 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()
326 track->regs[dreg].bitwise = expr; in nft_bitwise_reduce()
452 priv->sreg == bitwise->sreg && in nft_bitwise_fast_reduce()
453 priv->dreg == bitwise->dreg && in nft_bitwise_fast_reduce()
454 priv->mask == bitwise->mask && in nft_bitwise_fast_reduce()
[all …]
A Dnft_fib.c200 if (!track->regs[priv->dreg].bitwise) in nft_fib_reduce()
A Dnft_osf.c148 if (!track->regs[priv->dreg].bitwise) in nft_osf_reduce()
A Dnft_xfrm.c281 if (!track->regs[priv->dreg].bitwise) in nft_xfrm_reduce()
A Dnft_hash.c217 if (!track->regs[priv->dreg].bitwise) in nft_symhash_reduce()
A Dnft_socket.c271 if (!track->regs[priv->dreg].bitwise) in nft_socket_reduce()
/linux/Documentation/dev-tools/
A 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/Documentation/translations/zh_CN/dev-tools/
A Dsparse.rst40 这样会使 PM_SUSPEND 和 PM_RESUME 成为位方式(bitwise)整数(使用"__force"
61 不用担心 sparse 会抱怨。这是因为"bitwise"(恰如其名)是用来确保不同位方
/linux/Documentation/translations/zh_TW/dev-tools/
A Dsparse.rst39 這樣會使 PM_SUSPEND 和 PM_RESUME 成爲位方式(bitwise)整數(使用"__force"
60 不用擔心 sparse 會抱怨。這是因爲"bitwise"(恰如其名)是用來確保不同位方
/linux/scripts/atomic/kerneldoc/
A Dand3 * ${class}${atomicname}() - atomic bitwise AND with ${desc_order} ordering
A Dxor3 * ${class}${atomicname}() - atomic bitwise XOR with ${desc_order} ordering
A Dor3 * ${class}${atomicname}() - atomic bitwise OR with ${desc_order} ordering
A Dandnot3 * ${class}${atomicname}() - atomic bitwise AND NOT with ${desc_order} ordering
/linux/include/uapi/linux/
A Dtypes.h28 #define __bitwise __attribute__((bitwise))
/linux/tools/include/linux/
A Dtypes.h46 #define __bitwise __attribute__((bitwise))
/linux/scripts/dtc/libfdt/
A Dlibfdt_env.h19 #define FDT_BITWISE __attribute__((bitwise))
/linux/Documentation/pcmcia/
A Ddriver.rst17 a bitwise or-ed combination from PCMCIA_DEV_ID_MATCH_* constants
/linux/Documentation/devicetree/bindings/cpufreq/
A Dnvidia,tegra20-cpufreq.txt20 A bitwise AND is performed against these values and if any bit
/linux/Documentation/devicetree/bindings/interrupt-controller/
A Dst,stih407-irq-syscfg.yaml41 these three IRQs using bitwise logic, each one being encoded respectively
/linux/drivers/char/mwave/
A DREADME7 mwave_debug=value, where value is bitwise OR of trace flags:
/linux/lib/xz/
A DKconfig54 been replaced with a bitwise-negation of the lc/lp/pb
/linux/Documentation/watchdog/
A Dpcwd-watchdog.rst49 WDIOF_* bitwise-anded into the value. (The comments
/linux/Documentation/netlink/specs/
A Dnftables.yaml66 name: bitwise-ops
769 name: expr-bitwise-attrs
795 enum: bitwise-ops
1088 value: bitwise
1089 attribute-set: expr-bitwise-attrs
/linux/Documentation/driver-api/
A 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/Documentation/filesystems/spufs/
A Dspu_create.rst38 The parameter flags can be zero or any bitwise or'd combination of the

Completed in 87 milliseconds

12