| /freebsd-12-stable/crypto/openssl/crypto/des/ |
| D | ofb_enc.c | 23 register DES_LONG mask0, mask1; in DES_ofb_encrypt() local 34 mask1 = mask0; in DES_ofb_encrypt() 36 mask1 = (1L << (num - 32)) - 1; in DES_ofb_encrypt() 42 mask1 = 0x00000000L; in DES_ofb_encrypt() 59 d1 = (d1 ^ vv1) & mask1; in DES_ofb_encrypt()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | Sanitizers.h | 43 constexpr SanitizerMask(uint64_t mask1, uint64_t mask2) in SanitizerMask() argument 44 : maskLoToHigh{mask1, mask2} {} in SanitizerMask() 55 uint64_t mask1 = (Pos < kNumBitElem) ? 1ULL << (Pos % kNumBitElem) : 0; in bitPosToMask() local 59 return SanitizerMask(mask1, mask2); in bitPosToMask()
|
| D | arm_neon_incl.td | 136 // from the two special defs "mask0" and "mask1". "mask0" expands to 137 // the lane indices in sequence for ARG0, and "mask1" expands to 141 // (shuffle $p0, $p1, mask1) -> $p1 146 // example: (shuffle $p0, $p1, (add (highhalf mask0), (highhalf mask1))) -> 176 def mask1 : MaskExpand;
|
| D | arm_neon.td | 90 (decimate mask1, 2)))>; 91 def OP_ZIP1 : Op<(shuffle $p0, $p1, (lowhalf (interleave mask0, mask1)))>; 93 (decimate mask1, 2)))>; 96 (decimate (rotl mask1, 1), 2)))>; 97 def OP_ZIP2 : Op<(shuffle $p0, $p1, (highhalf (interleave mask0, mask1)))>; 99 (decimate (rotl mask1, 1), 2)))>; 116 def OP_CONC : Op<(shuffle $p0, $p1, (add mask0, mask1))>;
|
| /freebsd-12-stable/contrib/bearssl/src/int/ |
| D | i62_modpow2.c | 381 uint64_t mask1, mask2; in br_i62_modpow_opt() local 435 mask1 = -(uint64_t)EQ(bits, 0); in br_i62_modpow_opt() 436 mask2 = ~mask1; in br_i62_modpow_opt() 438 x[u] = (mask1 & x[u]) | (mask2 & t1[u]); in br_i62_modpow_opt()
|
| /freebsd-12-stable/crypto/openssl/crypto/ec/ |
| D | ecp_nistz256.c | 174 BN_ULONG mask1 = 0-move; in copy_conditional() local 175 BN_ULONG mask2 = ~mask1; in copy_conditional() 177 dst[0] = (src[0] & mask1) ^ (dst[0] & mask2); in copy_conditional() 178 dst[1] = (src[1] & mask1) ^ (dst[1] & mask2); in copy_conditional() 179 dst[2] = (src[2] & mask1) ^ (dst[2] & mask2); in copy_conditional() 180 dst[3] = (src[3] & mask1) ^ (dst[3] & mask2); in copy_conditional() 182 dst[4] = (src[4] & mask1) ^ (dst[4] & mask2); in copy_conditional() 183 dst[5] = (src[5] & mask1) ^ (dst[5] & mask2); in copy_conditional() 184 dst[6] = (src[6] & mask1) ^ (dst[6] & mask2); in copy_conditional() 185 dst[7] = (src[7] & mask1) ^ (dst[7] & mask2); in copy_conditional()
|
| /freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/MAC/ |
| D | memac.c | 59 uint64_t mask1, mask2; in GetMacAddrHashCode() local 65 mask1 = ethAddr & (uint64_t)0x01; in GetMacAddrHashCode() 71 mask1 ^= mask2; in GetMacAddrHashCode() 75 xorVal |= (mask1 << (5-i)); in GetMacAddrHashCode()
|
| /freebsd-12-stable/sys/dev/mlx5/ |
| D | fs.h | 228 void *mask1,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | TargetRegisterInfo.cpp | 492 const uint32_t *mask1) const { in regmaskSubsetEqual() 495 if ((mask0[I] & mask1[I]) != mask0[I]) in regmaskSubsetEqual()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | TargetRegisterInfo.h | 513 bool regmaskSubsetEqual(const uint32_t *mask0, const uint32_t *mask1) const;
|
| /freebsd-12-stable/contrib/bearssl/test/ |
| D | test_crypto.c | 6787 unsigned mask1, mask2; in test_RSA_keygen() local 6848 mask1 = 0x01 << ((size + 7) & 7); in test_RSA_keygen() 6849 mask2 = 0xFF & -mask1; in test_RSA_keygen() 6850 if ((pk.n[0] & mask2) != mask1) { in test_RSA_keygen()
|
| /freebsd-12-stable/sys/dev/mlx5/mlx5_core/ |
| D | mlx5_fs_tree.c | 1189 void *mask1, void *mask2) in fs_match_exact_mask() argument 1192 !memcmp(mask1, mask2, MLX5_ST_SZ_BYTES(fte_match_param)); in fs_match_exact_mask()
|
| /freebsd-12-stable/sys/dev/cxgbe/common/ |
| D | common.h | 746 u64 mask0, u64 mask1, unsigned int crc, bool enable);
|
| D | t4_hw.c | 7051 u64 mask0, u64 mask1, unsigned int crc, bool enable) in t4_wol_pat_enable() argument 7073 t4_write_reg(adap, EPIO_REG(DATA2), mask1); in t4_wol_pat_enable() 7074 t4_write_reg(adap, EPIO_REG(DATA3), mask1 >> 32); in t4_wol_pat_enable()
|
| /freebsd-12-stable/contrib/gcc/ |
| D | fold-const.c | 9018 tree mask1 = TREE_OPERAND (arg1, 1); in fold_binary() local 9021 if (operand_equal_p (tem, mask1, 0)) in fold_binary() 9024 TREE_OPERAND (arg0, 0), mask1); in fold_binary() 9025 return fold_build2 (MINUS_EXPR, type, tem, mask1); in fold_binary()
|
| /freebsd-12-stable/sys/dev/bxe/ |
| D | bxe.c | 8074 uint32_t val0, mask0, val1, mask1; in bxe_attn_int_deasserted2() local 8114 mask1 = REG_RD(sc, PXP2_REG_PXP2_INT_MASK_1); in bxe_attn_int_deasserted2() 8125 !(val1 & mask1)) in bxe_attn_int_deasserted2() 8144 ((val1 & mask1) == 0)) in bxe_attn_int_deasserted2()
|
| /freebsd-12-stable/contrib/gcc/config/ia64/ |
| D | ia64.md | 1292 insn sequence mov mask1,mov mask2,shl;;and,and;;or is better than
|
| /freebsd-12-stable/contrib/sqlite3/ |
| D | sqlite3.c | 184208 #define GETVARINT_STEP(v, ptr, shift, mask1, mask2, var, ret) \ 184209 v = (v & mask1) | ( (*(const unsigned char*)(ptr++)) << shift ); \ 184211 #define GETVARINT_INIT(v, ptr, shift, mask1, mask2, var, ret) \ 202408 unsigned int mask1 = 0x000361F8; 202412 (mask1 & ((unsigned int)1 << (c-768-32))); 250436 unsigned int mask1 = 0x000361F8; 250440 (mask1 & ((unsigned int)1 << (c-768-32)));
|