/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 …]
|
/openbmc/u-boot/drivers/gpio/ |
H A D | mvgpio.h | 34 u32 gsdr; /* Bitwise Set of GPIO Direction Register - 0x0054 */ 36 u32 gcdr; /* Bitwise Clear of GPIO Direction Register - 0x0060 */ 38 u32 gsrer; /* Bitwise Set of Rising-Edge Detect Enable 41 u32 gcrer; /* Bitwise Clear of Rising-Edge Detect Enable 44 u32 gsfer; /* Bitwise Set of Falling-Edge Detect Enable 47 u32 gcfer; /* Bitwise Clear of Falling-Edge Detect Enable 50 u32 apmask; /* Bitwise Mask of Edge Detect Register - 0x009C */
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/bitwise/ |
H A D | bitwise_0.50.bb | 1 SUMMARY = "Bitwise terminal calculator" 2 DESCRIPTION = "Bitwise is multi base interactive calculator \ 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/openbmc/meta-openembedded/meta-oe/recipes-extended/bitwise/files/ |
H A D | run-ptest | 3 # Test 1: Basic bitwise operation 4 bitwise --no-color -w b 0x42 > test.out 9 echo "[FAIL] Test 1: Basic bitwise operation"
|
/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/qemu/docs/devel/ |
H A D | bitops.rst | 2 Bitwise operations 6 performing bitwise operations.
|
/openbmc/linux/include/linux/atomic/ |
H A D | atomic-instrumented.h | 737 * atomic_and() - atomic bitwise AND with relaxed ordering 755 * atomic_fetch_and() - atomic bitwise AND with full ordering 774 * atomic_fetch_and_acquire() - atomic bitwise AND with acquire ordering 792 * atomic_fetch_and_release() - atomic bitwise AND with release ordering 811 * atomic_fetch_and_relaxed() - atomic bitwise AND with relaxed ordering 829 * atomic_andnot() - atomic bitwise AND NOT with relaxed ordering 847 * atomic_fetch_andnot() - atomic bitwise AND NOT with full ordering 866 * atomic_fetch_andnot_acquire() - atomic bitwise AND NOT with acquire ordering 884 * atomic_fetch_andnot_release() - atomic bitwise AND NOT with release ordering 903 * atomic_fetch_andnot_relaxed() - atomic bitwise AND NOT with relaxed ordering [all …]
|
H A D | atomic-long.h | 845 * raw_atomic_long_and() - atomic bitwise AND with relaxed ordering 866 * raw_atomic_long_fetch_and() - atomic bitwise AND with full ordering 887 * raw_atomic_long_fetch_and_acquire() - atomic bitwise AND with acquire ordering 908 * raw_atomic_long_fetch_and_release() - atomic bitwise AND with release ordering 929 * raw_atomic_long_fetch_and_relaxed() - atomic bitwise AND with relaxed ordering 950 * raw_atomic_long_andnot() - atomic bitwise AND NOT with relaxed ordering 971 * raw_atomic_long_fetch_andnot() - atomic bitwise AND NOT with full ordering 992 * raw_atomic_long_fetch_andnot_acquire() - atomic bitwise AND NOT with acquire ordering 1013 * raw_atomic_long_fetch_andnot_release() - atomic bitwise AND NOT with release ordering 1034 * raw_atomic_long_fetch_andnot_relaxed() - atomic bitwise AND NOT with relaxed ordering [all …]
|
H A D | atomic-arch-fallback.h | 1402 * raw_atomic_and() - atomic bitwise AND with relaxed ordering 1419 * raw_atomic_fetch_and() - atomic bitwise AND with full ordering 1446 * raw_atomic_fetch_and_acquire() - atomic bitwise AND with acquire ordering 1473 * raw_atomic_fetch_and_release() - atomic bitwise AND with release ordering 1499 * raw_atomic_fetch_and_relaxed() - atomic bitwise AND with relaxed ordering 1522 * raw_atomic_andnot() - atomic bitwise AND NOT with relaxed ordering 1543 * raw_atomic_fetch_andnot() - atomic bitwise AND NOT with full ordering 1570 * raw_atomic_fetch_andnot_acquire() - atomic bitwise AND NOT with acquire ordering 1597 * raw_atomic_fetch_andnot_release() - atomic bitwise AND NOT with release ordering 1623 * raw_atomic_fetch_andnot_relaxed() - atomic bitwise AND NOT with relaxed ordering [all …]
|
/openbmc/qemu/docs/specs/ |
H A D | edu.rst | 58 Bitwise OR of: 71 register (using bitwise OR). 88 Bitwise OR of:
|
/openbmc/linux/drivers/infiniband/ulp/opa_vnic/ |
H A D | opa_vnic_internal.h | 76 * Same as opa_vesw_info without bitwise attribute. 102 * Same as opa_per_veswport_info without bitwise attribute. 142 * Same as opa_veswport_info without bitwise attribute. 152 * Same as opa_veswport_trap without bitwise attribute. 226 /* Same as opa_veswport_mactable_entry, but without bitwise attribute */
|
/openbmc/linux/include/linux/ |
H A D | ccp.h | 387 * 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 D | tnum.h | 43 /* Bitwise-AND, return @a & @b */ 45 /* Bitwise-OR, return @a | @b */ 47 /* Bitwise-XOR, return @a ^ @b */
|
/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/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_regs.h | 37 /** enum ionic_intr_credits_bits - bitwise composition of credits values. 93 /** enum ionic_dbell_bits - bitwise composition of dbell values.
|
/openbmc/linux/lib/ |
H A D | crc64.c | 45 * crc64_be - Calculate bitwise big-endian ECMA-182 CRC64 67 * crc64_rocksoft_generic - Calculate bitwise Rocksoft CRC64
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | syscopyarea.c | 24 * Generic bitwise copy algorithm 103 because in case SRC and DST overlap bitwise (e.g. in bitcpy() 166 * Generic bitwise copy algorithm, operating backward 248 because in case SRC and DST overlap bitwise (e.g. in bitcpy_rev()
|
H A D | cfbcopyarea.c | 42 * Generic bitwise copy algorithm 136 SRC and DST overlap bitwise (e.g. when moving just one pixel in in bitcpy() 208 * Generic bitwise copy algorithm, operating backward 308 SRC and DST overlap bitwise (e.g. when moving just one pixel in in bitcpy_rev()
|
/openbmc/phosphor-fan-presence/presence/ |
H A D | anyof.hpp | 40 * @brief Construct an any of bitwise policy. 51 * @brief Construct an any of bitwise policy.
|
/openbmc/linux/scripts/atomic/kerneldoc/ |
H A D | andnot | 3 * ${class}${atomicname}() - atomic bitwise AND NOT with ${desc_order} ordering
|
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
|
/openbmc/qemu/include/hw/fsi/ |
H A D | fsi.h | 15 /* Bitwise operations at the word level. */
|