Home
last modified time | relevance | path

Searched defs:B0 (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dblamka-round-avx2.h12 #define G1_AVX2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
41 #define G2_AVX2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
68 #define DIAGONALIZE_1(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
79 #define DIAGONALIZE_2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
96 #define UNDIAGONALIZE_1(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
107 #define UNDIAGONALIZE_2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
124 #define BLAKE2_ROUND_1(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
137 #define BLAKE2_ROUND_2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
H A Dblamka-round-avx512f.h17 #define G1_AVX512F(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
38 #define G2_AVX512F(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
59 #define DIAGONALIZE(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
71 #define UNDIAGONALIZE(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
83 #define BLAKE2_ROUND(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
119 #define BLAKE2_ROUND_1(A0, C0, B0, D0, A1, C1, B1, D1) \ argument
132 #define BLAKE2_ROUND_2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
H A Dblamka-round-ssse3.h31 #define G1(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
52 #define G2(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
73 #define DIAGONALIZE(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
90 #define UNDIAGONALIZE(A0, B0, C0, D0, A1, B1, C1, D1) \ argument
107 #define BLAKE2_ROUND(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
/freebsd/crypto/openssl/crypto/sm4/
H A Dsm4.c189 uint32_t B0 = load_u32_be(in, 0); in ossl_sm4_encrypt() local
215 uint32_t B0 = load_u32_be(in, 0); in ossl_sm4_decrypt() local
/freebsd/lib/libcrypt/
H A Dmisc.c49 b64_from_24bit(uint8_t B2, uint8_t B1, uint8_t B0, int n, char **cp) in b64_from_24bit()
/freebsd/contrib/ncurses/include/
H A Dnc_termios.h117 #define B0 0x00000 macro
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DInfoByHwMode.cpp167 const RegSizeInfo &B0 = I.get(M0); in hasStricterSpillThan() local
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dhexagon_types.h696 signed char B0(void) { in B0() function
775 HEXAGON_Vect64C B0(signed char b) { in B0() function
1120 signed char B0(void) { in B0() function
1161 HEXAGON_Vect32C B0(signed char b) { in B0() function
1923 signed char B0(void) { in B0() function
2002 Q6Vect64C B0(signed char b) { in B0() function
2347 signed char B0(void) { in B0() function
2388 Q6Vect32C B0(signed char b) { in B0() function
/freebsd/include/rpcsvc/
H A Drex.x77 const B0 = 0; variable
/freebsd/sys/sys/
H A D_termios.h184 #define B0 0 macro
/freebsd/crypto/openssl/apps/
H A Dpasswd.c710 # define b64_from_24bit(B2, B1, B0, N) \ in shacrypt() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp146 BinaryOperator *B0 = cast<BinaryOperator>(PHIUser); in scalarizePHI() local
2269 BinaryOperator *B0, *B1; in foldSelectShuffle() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h263 R_SExpr reduceBranch(Branch &O, R_SExpr C, BasicBlock *B0, BasicBlock *B1) { in reduceBranch()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1040 Value *B0 = I.getOperand(0), *B1 = I.getOperand(1); in foldExtractedCmps() local
1402 BinaryOperator *B0, *B1; in foldShuffleOfBinops() local
H A DSLPVectorizer.cpp16602 auto *B0 = dyn_cast<BinaryOperator>(B->getOperand(0)); in tryToVectorize() local
18232 Value *B0 = nullptr, *B1 = nullptr; in isReductionCandidate() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1496 APInt B0(Bits, 0, true), B1(Bits, 1, true); in findGCD() local
2614 const SCEV *B0; in banerjeeMIVtest() local
H A DInstructionSimplify.cpp244 Value *B0 = B->getOperand(0), *B1 = B->getOperand(1); in expandBinOp() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2242 const BitTracker::BitValue &B0 = RC[0]; in genBitSplit() local
H A DHexagonISelDAGToDAGHVX.cpp1903 SDValue L0 = Lower.LowerOperation(B0, DAG); in scalarizeShuffle() local
H A DHexagonISelLowering.cpp2597 SDValue B0 = DAG.getNode(ISD::OR, dl, MVT::i32, {Vs[0], T0}); in buildVector32() local