Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/dev-tools/
H A Dsparse.rst40 这样会使 PM_SUSPEND 和 PM_RESUME 成为位方式(bitwise)整数(使用"__force"
61 不用担心 sparse 会抱怨。这是因为"bitwise"(恰如其名)是用来确保不同位方
/linux/Documentation/translations/zh_TW/dev-tools/
H A Dsparse.rst39 這樣會使 PM_SUSPEND 和 PM_RESUME 成爲位方式(bitwise)整數(使用"__force"
60 不用擔心 sparse 會抱怨。這是因爲"bitwise"(恰如其名)是用來確保不同位方
/linux/scripts/atomic/kerneldoc/
H A Dand3 * ${class}${atomicname}() - atomic bitwise AND with ${desc_order} ordering
H A Dxor3 * ${class}${atomicname}() - atomic bitwise XOR with ${desc_order} ordering
H A Dor3 * ${class}${atomicname}() - atomic bitwise OR with ${desc_order} ordering
H A Dandnot3 * ${class}${atomicname}() - atomic bitwise AND NOT with ${desc_order} ordering
/linux/tools/include/linux/
H A Dtypes.h48 #define __bitwise __attribute__((bitwise))
/linux/scripts/dtc/libfdt/
H A Dlibfdt_env.h19 #define FDT_BITWISE __attribute__((bitwise))
/linux/Documentation/pcmcia/
H A Ddriver.rst17 a bitwise or-ed combination from PCMCIA_DEV_ID_MATCH_* constants
/linux/Documentation/devicetree/bindings/cpufreq/
H A Dnvidia,tegra20-cpufreq.txt20 A bitwise AND is performed against these values and if any bit
/linux/lib/xz/
H A DKconfig54 been replaced with a bitwise-negation of the lc/lp/pb
/linux/Documentation/watchdog/
H A Dpcwd-watchdog.rst49 WDIOF_* bitwise-anded into the value. (The comments
/linux/Documentation/driver-api/
H A Dparport-lowlevel.rst159 hardware. It consists of flags which may be bitwise-ored together:
418 ``flags`` may be a bitwise combination of the following flags:
1497 bitwise-or'ed together:
1535 bitwise-or'ed together:
1573 bitwise-or'ed together:
1613 bitwise-or'ed together:
/linux/Documentation/bpf/
H A Dcpumasks.rst273 callers can also perform bitwise operations between multiple cpumasks using
286 bitwise operators (and queried).
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-w1_therm171 Bit masks to read/write (bitwise OR):
/linux/drivers/crypto/ccp/
H A Dccp-dev-v5.c122 u16 bitwise:3; member
151 #define CCP_PT_BITWISE(p) ((p)->pt.bitwise)
/linux/Documentation/core-api/
H A Dcircular-buffers.rst69 then a much quicker bitwise-AND instruction can be used instead.
/linux/Documentation/filesystems/spufs/
H A Dspufs.rst230 bitwise OR of the old value and the input data, depending on the
/linux/Documentation/userspace-api/
H A Dunshare.rst145 The flags argument specifies one or bitwise-or'ed of several of
/linux/Documentation/arch/arm64/
H A Dsme.rst254 To extract the vector length from the result, bitwise and it with
/linux/Documentation/driver-api/mtd/
H A Dnand_ecc.rst172 C does have bitwise operators but not really operators to do the above
/linux/tools/memory-model/Documentation/
H A Dlitmus-tests.txt171 with the C-language "~" operator which instead stands for "bitwise not".
/linux/Documentation/security/keys/
H A Dcore.rst941 supported. This is constructed from a bitwise-OR of::
/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst2410 numbers are necessary, you can combine them in bitwise. Or, it's