Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 4757) sorted by relevance

12345678910>>...191

/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
HDkeccak1600-c64x.pl30 my @A = map([ $_, ($_+1), ($_+2), ($_+3), ($_+4) ], (5,10,16,21,26));
31 $A[1][4] = 31; # B14 is reserved, A14 is used as iota[]
32 ($A[3][0],$A[4][1]) = ($A[4][1],$A[3][0]);
33 my @C = (0..4,$A[3][0],$A[4][0]);
119 XOR A$A[0][2],A$A[1][2],A$C[2] ; Theta
120 || XOR B$A[0][2],B$A[1][2],B$C[2]
121 || XOR A$A[0][3],A$A[1][3],A$C[3]
122 || XOR B$A[0][3],B$A[1][3],B$C[3]
123 || XOR A$A[0][0],A$A[1][0],A$C[0]
124 || XOR B$A[0][0],B$A[1][0],B$C[0]
[all …]
HDkeccak1600-armv8.pl113 my @A = map([ "x$_", "x".($_+1), "x".($_+2), "x".($_+3), "x".($_+4) ],
115 $A[3][3] = "x25"; # x18 is reserved
130 eor $C[0],$A[0][0],$A[1][0]
131 stp $A[0][4],$A[1][4],[sp,#0] // offload pair...
132 eor $C[1],$A[0][1],$A[1][1]
133 eor $C[2],$A[0][2],$A[1][2]
134 eor $C[3],$A[0][3],$A[1][3]
136 $C[4]=$A[0][4];
137 $C[5]=$A[1][4];
139 eor $C[4],$A[0][4],$A[1][4]
[all …]
HDkeccak1600-ppc64.pl64 my @A = map([ "r$_", "r".($_+1), "r".($_+2), "r".($_+3), "r".($_+4) ],
66 $A[1][1] = "r6"; # r13 is reserved
87 xor $C[0],$A[0][0],$A[1][0] ; Theta
88 std $A[0][4],`$TEMP+0`($sp)
89 xor $C[1],$A[0][1],$A[1][1]
90 std $A[1][4],`$TEMP+8`($sp)
91 xor $C[2],$A[0][2],$A[1][2]
92 std $A[2][4],`$TEMP+16`($sp)
93 xor $C[3],$A[0][3],$A[1][3]
94 std $A[3][4],`$TEMP+24`($sp)
[all …]
HDkeccak1600-s390x.pl46 my @A = map([ 8*$_, 8*($_+1), 8*($_+2), 8*($_+3), 8*($_+4) ], (0,5,10,15,20));
73 lg @C[0],$A[4][0]($src)
74 lg @C[1],$A[4][1]($src)
75 lg @C[2],$A[4][2]($src)
76 lg @C[3],$A[4][3]($src)
77 lg @C[4],$A[4][4]($src)
83 lg @D[0],$A[0][0]($src)
84 lg @D[1],$A[1][1]($src)
85 lg @D[2],$A[2][2]($src)
86 lg @D[3],$A[3][3]($src)
[all …]
HDkeccak1600-x86_64.pl67 my @A = map([ 8*$_-100, 8*($_+1)-100, 8*($_+2)-100,
88 mov $A[4][0](%rdi),@C[0]
89 mov $A[4][1](%rdi),@C[1]
90 mov $A[4][2](%rdi),@C[2]
91 mov $A[4][3](%rdi),@C[3]
92 mov $A[4][4](%rdi),@C[4]
97 mov $A[0][0](%rdi),@D[0]
98 mov $A[1][1](%rdi),@D[1]
99 mov $A[2][2](%rdi),@D[2]
100 mov $A[3][3](%rdi),@D[3]
[all …]
/freebsd-13-stable/contrib/bearssl/src/kdf/
HDshake.c50 xor_block(uint64_t *A, const void *data, size_t rate) in xor_block() argument
55 A[u >> 3] ^= br_dec64le((const unsigned char *)data + u); in xor_block()
64 process_block(uint64_t *A) in process_block() argument
78 tt0 = A[ 1] ^ A[ 6]; in process_block()
79 tt1 = A[11] ^ A[16]; in process_block()
80 tt0 ^= A[21] ^ tt1; in process_block()
82 tt2 = A[ 4] ^ A[ 9]; in process_block()
83 tt3 = A[14] ^ A[19]; in process_block()
84 tt0 ^= A[24]; in process_block()
88 tt0 = A[ 2] ^ A[ 7]; in process_block()
[all …]
/freebsd-13-stable/crypto/openssl/crypto/sha/
HDkeccak1600.c14 size_t SHA3_absorb(uint64_t A[5][5], const unsigned char *inp, size_t len,
16 void SHA3_squeeze(uint64_t A[5][5], unsigned char *out, size_t len, size_t r);
117 static void Theta(uint64_t A[5][5]) in Theta()
122 C[0] = A[0][0]; in Theta()
123 C[1] = A[0][1]; in Theta()
124 C[2] = A[0][2]; in Theta()
125 C[3] = A[0][3]; in Theta()
126 C[4] = A[0][4]; in Theta()
129 C[0] ^= A[y][0]; in Theta()
130 C[1] ^= A[y][1]; in Theta()
[all …]
/freebsd-13-stable/crypto/openssl/crypto/ripemd/
HDrmd_dgst.c24 c->A = RIPEMD160_A; in RIPEMD160_Init()
39 register unsigned MD32_REG_T A, B, C, D, E; in ripemd160_block_data_order() local
53 A = ctx->A; in ripemd160_block_data_order()
63 RIP1(A, B, C, D, E, WL00, SL00); in ripemd160_block_data_order()
66 RIP1(E, A, B, C, D, WL01, SL01); in ripemd160_block_data_order()
69 RIP1(D, E, A, B, C, WL02, SL02); in ripemd160_block_data_order()
72 RIP1(C, D, E, A, B, WL03, SL03); in ripemd160_block_data_order()
75 RIP1(B, C, D, E, A, WL04, SL04); in ripemd160_block_data_order()
78 RIP1(A, B, C, D, E, WL05, SL05); in ripemd160_block_data_order()
81 RIP1(E, A, B, C, D, WL06, SL06); in ripemd160_block_data_order()
[all …]
/freebsd-13-stable/crypto/openssl/crypto/md5/
HDmd5_dgst.c26 c->A = INIT_DATA_A; in MD5_Init()
40 register unsigned MD32_REG_T A, B, C, D, l; in md5_block_data_order() local
51 A = c->A; in md5_block_data_order()
62 R0(A, B, C, D, X(0), 7, 0xd76aa478L); in md5_block_data_order()
65 R0(D, A, B, C, X(1), 12, 0xe8c7b756L); in md5_block_data_order()
68 R0(C, D, A, B, X(2), 17, 0x242070dbL); in md5_block_data_order()
71 R0(B, C, D, A, X(3), 22, 0xc1bdceeeL); in md5_block_data_order()
74 R0(A, B, C, D, X(4), 7, 0xf57c0fafL); in md5_block_data_order()
77 R0(D, A, B, C, X(5), 12, 0x4787c62aL); in md5_block_data_order()
80 R0(C, D, A, B, X(6), 17, 0xa8304613L); in md5_block_data_order()
[all …]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDinternal_defs.h20 #define ARRAY_SIZE(A) (sizeof(A) / sizeof((A)[0])) argument
36 #define FORMAT(F, A) __attribute__((format(printf, F, A))) argument
117 #define CHECK(A) CHECK_IMPL((A), !=, 0) argument
118 #define CHECK_EQ(A, B) CHECK_IMPL((A), ==, (B)) argument
119 #define CHECK_NE(A, B) CHECK_IMPL((A), !=, (B)) argument
120 #define CHECK_LT(A, B) CHECK_IMPL((A), <, (B)) argument
121 #define CHECK_LE(A, B) CHECK_IMPL((A), <=, (B)) argument
122 #define CHECK_GT(A, B) CHECK_IMPL((A), >, (B)) argument
123 #define CHECK_GE(A, B) CHECK_IMPL((A), >=, (B)) argument
126 #define DCHECK(A) CHECK(A) argument
[all …]
/freebsd-13-stable/usr.bin/hexdump/tests/
HDd_hexdump_cflag_c.out1 0000000 A A A A A A A A A A A A A A A A
3 0000020 A A A A A A A \n
/freebsd-13-stable/sys/dev/ath/ath_rate/sample/
HDtx_schedules.h43 #define A(_r) \ macro
48 { 3,A( 6), 3,A( 6), 0,A( 6), 0,A( 6) }, /* 6Mb/s */
49 { 4,A( 9), 3,A( 6), 4,A( 6), 0,A( 6) }, /* 9Mb/s */
50 { 4,A(12), 3,A( 6), 4,A( 6), 0,A( 6) }, /* 12Mb/s */
51 { 4,A(18), 3,A( 12), 4,A( 6), 2,A( 6) }, /* 18Mb/s */
52 { 4,A(24), 3,A( 18), 4,A( 12), 2,A( 6) }, /* 24Mb/s */
53 { 4,A(36), 3,A( 24), 4,A( 18), 2,A( 6) }, /* 36Mb/s */
54 { 4,A(48), 3,A( 36), 4,A( 24), 2,A(12) }, /* 48Mb/s */
55 { 4,A(54), 3,A( 48), 4,A( 36), 2,A(24) } /* 54Mb/s */
71 { 3,A( 6), 3,A( 6), 0,A( 6), 0,A( 6) }, /* 6Mb/s */
[all …]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
HDSynthesis.cpp40 syntax::Leaf *clang::syntax::createLeaf(syntax::Arena &A, in createLeaf() argument
50 auto *Leaf = new (A.getAllocator()) syntax::Leaf( in createLeaf()
57 syntax::Leaf *clang::syntax::createLeaf(syntax::Arena &A, in createLeaf() argument
65 return createLeaf(A, TBTM, K, Spelling); in createLeaf()
70 syntax::Tree *allocateTree(syntax::Arena &A, syntax::NodeKind Kind) { in allocateTree() argument
76 return new (A.getAllocator()) syntax::TranslationUnit; in allocateTree()
78 return new (A.getAllocator()) syntax::UnknownExpression; in allocateTree()
80 return new (A.getAllocator()) syntax::ParenExpression; in allocateTree()
82 return new (A.getAllocator()) syntax::ThisExpression; in allocateTree()
84 return new (A.getAllocator()) syntax::IntegerLiteralExpression; in allocateTree()
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
HDxray-graph.h166 inline GraphRenderer::TimeStat operator+(const GraphRenderer::TimeStat &A,
168 return {A.Count + B.Count, A.Min + B.Min, A.Median + B.Median,
169 A.Pct90 + B.Pct90, A.Pct99 + B.Pct99, A.Max + B.Max,
170 A.Sum + B.Sum};
174 inline GraphRenderer::TimeStat operator-(const GraphRenderer::TimeStat &A,
177 return {A.Count - B.Count, A.Min - B.Min, A.Median - B.Median,
178 A.Pct90 - B.Pct90, A.Pct99 - B.Pct99, A.Max - B.Max,
179 A.Sum - B.Sum};
183 inline GraphRenderer::TimeStat operator/(const GraphRenderer::TimeStat &A,
186 return {static_cast<int64_t>(A.Count / B),
[all …]
/freebsd-13-stable/crypto/openssl/crypto/md4/
HDmd4_dgst.c26 c->A = INIT_DATA_A; in MD4_Init()
40 register unsigned MD32_REG_T A, B, C, D, l; in md4_block_data_order() local
51 A = c->A; in md4_block_data_order()
62 R0(A, B, C, D, X(0), 3, 0); in md4_block_data_order()
65 R0(D, A, B, C, X(1), 7, 0); in md4_block_data_order()
68 R0(C, D, A, B, X(2), 11, 0); in md4_block_data_order()
71 R0(B, C, D, A, X(3), 19, 0); in md4_block_data_order()
74 R0(A, B, C, D, X(4), 3, 0); in md4_block_data_order()
77 R0(D, A, B, C, X(5), 7, 0); in md4_block_data_order()
80 R0(C, D, A, B, X(6), 11, 0); in md4_block_data_order()
[all …]
/freebsd-13-stable/bin/chmod/tests/
HDchmod_test.sh43 atf_check mkdir -m 0777 -p A/B
44 atf_check ln -s B A/C
45 atf_check chmod -h 0777 A/C
46 atf_check -o inline:'40755\n40777\n120777\n' stat -f '%p' A A/B A/C
47 atf_check chmod -RH 0700 A
48 atf_check -o inline:'40700\n40700\n120700\n' stat -f '%p' A A/B A/C
49 atf_check chmod -RH 0600 A/C
50 atf_check -o inline:'40700\n40600\n120700\n' stat -f '%p' A A/B A/C
62 atf_check mkdir -m 0777 -p A/B
63 atf_check ln -s B A/C
[all …]
/freebsd-13-stable/lib/libmd/
HDrmd160c.c92 c->A=RIPEMD160_A;
278 u_int32_t A,B,C,D,E; local
283 A=ctx->A; B=ctx->B; C=ctx->C; D=ctx->D; E=ctx->E;
285 RIP1(A,B,C,D,E,WL00,SL00);
286 RIP1(E,A,B,C,D,WL01,SL01);
287 RIP1(D,E,A,B,C,WL02,SL02);
288 RIP1(C,D,E,A,B,WL03,SL03);
289 RIP1(B,C,D,E,A,WL04,SL04);
290 RIP1(A,B,C,D,E,WL05,SL05);
291 RIP1(E,A,B,C,D,WL06,SL06);
[all …]
/freebsd-13-stable/sys/dev/drm2/
HDdrm_fixed.h34 #define dfixed_const(A) (u32)(((A) << 12))/* + ((B + 0.000122)*4096)) */ argument
35 #define dfixed_const_half(A) (u32)(((A) << 12) + 2048) argument
36 #define dfixed_const_666(A) (u32)(((A) << 12) + 2731) argument
37 #define dfixed_const_8(A) (u32)(((A) << 12) + 3277) argument
38 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) argument
39 #define dfixed_init(A) { .full = dfixed_const((A)) } argument
40 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) } argument
41 #define dfixed_trunc(A) ((A).full >> 12) argument
42 #define dfixed_frac(A) ((A).full & ((1 << 12) - 1)) argument
44 static inline u32 dfixed_floor(fixed20_12 A) in dfixed_floor() argument
[all …]
/freebsd-13-stable/crypto/openssl/crypto/ripemd/asm/
HDrmd-586.pl24 $A="ecx";
85 local(%n)=($A,$E,$B,$A,$C,$B,$D,$C,$E,$D);
304 &mov(&swtmp(16), $A) if $o == 1;
327 &mov($A, &DWP( 0,$tmp2,"",0));
360 &RIP1($A,$B,$C,$D,$E,$wl[ 0],$sl[ 0],-1);
361 &RIP1($E,$A,$B,$C,$D,$wl[ 1],$sl[ 1],0);
362 &RIP1($D,$E,$A,$B,$C,$wl[ 2],$sl[ 2],0);
363 &RIP1($C,$D,$E,$A,$B,$wl[ 3],$sl[ 3],0);
364 &RIP1($B,$C,$D,$E,$A,$wl[ 4],$sl[ 4],0);
365 &RIP1($A,$B,$C,$D,$E,$wl[ 5],$sl[ 5],0);
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDSlowDynamicAPInt.cpp33 SlowDynamicAPInt &detail::operator+=(SlowDynamicAPInt &A, int64_t B) { in operator +=() argument
34 return A += SlowDynamicAPInt(B); in operator +=()
36 SlowDynamicAPInt &detail::operator-=(SlowDynamicAPInt &A, int64_t B) { in operator -=() argument
37 return A -= SlowDynamicAPInt(B); in operator -=()
39 SlowDynamicAPInt &detail::operator*=(SlowDynamicAPInt &A, int64_t B) { in operator *=() argument
40 return A *= SlowDynamicAPInt(B); in operator *=()
42 SlowDynamicAPInt &detail::operator/=(SlowDynamicAPInt &A, int64_t B) { in operator /=() argument
43 return A /= SlowDynamicAPInt(B); in operator /=()
45 SlowDynamicAPInt &detail::operator%=(SlowDynamicAPInt &A, int64_t B) { in operator %=() argument
46 return A %= SlowDynamicAPInt(B); in operator %=()
[all …]
HDSHA1.cpp39 static inline void r0(uint32_t &A, uint32_t &B, uint32_t &C, uint32_t &D, in r0() argument
41 E += ((B & (C ^ D)) ^ D) + blk0(Buf, I) + 0x5A827999 + rol(A, 5); in r0()
45 static inline void r1(uint32_t &A, uint32_t &B, uint32_t &C, uint32_t &D, in r1() argument
47 E += ((B & (C ^ D)) ^ D) + blk(Buf, I) + 0x5A827999 + rol(A, 5); in r1()
51 static inline void r2(uint32_t &A, uint32_t &B, uint32_t &C, uint32_t &D, in r2() argument
53 E += (B ^ C ^ D) + blk(Buf, I) + 0x6ED9EBA1 + rol(A, 5); in r2()
57 static inline void r3(uint32_t &A, uint32_t &B, uint32_t &C, uint32_t &D, in r3() argument
59 E += (((B | C) & D) | (B & C)) + blk(Buf, I) + 0x8F1BBCDC + rol(A, 5); in r3()
63 static inline void r4(uint32_t &A, uint32_t &B, uint32_t &C, uint32_t &D, in r4() argument
65 E += (B ^ C ^ D) + blk(Buf, I) + 0xCA62C1D6 + rol(A, 5); in r4()
[all …]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmtAttr.cpp28 static Attr *handleFallThroughAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleFallThroughAttr() argument
30 FallThroughAttr Attr(S.Context, A); in handleFallThroughAttr()
32 S.Diag(A.getRange().getBegin(), diag::err_fallthrough_attr_wrong_target) in handleFallThroughAttr()
33 << A << St->getBeginLoc(); in handleFallThroughAttr()
41 S.Diag(A.getRange().getBegin(), diag::err_fallthrough_attr_outside_switch); in handleFallThroughAttr()
47 if (!S.getLangOpts().CPlusPlus17 && A.isCXX11Attribute() && in handleFallThroughAttr()
48 !A.getScopeName()) in handleFallThroughAttr()
49 S.Diag(A.getLoc(), diag::ext_cxx17_attr) << A; in handleFallThroughAttr()
52 return ::new (S.Context) FallThroughAttr(S.Context, A); in handleFallThroughAttr()
55 static Attr *handleSuppressAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleSuppressAttr() argument
[all …]
/freebsd-13-stable/usr.sbin/chown/tests/
HDchown_test.sh44 atf_check mkdir -p A/B
45 atf_check ln -s B A/C
46 atf_check chown -h 42:42 A/C
47 atf_check -o inline:'0:0\n0:0\n42:42\n' stat -f '%u:%g' A A/B A/C
48 atf_check chown -RH 84:84 A
49 atf_check -o inline:'84:84\n84:84\n84:84\n' stat -f '%u:%g' A A/B A/C
50 atf_check chown -RH 126:126 A/C
51 atf_check -o inline:'84:84\n126:126\n84:84\n' stat -f '%u:%g' A A/B A/C
64 atf_check mkdir -p A/B
65 atf_check ln -s B A/C
[all …]
/freebsd-13-stable/crypto/openssl/crypto/md5/asm/
HDmd5-586.pl26 $A="eax";
51 local(%n)=($A,$D,$B,$A,$C,$B,$D,$C);
202 &mov($A, &DWP( 0,$tmp1,"",0));
212 &R0(-2,$A,$B,$C,$D,$X, 0, 7,0xd76aa478);
213 &R0( 0,$D,$A,$B,$C,$X, 1,12,0xe8c7b756);
214 &R0( 0,$C,$D,$A,$B,$X, 2,17,0x242070db);
215 &R0( 0,$B,$C,$D,$A,$X, 3,22,0xc1bdceee);
216 &R0( 0,$A,$B,$C,$D,$X, 4, 7,0xf57c0faf);
217 &R0( 0,$D,$A,$B,$C,$X, 5,12,0x4787c62a);
218 &R0( 0,$C,$D,$A,$B,$X, 6,17,0xa8304613);
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDDynamicAPInt.h175 friend DynamicAPInt gcd(const DynamicAPInt &A, const DynamicAPInt &B);
176 friend DynamicAPInt lcm(const DynamicAPInt &A, const DynamicAPInt &B);
182 friend DynamicAPInt &operator+=(DynamicAPInt &A, int64_t B);
183 friend DynamicAPInt &operator-=(DynamicAPInt &A, int64_t B);
184 friend DynamicAPInt &operator*=(DynamicAPInt &A, int64_t B);
185 friend DynamicAPInt &operator/=(DynamicAPInt &A, int64_t B);
186 friend DynamicAPInt &operator%=(DynamicAPInt &A, int64_t B);
188 friend bool operator==(const DynamicAPInt &A, int64_t B);
189 friend bool operator!=(const DynamicAPInt &A, int64_t B);
190 friend bool operator>(const DynamicAPInt &A, int64_t B);
[all …]

12345678910>>...191