Home
last modified time | relevance | path

Searched full:bitwise (Results 1 – 25 of 113) sorted by relevance

12345

/linux/include/linux/
H A Dtsm-mr.h14 * @mr_flags: bitwise OR of one or more flags, detailed below
24 * @mr_flags is the bitwise-OR of zero or more of the flags below.
32 * * %TSM_MR_F_RTMR - bitwise-OR of %TSM_MR_F_LIVE and %TSM_MR_F_WRITABLE.
H A Dcrc64.h8 * crc64_be - Calculate bitwise big-endian ECMA-182 CRC64
24 * *including the bitwise inversion at the beginning and end*.
H A Dccp.h387 * ccp_passthru_bitwise - type of bitwise passthru operation
389 * @CCP_PASSTHRU_BITWISE_NOOP: no bitwise operation performed
390 * @CCP_PASSTHRU_BITWISE_AND: perform bitwise AND of src with mask
391 * @CCP_PASSTHRU_BITWISE_OR: perform bitwise OR of src with mask
392 * @CCP_PASSTHRU_BITWISE_XOR: perform bitwise XOR of src with mask
420 * @bit_mod: bitwise operation to perform
449 * @bit_mod: bitwise operation to perform
H A Dtnum.h45 /* Bitwise-AND, return @a & @b */
47 /* Bitwise-OR, return @a | @b */
49 /* Bitwise-XOR, return @a ^ @b */
H A Dmost.h62 * The value is bitwise OR-combination of the values from the
66 * The value is bitwise OR-combination of the values from the
/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/drivers/net/ethernet/pensando/ionic/
H A Dionic_regs.h37 /** enum ionic_intr_credits_bits - bitwise composition of credits values.
93 /** enum ionic_dbell_bits - bitwise composition of dbell values.
/linux/rust/syn/
H A Dop.rs22 /// The `^` operator (bitwise xor)
24 /// The `&` operator (bitwise and)
26 /// The `|` operator (bitwise or)
H A Dtoken.rs751 …"&" pub struct And/1 /// bitwise and logical AND, borrow, references, reference p…
753 "&=" pub struct AndEq/2 /// bitwise AND assignment
755 "^" pub struct Caret/1 /// bitwise and logical XOR
756 "^=" pub struct CaretEq/2 /// bitwise XOR assignment
775 …"!" pub struct Not/1 /// bitwise and logical NOT, macro calls, inner attributes, …
776 …"|" pub struct Or/1 /// bitwise and logical OR, closures, patterns in match, if …
777 "|=" pub struct OrEq/2 /// bitwise OR assignment
/linux/scripts/atomic/kerneldoc/
H A Dand3 * ${class}${atomicname}() - atomic bitwise AND with ${desc_order} ordering
H A Dandnot3 * ${class}${atomicname}() - atomic bitwise AND NOT 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
/linux/Documentation/pcmcia/
H A Ddriver.rst17 a bitwise or-ed combination from PCMCIA_DEV_ID_MATCH_* constants
/linux/lib/xz/
H A DKconfig54 been replaced with a bitwise-negation of the lc/lp/pb
/linux/drivers/i2c/busses/
H A Di2c-keba.c173 * Resetting bus bitwise is done by checking SDA and applying clock cycles as
234 * 0xff into it. Thus, use bitwise approach whenever possible, especially when
274 * bitwise reset is used. Otherwise fall back to bytewise reset. in ki2c_reset_bus()
/linux/Documentation/devicetree/bindings/cpufreq/
H A Dnvidia,tegra20-cpufreq.txt20 A bitwise AND is performed against these values and if any bit
/linux/tools/include/linux/
H A Dtypes.h48 #define __bitwise __attribute__((bitwise))
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dst,stih407-irq-syscfg.yaml41 these three IRQs using bitwise logic, each one being encoded respectively
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_helper_access_var_len.c35 __description("helper access to variable memory: stack, bitwise AND + JMP, correct bounds")
67 __description("helper access to variable memory: stack, bitwise AND, zero included")
81 /* use bitwise AND to limit r3 range to [0, 64] */\ in stack_bitwise_and_zero_included()
102 __description("helper access to variable memory: stack, bitwise AND + JMP, wrong max")
/linux/Documentation/
H A Datomic_t.txt29 Bitwise:
321 operations -- those in the Arithmetic and Bitwise classes and xchg(). However
/linux/Documentation/watchdog/
H A Dpcwd-watchdog.rst49 WDIOF_* bitwise-anded into the value. (The comments
/linux/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.h93 EFFECTIVE, /* Bitwise OR of UDEXCR and ENFORCED DEXCR bits */
/linux/scripts/dtc/libfdt/
H A Dlibfdt_env.h19 #define FDT_BITWISE __attribute__((bitwise))

12345