Home
last modified time | relevance | path

Searched defs:B1 (Results 1 – 25 of 28) sorted by relevance

12

/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.c190 uint32_t B1 = load_u32_be(in, 1); in ossl_sm4_encrypt() local
216 uint32_t B1 = load_u32_be(in, 1); in ossl_sm4_decrypt() local
/freebsd/lib/msun/src/
H A Ds_cbrtf.c24 B1 = 709958130, /* B1 = (127-127.0/3-0.03306235651)*2**23 */ variable
H A Ds_cbrtl.c29 B1 = 709958130; /* B1 = (127-127.0/3-0.03306235651)*2**23 */ variable
H A Ds_cbrt.c22 B1 = 715094163, /* B1 = (1023-1023/3-0.03306235651)*2**20 */ variable
/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/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Du8.h67 #define VEC8_ROUND_SEQ(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, B4, \ argument
86 #define VEC8_ROUND_HALF(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, \ argument
105 #define VEC8_ROUND_HALFANDHALF(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, \ argument
124 #define VEC8_ROUND(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, B4, C4, \ argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTrace.h73 bool dominates(const BasicBlock *B1, const BasicBlock *B2) const { in dominates()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp443 auto B1 = Builder.buildFMaxNumIEEE(Ty, Src0, Src1); in applyExpandPromotedF16FMed3() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAdjustOpt.cpp217 BasicBlock *B1 = B2->getSinglePredecessor(); in serializeICMPCrossBB() local
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dhexagon_types.h699 signed char B1(void) { in B1() function
778 HEXAGON_Vect64C B1(signed char b) { in B1() function
1123 signed char B1(void) { in B1() function
1164 HEXAGON_Vect32C B1(signed char b) { in B1() function
1926 signed char B1(void) { in B1() function
2005 Q6Vect64C B1(signed char b) { in B1() function
2350 signed char B1(void) { in B1() function
2391 Q6Vect32C B1(signed char b) { in B1() function
/freebsd/crypto/openssl/apps/
H A Dpasswd.c709 # define b64_from_24bit(B2, B1, B0, N) \ in shacrypt() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp354 uint8_t B1[Word::kMaxSize]; in AddValueForMemcmp() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h500 BlockEdge(const CFGBlock *B1, const CFGBlock *B2, const LocationContext *L) in BlockEdge()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp694 __anon4fceb0470202(const ChainT *A1, const ChainT *B1, const ChainT *A2, const ChainT *B2) mergeChainPairs() argument
/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
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp831 const MachineBasicBlock::reverse_iterator B1 = MBB1->rend(); in verifySameBranchInstructions() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2269 BinaryOperator *B0, *B1; in foldSelectShuffle() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1496 APInt B0(Bits, 0, true), B1(Bits, 1, true); in findGCD() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp343 uint16_t B1, const BitTracker::RegisterCell &RC2, uint16_t B2, in isEqual()
H A DHexagonISelDAGToDAGHVX.cpp1905 SDValue L1 = Lower.LowerOperation(B1, DAG); in scalarizeShuffle() local
H A DHexagonISelLowering.cpp2598 SDValue B1 = DAG.getNode(ISD::OR, dl, MVT::i32, {Vs[2], T1}); in buildVector32() local

12