Home
last modified time | relevance | path

Searched refs:B (Results 1 – 25 of 774) sorted by relevance

12345678910>>...31

/dragonfly/crypto/libressl/crypto/ripemd/
H A Drmd_dgst.c75 c->B=RIPEMD160_B; in RIPEMD160_Init()
104 A=ctx->A; B=ctx->B; C=ctx->C; D=ctx->D; E=ctx->E; in ripemd160_block_data_order()
121 RIP1(B,C,D,E,A,WL14,SL14); in ripemd160_block_data_order()
122 RIP1(A,B,C,D,E,WL15,SL15); in ripemd160_block_data_order()
192 a=A; b=B; c=C; d=D; e=E; in ripemd160_block_data_order()
194 A=ctx->A; B=ctx->B; C=ctx->C; D=ctx->D; E=ctx->E; in ripemd160_block_data_order()
264 RIP1(B,C,D,E,A,WR64,SR64); in ripemd160_block_data_order()
265 RIP1(A,B,C,D,E,WR65,SR65); in ripemd160_block_data_order()
281 D =ctx->B+c+D; in ripemd160_block_data_order()
282 ctx->B=ctx->C+d+E; in ripemd160_block_data_order()
[all …]
/dragonfly/crypto/libressl/crypto/md5/
H A Dmd5_dgst.c76 c->B=INIT_DATA_B; in MD5_Init()
89 unsigned MD32_REG_T A,B,C,D,l; in md5_block_data_order() local
101 B=c->B; in md5_block_data_order()
123 R0(C,D,A,B,X(14),17,0xa679438eL); in md5_block_data_order()
124 R0(B,C,D,A,X(15),22,0x49b40821L); in md5_block_data_order()
126 R1(A,B,C,D,X( 1), 5,0xf61e2562L); in md5_block_data_order()
127 R1(D,A,B,C,X( 6), 9,0xc040b340L); in md5_block_data_order()
128 R1(C,D,A,B,X(11),14,0x265e5a51L); in md5_block_data_order()
129 R1(B,C,D,A,X( 0),20,0xe9b6c7aaL); in md5_block_data_order()
130 R1(A,B,C,D,X( 5), 5,0xd62f105dL); in md5_block_data_order()
[all …]
/dragonfly/crypto/libressl/crypto/md4/
H A Dmd4_dgst.c76 c->B=INIT_DATA_B; in MD4_Init()
89 unsigned MD32_REG_T A,B,C,D,l; in md4_block_data_order() local
101 B=c->B; in md4_block_data_order()
124 R0(C,D,A,B,X(14),11,0); in md4_block_data_order()
125 R0(B,C,D,A,X(15),19,0); in md4_block_data_order()
127 R1(A,B,C,D,X( 0), 3,0x5A827999L); in md4_block_data_order()
128 R1(D,A,B,C,X( 4), 5,0x5A827999L); in md4_block_data_order()
129 R1(C,D,A,B,X( 8), 9,0x5A827999L); in md4_block_data_order()
130 R1(B,C,D,A,X(12),13,0x5A827999L); in md4_block_data_order()
131 R1(A,B,C,D,X( 1), 3,0x5A827999L); in md4_block_data_order()
[all …]
/dragonfly/contrib/cvs-1.12/lib/
H A Dmd5.c75 ctx->B = 0xefcdab89; in md5_init_ctx()
303 md5_uint32 B = ctx->B; in md5_process_block() local
320 md5_uint32 B_save = B; in md5_process_block()
356 OP (A, B, C, D, 7, 0xd76aa478); in md5_process_block()
357 OP (D, A, B, C, 12, 0xe8c7b756); in md5_process_block()
358 OP (C, D, A, B, 17, 0x242070db); in md5_process_block()
359 OP (B, C, D, A, 22, 0xc1bdceee); in md5_process_block()
360 OP (A, B, C, D, 7, 0xf57c0faf); in md5_process_block()
361 OP (D, A, B, C, 12, 0x4787c62a); in md5_process_block()
442 B += B_save; in md5_process_block()
[all …]
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dmd5.c68 ctx->B = (md5_uint32) 0xefcdab89; in md5_init_ctx()
87 buffer[1] = SWAP (ctx->B); in md5_read_ctx()
288 md5_uint32 B = ctx->B; in md5_process_block() local
304 md5_uint32 B_save = B; in md5_process_block()
336 OP (A, B, C, D, 7, (md5_uint32) 0xd76aa478); in md5_process_block()
337 OP (D, A, B, C, 12, (md5_uint32) 0xe8c7b756); in md5_process_block()
338 OP (C, D, A, B, 17, (md5_uint32) 0x242070db); in md5_process_block()
339 OP (B, C, D, A, 22, (md5_uint32) 0xc1bdceee); in md5_process_block()
340 OP (A, B, C, D, 7, (md5_uint32) 0xf57c0faf); in md5_process_block()
430 B += B_save; in md5_process_block()
[all …]
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dmd5.c68 ctx->B = (md5_uint32) 0xefcdab89; in md5_init_ctx()
87 buffer[1] = SWAP (ctx->B); in md5_read_ctx()
288 md5_uint32 B = ctx->B; in md5_process_block() local
304 md5_uint32 B_save = B; in md5_process_block()
336 OP (A, B, C, D, 7, (md5_uint32) 0xd76aa478); in md5_process_block()
337 OP (D, A, B, C, 12, (md5_uint32) 0xe8c7b756); in md5_process_block()
338 OP (C, D, A, B, 17, (md5_uint32) 0x242070db); in md5_process_block()
339 OP (B, C, D, A, 22, (md5_uint32) 0xc1bdceee); in md5_process_block()
340 OP (A, B, C, D, 7, (md5_uint32) 0xf57c0faf); in md5_process_block()
430 B += B_save; in md5_process_block()
[all …]
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dmd5.c68 ctx->B = (md5_uint32) 0xefcdab89; in md5_init_ctx()
87 buffer[1] = SWAP (ctx->B); in md5_read_ctx()
288 md5_uint32 B = ctx->B; in md5_process_block() local
304 md5_uint32 B_save = B; in md5_process_block()
336 OP (A, B, C, D, 7, (md5_uint32) 0xd76aa478); in md5_process_block()
337 OP (D, A, B, C, 12, (md5_uint32) 0xe8c7b756); in md5_process_block()
338 OP (C, D, A, B, 17, (md5_uint32) 0x242070db); in md5_process_block()
339 OP (B, C, D, A, 22, (md5_uint32) 0xc1bdceee); in md5_process_block()
340 OP (A, B, C, D, 7, (md5_uint32) 0xf57c0faf); in md5_process_block()
430 B += B_save; in md5_process_block()
[all …]
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dmd5.c68 ctx->B = (md5_uint32) 0xefcdab89; in md5_init_ctx()
87 buffer[1] = SWAP (ctx->B); in md5_read_ctx()
288 md5_uint32 B = ctx->B; in md5_process_block() local
304 md5_uint32 B_save = B; in md5_process_block()
336 OP (A, B, C, D, 7, (md5_uint32) 0xd76aa478); in md5_process_block()
337 OP (D, A, B, C, 12, (md5_uint32) 0xe8c7b756); in md5_process_block()
338 OP (C, D, A, B, 17, (md5_uint32) 0x242070db); in md5_process_block()
339 OP (B, C, D, A, 22, (md5_uint32) 0xc1bdceee); in md5_process_block()
340 OP (A, B, C, D, 7, (md5_uint32) 0xf57c0faf); in md5_process_block()
430 B += B_save; in md5_process_block()
[all …]
/dragonfly/crypto/libressl/crypto/sha/
H A Dsha_locl.h202 B=c->h1; in HASH_BLOCK_DATA_ORDER()
328 c->h3=(c->h3+B)&0xffffffffL; in HASH_BLOCK_DATA_ORDER()
334 B=c->h1; in HASH_BLOCK_DATA_ORDER()
347 E=D, D=C, C=ROTATE(B,30), B=A; \
353 E=D, D=C, C=ROTATE(B,30), B=A; \
359 E=D, D=C, C=ROTATE(B,30), B=A; \
365 E=D, D=C, C=ROTATE(B,30), B=A; \
371 E=D, D=C, C=ROTATE(B,30), B=A; \
383 B=c->h1; in HASH_BLOCK_DATA_ORDER()
402 c->h1=(c->h1+B)&0xffffffffL; in HASH_BLOCK_DATA_ORDER()
[all …]
/dragonfly/crypto/libressl/crypto/sm3/
H A Dsm3.c29 c->B = SM3_B; in SM3_Init()
43 SM3_WORD A, B, C, D, E, F, G, H; in SM3_block_data_order() local
49 B = ctx->B; in SM3_block_data_order()
78 R1(A, B, C, D, E, F, G, H, 0x79cc4519, W00, W00 ^ W04); in SM3_block_data_order()
80 R1(D, A, B, C, H, E, F, G, 0xf3988a32, W01, W01 ^ W05); in SM3_block_data_order()
82 R1(C, D, A, B, G, H, E, F, 0xe7311465, W02, W02 ^ W06); in SM3_block_data_order()
84 R1(B, C, D, A, F, G, H, E, 0xce6228cb, W03, W03 ^ W07); in SM3_block_data_order()
86 R1(A, B, C, D, E, F, G, H, 0x9cc45197, W04, W04 ^ W08); in SM3_block_data_order()
88 R1(D, A, B, C, H, E, F, G, 0x3988a32f, W05, W05 ^ W09); in SM3_block_data_order()
90 R1(C, D, A, B, G, H, E, F, 0x7311465e, W06, W06 ^ W10); in SM3_block_data_order()
[all …]
/dragonfly/contrib/zstd/lib/common/
H A Dcpu.h181 B(bmi1, 3)
182 B(hle, 4)
183 B(avx2, 5)
184 B(smep, 7)
185 B(bmi2, 8)
186 B(erms, 9)
188 B(rtm, 11)
189 B(mpx, 14)
193 B(adx, 19)
202 B(sha, 29)
[all …]
/dragonfly/sys/dev/netif/ix/
H A Dixgbe_osdep.h64 #define MSGOUT(S, A, B) kprintf(S "\n", A, B) argument
69 #define DEBUGOUT2(S,A,B) kprintf(S "\n",A,B) argument
70 #define DEBUGOUT3(S,A,B,C) kprintf(S "\n",A,B,C) argument
71 #define DEBUGOUT4(S,A,B,C,D) kprintf(S "\n",A,B,C,D) argument
72 #define DEBUGOUT5(S,A,B,C,D,E) kprintf(S "\n",A,B,C,D,E) argument
73 #define DEBUGOUT6(S,A,B,C,D,E,F) kprintf(S "\n",A,B,C,D,E,F) argument
74 #define DEBUGOUT7(S,A,B,C,D,E,F,G) kprintf(S "\n",A,B,C,D,E,F,G) argument
76 #define ERROR_REPORT2(S,A,B) kprintf(S "\n",A,B) argument
77 #define ERROR_REPORT3(S,A,B,C) kprintf(S "\n",A,B,C) argument
81 #define DEBUGOUT2(S,A,B) do { } while (0) argument
[all …]
/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_gcd.c295 if (B->neg || (BN_ucmp(B, A) >= 0)) { in BN_mod_inverse_internal()
296 if (!BN_nnmod(B, B, A, ctx)) in BN_mod_inverse_internal()
339 if (!BN_rshift(B, B, shift)) in BN_mod_inverse_internal()
381 if (!BN_usub(B, B, A)) in BN_mod_inverse_internal()
452 A = B; in BN_mod_inverse_internal()
613 if (B->neg || (BN_ucmp(B, A) >= 0)) { in BN_mod_inverse_no_branch()
661 A = B; in BN_mod_inverse_no_branch()
662 B = M; in BN_mod_inverse_no_branch()
780 if (B->neg || (BN_ucmp(B, A) >= 0)) { in BN_gcd_no_branch()
828 A = B; in BN_gcd_no_branch()
[all …]
/dragonfly/contrib/lvm2/dist/scripts/lvm2create_initrd/
H A Dlvm2create_initrd.pod7 B<lvm2create_initrd> [ B<-h|--help> ] [ B<-v|--verbose> ] [ B<-c|--lvmconf> I</path/to/lvm.conf> ] …
8 [ B<-R|--raidconf> I</path/to/mdadm.conf> ] [ B<-M|--makedev> I<style> ]
46 =item B<lvm2rescue>
63 =item B<-h|--help>
125 =item B<$LVMCONF>
129 =item B<$MODULES>
137 =item B<$RAID>
141 =item B<$RAIDCONF>
145 =item B<$MAKEDEV>
159 =item B<$BINFILES>
[all …]
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_phy.c72 #define B(r) (IEEE80211_RATE_BASIC | r) macro
93 [0] = { .phy = CCK, 1000, 0x00, B(2), 0 },
94 [1] = { .phy = CCK, 2000, 0x04, B(4), 1 },
95 [2] = { .phy = CCK, 5500, 0x04, B(11), 2 },
96 [3] = { .phy = CCK, 11000, 0x04, B(22), 3 },
113 [0] = { .phy = OFDM, 6000, 0x00, B(12), 0 },
115 [2] = { .phy = OFDM, 12000, 0x00, B(24), 2 },
117 [4] = { .phy = OFDM, 24000, 0x00, B(48), 4 },
129 [0] = { .phy = HALF, 3000, 0x00, B(6), 0 },
131 [2] = { .phy = HALF, 6000, 0x00, B(12), 2 },
[all …]
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dgfniintrin.h63 #define _mm_gf2p8affineinv_epi64_epi8(A, B, C) \ argument
65 (__v16qi)(__m128i)(B), (int)(C)))
66 #define _mm_gf2p8affine_epi64_epi8(A, B, C) \ argument
68 (__v16qi)(__m128i)(B), (int)(C)))
110 (__v32qi)(__m256i)(B), \
112 #define _mm256_gf2p8affine_epi64_epi8(A, B, C) \ argument
114 ( __v32qi)(__m256i)(B), (int)(C)))
190 (int)(E), (__v16qi)(__m128i)(A), (__mmask16)(B)))
281 (__v32qi)(__m256i)(A), (__mmask32)(B)))
389 (__v64qi)(__m512i)(A), (__mmask64)(B)))
[all …]
H A Davx512dqintrin.h2253 #define _mm_range_sd(A, B, C) \ argument
2268 #define _mm_range_ss(A, B, C) \ argument
2316 -1, (B)))
2423 #define _mm512_reduce_pd(A, B) \ argument
2435 #define _mm512_reduce_ps(A, B) \ argument
2495 #define _mm512_range_pd(A, B, C) \ argument
2497 (__v8df)(__m512d)(B), (int)(C), \
2502 (__v8df)(__m512d)(B), (int)(C), \
2510 #define _mm512_range_ps(A, B, C) \ argument
2642 #define _mm_reduce_sd(A, B, C) \ argument
[all …]
H A Davx512vbmi2vlintrin.h501 (__v16hi)(__m256i)(B),(int)(C))
511 (__v8si)(__m256i)(B),(int)(C))
521 (__v4di)(__m256i)(B),(int)(C))
531 (__v8hi)(__m128i)(B),(int)(C))
541 (__v4si)(__m128i)(B),(int)(C))
551 (__v2di)(__m128i)(B),(int)(C))
571 (__v8si)(__m256i)(B),(int)(C))
581 (__v4di)(__m256i)(B),(int)(C))
591 (__v8hi)(__m128i)(B),(int)(C))
601 (__v4si)(__m128i)(B),(int)(C))
[all …]
H A Davx512vbmi2intrin.h152 #define _mm512_shrdi_epi16(A, B, C) \ argument
154 (__v32hi)(__m512i)(B),(int)(C))
155 #define _mm512_shrdi_epi32(A, B, C) \ argument
157 (__v16si)(__m512i)(B),(int)(C))
165 #define _mm512_shrdi_epi64(A, B, C) \ argument
167 (__v8di)(__m512i)(B),(int)(C))
175 #define _mm512_shldi_epi16(A, B, C) \ argument
177 (__v32hi)(__m512i)(B),(int)(C))
178 #define _mm512_shldi_epi32(A, B, C) \ argument
180 (__v16si)(__m512i)(B),(int)(C))
[all …]
/dragonfly/crypto/libressl/crypto/aes/
H A Daes_wrap.c67 unsigned char *A, B[16], *R; in AES_wrap_key() local
72 A = B; in AES_wrap_key()
83 memcpy(B + 8, R, 8); in AES_wrap_key()
84 AES_encrypt(B, B, key); in AES_wrap_key()
91 memcpy(R, B + 8, 8); in AES_wrap_key()
102 unsigned char *A, B[16], *R; in AES_unwrap_key() local
108 A = B; in AES_unwrap_key()
121 memcpy(B + 8, R, 8); in AES_unwrap_key()
122 AES_decrypt(B, B, key); in AES_unwrap_key()
123 memcpy(R, B + 8, 8); in AES_unwrap_key()
/dragonfly/share/syscons/fonts/
H A Diso15-thin-8x16.fnt17 M"0E^"````````#!),@0($"9)!@`````````8)"08)2(B(AT``````!@("!``
22 M0'X````````\0@("'`("`D(\`````````@8*$B)"?P("`@```````'Y`0$!\
34 M"`@("`@(````````0D)"0D)"0D)"/````````$%!04%!(B(4%`@```````!!
35 M04%!04%)56-!````````04$B%`@(%")!00```````$%!02(4"`@("`@`````
37 M```````\!`0$!`0$!`0\````````"!0B````````````````````````````
62 M'"(B('@@("`A?@```````!XA('X@?B`A'@````````!!(A0("#X(/@@(````
70 M```````````8)!@`/````````````````)!()!()$B1(D````````'^(B(B.
71 MB(B(B'\```````````!ND9&?D)%N`````!04`$%!(A0("`@("``````````0
75 M/`0"/``8!@`^("`@/"`@(#X`````!A@`/B`@(#P@("`^``````P2`#X@("`\
83 M(#XA(2$Q+B`@("``````'B$A(3XA(2$Q+B``````$`@$`#Q"`CY"0CT`````
[all …]
H A Diso-thin-8x16.fnt17 M"0E^"````````#!),@0($"9)!@`````````8)"08)2(B(AT``````!@("!``
22 M0'X````````\0@("'`("`D(\`````````@8*$B)"?P("`@```````'Y`0$!\
34 M"`@("`@(````````0D)"0D)"0D)"/````````$%!04%!(B(4%`@```````!!
35 M04%!04%)56-!````````04$B%`@(%")!00```````$%!02(4"`@("`@`````
37 M```````\!`0$!`0$!`0\````````"!0B````````````````````````````
62 M'"(B('@@("`A?@```````$$^(B(B/D$```````````!!(A0("#X(/@@(````
75 M/`0"/``8!@`^("`@/"`@(#X`````!A@`/B`@(#P@("`^``````P2`#X@("`\
80 M``````!F`#Q"0D)"0D)"/````````````"(4"!0B```````````!&B1*2E)2
81 M)%B``````#`,`$)"0D)"0D)"/``````,,`!"0D)"0D)"0CP`````&"0`0D)"
83 M."0B(B(D."`@(```````'B$A(3XA(2$^("`@````$`@$`#Q"`CY"0CT`````
[all …]
/dragonfly/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c96 #define B(r) (0x80 | r) macro
117 [0] = { .phy = CCK, 1000, 0x00, B(2), 0 },
118 [1] = { .phy = CCK, 2000, 0x04, B(4), 1 },
119 [2] = { .phy = CCK, 5500, 0x04, B(11), 2 },
120 [3] = { .phy = CCK, 11000, 0x04, B(22), 3 },
137 [0] = { .phy = OFDM, 6000, 0x00, B(12), 0 },
139 [2] = { .phy = OFDM, 12000, 0x00, B(24), 2 },
141 [4] = { .phy = OFDM, 24000, 0x00, B(48), 4 },
153 [0] = { .phy = HALF, 3000, 0x00, B(6), 0 },
155 [2] = { .phy = HALF, 6000, 0x00, B(12), 2 },
[all …]
/dragonfly/sbin/growfs/
H A Ddebug.h94 #define DBG_PRINT1(A,B) if(_dbg_lvl_ & DL_INFO) { \ argument
96 fprintf(stderr, (A), (B)); \
98 #define DBG_PRINT2(A,B,C) if(_dbg_lvl_ & DL_INFO) { \ argument
100 fprintf(stderr, (A), (B), (C)); \
102 #define DBG_PRINT3(A,B,C,D) if(_dbg_lvl_ & DL_INFO) { \ argument
104 fprintf(stderr, (A), (B), (C), (D)); \
108 fprintf(stderr, (A), (B), (C), (D), (E)); \
129 #define DBG_PRINT1(A,B) argument
130 #define DBG_PRINT2(A,B,C) argument
131 #define DBG_PRINT3(A,B,C,D) argument
[all …]
/dragonfly/lib/libc/db/hash/
H A Dhash_buf.c71 #define BUF_REMOVE(B) { \ argument
72 (B)->prev->next = (B)->next; \
73 (B)->next->prev = (B)->prev; \
77 #define BUF_INSERT(B, P) { \ argument
78 (B)->next = (P)->next; \
79 (B)->prev = (P); \
80 (P)->next = (B); \
81 (B)->next->prev = (B); \
87 #define MRU_INSERT(B) BUF_INSERT((B), &hashp->bufhead) argument
88 #define LRU_INSERT(B) BUF_INSERT((B), LRU) argument

12345678910>>...31